Uses of Interface
com.carrotsearch.hppc.predicates.DoubleCharPredicate
Packages that use DoubleCharPredicate
-
Uses of DoubleCharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleCharPredicateModifier and TypeMethodDescription<T extends DoubleCharPredicate>
TDoubleCharAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends DoubleCharPredicate>
TDoubleCharHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type DoubleCharPredicateModifier and TypeMethodDescriptionint
DoubleCharAssociativeContainer.removeAll
(DoubleCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleCharHashMap.removeAll
(DoubleCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.