Uses of Interface
com.carrotsearch.hppc.predicates.CharDoublePredicate
Packages that use CharDoublePredicate
-
Uses of CharDoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharDoublePredicateModifier and TypeMethodDescription<T extends CharDoublePredicate>
TCharDoubleAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends CharDoublePredicate>
TCharDoubleHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type CharDoublePredicateModifier and TypeMethodDescriptionint
CharDoubleAssociativeContainer.removeAll
(CharDoublePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharDoubleHashMap.removeAll
(CharDoublePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.