Uses of Interface
com.carrotsearch.hppc.predicates.ObjectIntPredicate
-
Packages that use ObjectIntPredicate Package Description com.carrotsearch.hppc -
-
Uses of ObjectIntPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectIntPredicate Modifier and Type Method Description <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 ObjectIntPredicate Modifier and Type Method Description int
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
.
-