Package org.apache.felix.resolver.util
Class OpenHashMap.KeySet
java.lang.Object
java.util.AbstractCollection<K>
org.apache.felix.resolver.util.OpenHashMap.AbstractObjectCollection<K>
org.apache.felix.resolver.util.OpenHashMap.AbstractObjectSet<K>
org.apache.felix.resolver.util.OpenHashMap.KeySet
- All Implemented Interfaces:
Cloneable,Iterable<K>,Collection<K>,Set<K>,SortedSet<K>
- Enclosing class:
OpenHashMap<K,V>
private final class OpenHashMap.KeySet
extends OpenHashMap.AbstractObjectSet<K>
implements SortedSet<K>
-
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
-
KeySet
private KeySet()
-
-
Method Details
-
iterator
-
iterator
-
size
public int size()- Specified by:
sizein interfaceCollection<K>- Specified by:
sizein interfaceSet<K>- Specified by:
sizein classAbstractCollection<K>
-
contains
- Specified by:
containsin interfaceCollection<K>- Specified by:
containsin interfaceSet<K>- Overrides:
containsin classAbstractCollection<K>
-
remove
- Specified by:
removein interfaceCollection<K>- Specified by:
removein interfaceSet<K>- Overrides:
removein classAbstractCollection<K>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<K>- Specified by:
clearin interfaceSet<K>- Overrides:
clearin classAbstractCollection<K>
-
first
-
last
-
comparator
- Specified by:
comparatorin interfaceSortedSet<K>
-
tailSet
-
headSet
-
subSet
-