Uses of Interface
com.carrotsearch.hppc.predicates.CharIntPredicate
Packages that use CharIntPredicate
-
Uses of CharIntPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharIntPredicateModifier and TypeMethodDescription<T extends CharIntPredicate>
TCharIntAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends CharIntPredicate>
TCharIntHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type CharIntPredicateModifier and TypeMethodDescriptionint
CharIntAssociativeContainer.removeAll
(CharIntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharIntHashMap.removeAll
(CharIntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.