Class OrderedFastHashMap.OrderedKeySet<K,V>
java.lang.Object
org.htmlunit.util.OrderedFastHashMap.OrderedKeySet<K,V>
- All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
- Enclosing class:
OrderedFastHashMap<K,V>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends K> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
equals, hashCode, spliterator
-
Field Details
-
backingMap_
-
-
Constructor Details
-
OrderedKeySet
OrderedKeySet(OrderedFastHashMap<K, V> backingMap)
-
-
Method Details
-
size
-
isEmpty
-
contains
-
toArray
-
toArray
-
iterator
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<K>- Specified by:
containsAllin interfaceSet<K>
-
addAll
-
retainAll
-
removeAll
-
clear
-