public final class Object2LongHashMap.EntrySet extends AbstractSet<Map.Entry<K,Long>> implements Serializable
| Constructor and Description |
|---|
EntrySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
Object2LongHashMap.EntryIterator |
iterator() |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
equals, hashCode, removeAlladd, addAll, containsAll, isEmpty, remove, retainAll, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, containsAll, isEmpty, remove, retainAll, spliteratorparallelStream, removeIf, streampublic Object2LongHashMap.EntryIterator iterator()
public int size()
public void clear()
public boolean contains(Object o)
public Object[] toArray()
Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.