public final class Object2IntHashMap.EntrySet extends AbstractSet<Map.Entry<K,Integer>>
| Constructor and Description |
|---|
EntrySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
Object2IntHashMap.EntryIterator |
iterator() |
boolean |
removeIfInt(ObjIntPredicate<? super K> filter)
Removes all the elements of this collection that satisfy the given predicate.
|
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 Object2IntHashMap.EntryIterator iterator()
public int size()
public void clear()
public boolean contains(Object o)
public boolean removeIfInt(ObjIntPredicate<? super K> filter)
filter - a predicate which returns true for elements to be removed.true if any elements were removed.public Object[] toArray()
Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.