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