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