Class AbstractHashedMap.KeySetIterator<K>
- java.lang.Object
-
- org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator<K,java.lang.Object>
-
- org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySetIterator<K>
-
- All Implemented Interfaces:
java.util.Iterator<K>
- Enclosing class:
- AbstractHashedMap<K,V>
protected static class AbstractHashedMap.KeySetIterator<K> extends AbstractHashedMap.HashIterator<K,java.lang.Object> implements java.util.Iterator<K>
KeySet iterator.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeySetIterator(AbstractHashedMap<K,?> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
next()
-
Methods inherited from class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator
currentEntry, hasNext, nextEntry, remove, toString
-
-
-
-
Constructor Detail
-
KeySetIterator
protected KeySetIterator(AbstractHashedMap<K,?> parent)
-
-