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