Package com.twelvemonkeys.util
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) int
The 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.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