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 intIntIntAssociativeContainer. removeAll(IntIntPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intIntIntHashMap. removeAll(IntIntPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.
-