Class AbstractReferenceMap.ReferenceValuesIterator<V>
java.lang.Object
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator<Object,V>
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceValuesIterator<V>
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
AbstractReferenceMap<K,V>
static class AbstractReferenceMap.ReferenceValuesIterator<V>
extends AbstractReferenceMap.ReferenceBaseIterator<Object,V>
implements Iterator<V>
The values iterator.
-
Field Summary
Fields inherited from class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
currentKey, currentValue, entry, expectedModCount, index, nextKey, nextValue, parent, previous -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
currentEntry, hasNext, nextEntry, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
ReferenceValuesIterator
ReferenceValuesIterator(AbstractReferenceMap<?, V> parent)
-
-
Method Details