Uses of Interface
com.carrotsearch.hppc.predicates.CharLongPredicate
Packages that use CharLongPredicate
-
Uses of CharLongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharLongPredicateModifier and TypeMethodDescription<T extends CharLongPredicate>
TCharLongAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends CharLongPredicate>
TCharLongHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type CharLongPredicateModifier and TypeMethodDescriptionint
CharLongAssociativeContainer.removeAll
(CharLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharLongHashMap.removeAll
(CharLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.