Uses of Interface
com.carrotsearch.hppc.predicates.IntLongPredicate
Packages that use IntLongPredicate
-
Uses of IntLongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntLongPredicateModifier and TypeMethodDescription<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 IntLongPredicateModifier and TypeMethodDescriptionintIntLongAssociativeContainer.removeAll(IntLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntLongHashMap.removeAll(IntLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.