Class AbstractHashedMap.ValuesIterator<V>
java.lang.Object
org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator<Object,V>
org.apache.openjpa.lib.util.collections.AbstractHashedMap.ValuesIterator<V>
- 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.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator
currentEntry, hasNext, nextEntry, remove, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove