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 SummaryConstructorsModifierConstructorDescriptionprotectedValuesIterator(AbstractHashedMap<?, V> parent) Constructs a new instance.
- 
Method SummaryMethods inherited from class org.apache.commons.collections4.map.AbstractHashedMap.HashIteratorcurrentEntry, hasNext, nextEntry, remove, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining, hasNext, remove
- 
Constructor Details- 
ValuesIteratorConstructs a new instance.- Parameters:
- parent- The parent AbstractHashedMap.
 
 
- 
- 
Method Details- 
next
 
-