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>>, 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 OpenHashMap.AbstractObjectSet
equals, hashCodeMethods inherited from class OpenHashMap.AbstractObjectCollection
add, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface Set
add, addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArrayMethods inherited from interface SortedSet
spliterator
-
Constructor Details
-
MapEntrySet
private MapEntrySet()
-
-
Method Details
-
iterator
-
comparator
- Specified by:
comparatorin interfaceSortedSet<Map.Entry<K,V>>
-
subSet
-
headSet
-
tailSet
-
first
-
last
-
contains
-
remove
-
size
-
clear
-
iterator
-
fastIterator
-
fastIterator
-