Class LinkedMap.LinkedMapIterator<E>
java.lang.Object
com.twelvemonkeys.util.LinkedMap.LinkedMapIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
LinkedMap.EntryIterator, LinkedMap.KeyIterator, LinkedMap.ValueIterator
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intThe modCount value that the iterator believes that the backing List should have.(package private) LinkedMap.LinkedEntry<K, V> (package private) LinkedMap.LinkedEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, next
-
Field Details
-
mNextEntry
LinkedMap.LinkedEntry<K,V> mNextEntry -
mLastReturned
LinkedMap.LinkedEntry<K,V> mLastReturned -
mExpectedModCount
int mExpectedModCountThe modCount value that the iterator believes that the backing List should have. If this expectation is violated, the iterator has detected concurrent modification.
-
-
Constructor Details
-
LinkedMapIterator
private LinkedMapIterator()
-
-
Method Details
-
hasNext
-
remove
-
nextEntry
LinkedMap.LinkedEntry<K,V> nextEntry()
-