Uses of Interface
com.carrotsearch.hppc.predicates.LongIntPredicate
-
Packages that use LongIntPredicate Package Description com.carrotsearch.hppc -
-
Uses of LongIntPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongIntPredicate Modifier and Type Method Description <T extends LongIntPredicate>
TLongIntAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends LongIntPredicate>
TLongIntHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type LongIntPredicate Modifier and Type Method Description int
LongIntAssociativeContainer. removeAll(LongIntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
LongIntHashMap. removeAll(LongIntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-