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 TypeMethodDescriptionint
ObjectIntAssociativeContainer.removeAll
(ObjectIntPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectIntHashMap.removeAll
(ObjectIntPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.