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>> 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, hashCodeMethods inherited from class org.apache.felix.resolver.util.OpenHashMap.AbstractObjectCollection
add, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.Set
add, addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArrayMethods inherited from interface java.util.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
public int size() -
clear
public void clear() -
iterator
-
fastIterator
-
fastIterator
-