Uses of Interface
com.carrotsearch.hppc.predicates.CharBytePredicate
-
Packages that use CharBytePredicate Package Description com.carrotsearch.hppc -
-
Uses of CharBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharBytePredicate Modifier and Type Method Description <T extends CharBytePredicate>
TCharByteAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends CharBytePredicate>
TCharByteHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type CharBytePredicate Modifier and Type Method Description int
CharByteAssociativeContainer. removeAll(CharBytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
CharByteHashMap. removeAll(CharBytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-