Class AbstractReferenceMap.ReferenceValuesIterator<V>
- java.lang.Object
-
- org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator<java.lang.Object,V>
-
- org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceValuesIterator<V>
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- AbstractReferenceMap<K,V>
static class AbstractReferenceMap.ReferenceValuesIterator<V> extends AbstractReferenceMap.ReferenceBaseIterator<java.lang.Object,V> implements java.util.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 Constructor Description ReferenceValuesIterator(AbstractReferenceMap<?,V> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
next()
-
Methods inherited from class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
currentEntry, hasNext, nextEntry, remove
-
-
-
-
Constructor Detail
-
ReferenceValuesIterator
ReferenceValuesIterator(AbstractReferenceMap<?,V> parent)
-
-