Class AbstractHashedMap.ValuesIterator<V>
java.lang.Object
org.apache.commons.collections4.map.AbstractHashedMap.HashIterator<Object,V>
org.apache.commons.collections4.map.AbstractHashedMap.ValuesIterator<V>
- Type Parameters:
V- the type of elements maintained by this collection
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
AbstractHashedMap<K,V>
protected static class AbstractHashedMap.ValuesIterator<V>
extends AbstractHashedMap.HashIterator<Object,V>
implements Iterator<V>
Values iterator.
- Since:
- 3.0
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedValuesIterator(AbstractHashedMap<?, V> parent) Constructs a new instance. -
Method Summary
Methods inherited from class AbstractHashedMap.HashIterator
currentEntry, hasNext, nextEntry, remove, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
ValuesIterator
Constructs a new instance.- Parameters:
parent- The parent AbstractHashedMap.
-
-
Method Details
-
next
-