Uses of Interface
com.carrotsearch.hppc.predicates.IntCharPredicate
Packages that use IntCharPredicate
-
Uses of IntCharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntCharPredicateModifier and TypeMethodDescription<T extends IntCharPredicate>
TIntCharAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends IntCharPredicate>
TIntCharHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type IntCharPredicateModifier and TypeMethodDescriptionintIntCharAssociativeContainer.removeAll(IntCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntCharHashMap.removeAll(IntCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.