Package com.twelvemonkeys.util
Class LinkedMap.KeyIterator
java.lang.Object
LinkedMap<K,V>.com.twelvemonkeys.util.LinkedMap.LinkedMapIterator<K>
com.twelvemonkeys.util.LinkedMap.KeyIterator
- All Implemented Interfaces:
Iterator<K>
-
Field Summary
Fields inherited from class com.twelvemonkeys.util.LinkedMap.LinkedMapIterator
mExpectedModCount, mLastReturned, mNextEntry
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.twelvemonkeys.util.LinkedMap.LinkedMapIterator
hasNext, nextEntry, remove
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
-
Constructor Details
-
KeyIterator
private KeyIterator()
-
-
Method Details
-
next
-