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