Package com.twelvemonkeys.util
Class LinkedMap.ValueIterator
java.lang.Object
LinkedMap<K,V>.com.twelvemonkeys.util.LinkedMap.LinkedMapIterator<V>
com.twelvemonkeys.util.LinkedMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
-
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, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValueIterator
private ValueIterator()
-
-
Method Details
-
next
-