Uses of Interface
com.carrotsearch.hppc.predicates.CharLongPredicate
-
Packages that use CharLongPredicate Package Description com.carrotsearch.hppc -
-
Uses of CharLongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharLongPredicate Modifier and Type Method Description <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 CharLongPredicate Modifier and Type Method Description int
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
.
-