wt.fc.collections
Class WTKeyedHashMap.ReferenceIterator
java.lang.Object
wt.fc.collections.WTKeyedHashMap.EntryIterator
wt.fc.collections.WTKeyedHashMap.ReferenceIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- WTKeyedHashMap
- class WTKeyedHashMap.ReferenceIterator
- extends WTKeyedHashMap.EntryIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expectedModCount
int expectedModCount
localKeyMap
final Map localKeyMap
iter
final Iterator iter
last
Map.Entry last
WTKeyedHashMap.ReferenceIterator
WTKeyedHashMap.ReferenceIterator()
next
public Object next()
- Specified by:
next
in interface Iterator
- Overrides:
next
in class WTKeyedHashMap.EntryIterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
nextEntry
WTKeyedMap.WTEntry nextEntry()
remove
public void remove()
- Specified by:
remove
in interface Iterator