Class KeyCollectionImpl.KeyMap.KeyMapIter<E,K>
java.lang.Object
org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter<E,K>
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
KeyCollectionImpl.KeyMap<E,
K>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKeyMapIter
(KeyCollectionImpl<E> keyColl, KeyCollectionImpl.KeyMap<E, K> keyMap, Map<K, Object> map) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
keyColl
KeyCollectionImpl<E> keyColl -
keyMap
KeyCollectionImpl.KeyMap<E,K> keyMap -
mapIter
-
listIter
-
hasElem
boolean hasElem -
elem
E elem
-
-
Constructor Details
-
KeyMapIter
public KeyMapIter(KeyCollectionImpl<E> keyColl, KeyCollectionImpl.KeyMap<E, K> keyMap, Map<K, Object> map)
-
-
Method Details