Uses of Interface
com.carrotsearch.hppc.predicates.IntIntPredicate
Packages that use IntIntPredicate
-
Uses of IntIntPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntIntPredicateModifier and TypeMethodDescription<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 IntIntPredicateModifier and TypeMethodDescriptionint
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
.