Package org.apache.felix.resolver.util
Class OpenHashMap.EntryIterator
- java.lang.Object
-
- org.apache.felix.resolver.util.OpenHashMap.MapIterator
-
- org.apache.felix.resolver.util.OpenHashMap.EntryIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.util.Map.Entry<K,V>>
- Enclosing class:
- OpenHashMap<K,V>
private class OpenHashMap.EntryIterator extends OpenHashMap.MapIterator implements java.util.Iterator<java.util.Map.Entry<K,V>>
-
-
Field Summary
Fields Modifier and Type Field Description private OpenHashMap.MapEntry
entry
-
Fields inherited from class org.apache.felix.resolver.util.OpenHashMap.MapIterator
curr, index, next, prev
-
-
Constructor Summary
Constructors Constructor Description EntryIterator()
EntryIterator(java.lang.Object from)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.util.Map.Entry<K,V> ok)
OpenHashMap.MapEntry
next()
OpenHashMap.MapEntry
previous()
void
remove()
void
set(java.util.Map.Entry<K,V> ok)
-
Methods inherited from class org.apache.felix.resolver.util.OpenHashMap.MapIterator
back, hasNext, hasPrevious, nextEntry, nextIndex, previousEntry, previousIndex, skip
-
-
-
-
Field Detail
-
entry
private OpenHashMap.MapEntry entry
-
-
Method Detail
-
next
public OpenHashMap.MapEntry next()
-
previous
public OpenHashMap.MapEntry previous()
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<java.util.Map.Entry<K,V>>
- Overrides:
remove
in classOpenHashMap.MapIterator
-
-