Class LinkedMap.EntryIterator
java.lang.Object
LinkedMap<K,V>.com.twelvemonkeys.util.LinkedMap.LinkedMapIterator<Map.Entry<K,V>>
com.twelvemonkeys.util.LinkedMap.EntryIterator
- 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
-
EntryIterator
private EntryIterator()
-
-
Method Details
-
next
-