Package org.apache.commons.collections
Class ReferenceMap.EntryIterator
java.lang.Object
org.apache.commons.collections.ReferenceMap.EntryIterator
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
ReferenceMap.KeyIterator
,ReferenceMap.ValueIterator
- Enclosing class:
- ReferenceMap
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Object
(package private) Object
(package private) ReferenceMap.Entry
(package private) int
(package private) int
(package private) Object
(package private) Object
(package private) ReferenceMap.Entry
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
index
int index -
entry
ReferenceMap.Entry entry -
previous
ReferenceMap.Entry previous -
nextKey
Object nextKey -
nextValue
Object nextValue -
currentKey
Object currentKey -
currentValue
Object currentValue -
expectedModCount
int expectedModCount
-
-
Constructor Details
-
EntryIterator
public EntryIterator()
-
-
Method Details