Package org.apache.felix.resolver.util
Class OpenHashMap.ValueIterator
java.lang.Object
OpenHashMap<K,V>.org.apache.felix.resolver.util.OpenHashMap.MapIterator
org.apache.felix.resolver.util.OpenHashMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
OpenHashMap<K,
V>
private final class OpenHashMap.ValueIterator
extends OpenHashMap<K,V>.MapIterator
implements Iterator<V>
-
Field Summary
Fields inherited from class org.apache.felix.resolver.util.OpenHashMap.MapIterator
curr, index, next, prev
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.felix.resolver.util.OpenHashMap.MapIterator
back, hasNext, hasPrevious, nextEntry, nextIndex, previousEntry, previousIndex, remove, skip
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove