public final class Object2ObjectHashMap.KeySet extends AbstractSet<K>
| Constructor and Description |
|---|
KeySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
void |
forEach(Consumer<? super K> action) |
boolean |
isEmpty() |
Object2ObjectHashMap.KeyIterator |
iterator() |
int |
size() |
equals, hashCode, removeAlladd, addAll, containsAll, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, containsAll, remove, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic Object2ObjectHashMap.KeyIterator iterator()
public int size()
size in interface Collection<K>size in interface Set<K>size in class AbstractCollection<K>public boolean isEmpty()
isEmpty in interface Collection<K>isEmpty in interface Set<K>isEmpty in class AbstractCollection<K>public void clear()
clear in interface Collection<K>clear in interface Set<K>clear in class AbstractCollection<K>public boolean contains(Object o)
contains in interface Collection<K>contains in interface Set<K>contains in class AbstractCollection<K>Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.