public final class Long2ObjectHashMap.EntrySet extends AbstractSet<Map.Entry<Long,V>>
| Constructor and Description |
|---|
EntrySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
Long2ObjectHashMap.EntryIterator |
iterator() |
boolean |
removeIfLong(LongObjPredicate<V> 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 Long2ObjectHashMap.EntryIterator iterator()
public int size()
public void clear()
public boolean contains(Object o)
public boolean removeIfLong(LongObjPredicate<V> filter)
NB: Renamed from removeIf to avoid overloading on parameter types of lambda expression, which doesn't play well with type inference in lambda expressions.
filter - a predicate to apply.true if at least one key was removed.public Object[] toArray()
Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.