Class ObjectFloatHashMap.KeySet
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMap.KeySet
- All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
- Enclosing class:
ObjectFloatHashMap<K>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends K> collection) voidclear()booleanbooleancontainsAll(Collection<?> collection) private voidbooleaninthashCode()booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> collection) booleanretainAll(Collection<?> collection) intsize()Object[]toArray()<T> T[]toArray(T[] result) Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
spliterator
-
Constructor Details
-
KeySet
private KeySet()
-
-
Method Details
-
equals
-
hashCode
-
size
-
isEmpty
-
contains
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<K>- Specified by:
containsAllin interfaceSet<K>
-
addAll
-
retainAll
-
removeAll
-
clear
-
iterator
-
copyKeys
-