Class ObjectShortHashMapWithHashingStrategy.KeySet
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategy.KeySet
- All Implemented Interfaces:
Iterable<K>
,Collection<K>
,Set<K>
- Enclosing class:
ObjectShortHashMapWithHashingStrategy<K>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends K> collection) void
clear()
boolean
boolean
containsAll
(Collection<?> collection) private void
boolean
int
hashCode()
boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(Collection<?> collection) boolean
retainAll
(Collection<?> collection) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] result) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods 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:
containsAll
in interfaceCollection<K>
- Specified by:
containsAll
in interfaceSet<K>
-
addAll
-
retainAll
-
removeAll
-
clear
public void clear() -
iterator
-
copyKeys
-