Package com.twelvemonkeys.util
Class LinkedMap.ValueIterator
- java.lang.Object
-
- com.twelvemonkeys.util.LinkedMap.LinkedMapIterator<V>
-
- com.twelvemonkeys.util.LinkedMap.ValueIterator
-
- All Implemented Interfaces:
java.util.Iterator<V>
private class LinkedMap.ValueIterator extends LinkedMap.LinkedMapIterator<V>
-
-
Field Summary
-
Fields inherited from class com.twelvemonkeys.util.LinkedMap.LinkedMapIterator
mExpectedModCount, mLastReturned, mNextEntry
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ValueIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
next()
-
Methods inherited from class com.twelvemonkeys.util.LinkedMap.LinkedMapIterator
hasNext, nextEntry, remove
-
-
-
-
Method Detail
-
next
public V next()
-
-