Package org.apache.commons.collections
Class ReferenceMap.KeyIterator
- java.lang.Object
-
- org.apache.commons.collections.ReferenceMap.EntryIterator
-
- org.apache.commons.collections.ReferenceMap.KeyIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- ReferenceMap
private class ReferenceMap.KeyIterator extends ReferenceMap.EntryIterator
-
-
Field Summary
-
Fields inherited from class org.apache.commons.collections.ReferenceMap.EntryIterator
currentKey, currentValue, entry, expectedModCount, index, nextKey, nextValue, previous
-
-
Constructor Summary
Constructors Modifier Constructor Description private
KeyIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
next()
-
Methods inherited from class org.apache.commons.collections.ReferenceMap.EntryIterator
hasNext, nextEntry, remove
-
-
-
-
Method Detail
-
next
public java.lang.Object next()
- Specified by:
next
in interfacejava.util.Iterator
- Overrides:
next
in classReferenceMap.EntryIterator
-
-