Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectObjectPredicate<? super KType,? super VType>> |
ObjectObjectAssociativeContainer.forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.
|
<T extends ObjectObjectPredicate<? super KType,? super VType>> |
ObjectObjectHashMap.forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.
|
Modifier and Type | Method and Description |
---|---|
int |
ObjectObjectAssociativeContainer.removeAll(ObjectObjectPredicate<? super KType,? super VType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectObjectHashMap.removeAll(ObjectObjectPredicate<? super KType,? super VType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
Copyright © 2024 Carrot Search s.c.. All rights reserved.