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