Uses of Interface
com.carrotsearch.hppc.predicates.ObjectIntPredicate
Packages that use ObjectIntPredicate
-
Uses of ObjectIntPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectIntPredicateModifier and TypeMethodDescription<T extends ObjectIntPredicate<? super KType>>
TObjectIntAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ObjectIntPredicate<? super KType>>
TObjectIntHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ObjectIntPredicateModifier and TypeMethodDescriptionintObjectIntAssociativeContainer.removeAll(ObjectIntPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectIntHashMap.removeAll(ObjectIntPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.