Uses of Interface
com.carrotsearch.hppc.predicates.CharCharPredicate
Packages that use CharCharPredicate
-
Uses of CharCharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharCharPredicateModifier and TypeMethodDescription<T extends CharCharPredicate>
TCharCharAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends CharCharPredicate>
TCharCharHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type CharCharPredicateModifier and TypeMethodDescriptionint
CharCharAssociativeContainer.removeAll
(CharCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharCharHashMap.removeAll
(CharCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.