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>
,SequencedCollection<K>
,SequencedSet<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, 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
-
KeySet
private KeySet()
-
-
Method Details
-
iterator
-
iterator
-
size
public int size()- Specified by:
size
in interfaceCollection<K>
- Specified by:
size
in interfaceSet<K>
- Specified by:
size
in classAbstractCollection<K>
-
contains
- Specified by:
contains
in interfaceCollection<K>
- Specified by:
contains
in interfaceSet<K>
- Overrides:
contains
in classAbstractCollection<K>
-
remove
- Specified by:
remove
in interfaceCollection<K>
- Specified by:
remove
in interfaceSet<K>
- Overrides:
remove
in classAbstractCollection<K>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<K>
- Specified by:
clear
in interfaceSet<K>
- Overrides:
clear
in classAbstractCollection<K>
-
first
-
last
-
comparator
- Specified by:
comparator
in interfaceSortedSet<K>
-
tailSet
-
headSet
-
subSet
-