Class OpenHashMap.EntryIterator
java.lang.Object
OpenHashMap<K,V>.org.apache.felix.resolver.util.OpenHashMap.MapIterator
org.apache.felix.resolver.util.OpenHashMap.EntryIterator
- Enclosing class:
OpenHashMap<K,V>
private class OpenHashMap.EntryIterator
extends OpenHashMap<K,V>.MapIterator
implements Iterator<Map.Entry<K,V>>
-
Field Summary
FieldsFields inherited from class OpenHashMap.MapIterator
curr, index, next, prev -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OpenHashMap.MapIterator
back, hasNext, hasPrevious, nextEntry, nextIndex, previousEntry, previousIndex, skipMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext
-
Field Details
-
entry
-
-
Constructor Details
-
EntryIterator
public EntryIterator() -
EntryIterator
-
-
Method Details
-
next
-
previous
-
remove
public void remove()- Specified by:
removein interfaceIterator<Map.Entry<K,V>> - Overrides:
removein classOpenHashMap<K,V>.MapIterator
-
set
-
add
-