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>
- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/LinkedMap.java#1 $
-
Field Summary
Fields inherited from class LinkedMap.LinkedMapIterator
mExpectedModCount, mLastReturned, mNextEntry -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LinkedMap.LinkedMapIterator
hasNext, nextEntry, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
KeyIterator
private KeyIterator()
-
-
Method Details
-
next
-