Class ObjectLongHashMap.KeySet
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.KeySet
- All Implemented Interfaces:
Iterable<K>,Collection<K>,Set<K>
- Enclosing class:
ObjectLongHashMap<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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
spliterator
-
Constructor Details
-
KeySet
private KeySet()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
toArray
-
toArray
public <T> T[] toArray(T[] result) -
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<K>- Specified by:
containsAllin interfaceSet<K>
-
addAll
-
retainAll
-
removeAll
-
clear
public void clear() -
iterator
-
copyKeys
-