Package org.apache.felix.resolver.util
Class OpenHashMap.MapEntrySet
java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
org.apache.felix.resolver.util.OpenHashMap.AbstractObjectCollection<Map.Entry<K,V>>
org.apache.felix.resolver.util.OpenHashMap.AbstractObjectSet<Map.Entry<K,V>>
org.apache.felix.resolver.util.OpenHashMap.MapEntrySet
- All Implemented Interfaces:
Cloneable
,Iterable<Map.Entry<K,
,V>> Collection<Map.Entry<K,
,V>> SequencedCollection<Map.Entry<K,
,V>> SequencedSet<Map.Entry<K,
,V>> Set<Map.Entry<K,
,V>> SortedSet<Map.Entry<K,
V>>
- Enclosing class:
OpenHashMap<K,
V>
private final class OpenHashMap.MapEntrySet
extends OpenHashMap.AbstractObjectSet<Map.Entry<K,V>>
implements SortedSet<Map.Entry<K,V>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.felix.resolver.util.OpenHashMap.AbstractObjectSet
equals, hashCode
Methods inherited from class org.apache.felix.resolver.util.OpenHashMap.AbstractObjectCollection
add, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
add, addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray
Methods inherited from interface java.util.SortedSet
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, reversed, spliterator
-
Constructor Details
-
MapEntrySet
private MapEntrySet()
-
-
Method Details
-
iterator
-
comparator
- Specified by:
comparator
in interfaceSortedSet<Map.Entry<K,
V>>
-
subSet
-
headSet
-
tailSet
-
first
-
last
-
contains
-
remove
-
size
public int size() -
clear
public void clear() -
iterator
-
fastIterator
-
fastIterator
-