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