Uses of Interface
com.carrotsearch.hppc.predicates.ByteCharPredicate
Packages that use ByteCharPredicate
-
Uses of ByteCharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteCharPredicateModifier and TypeMethodDescription<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 ByteCharPredicateModifier and TypeMethodDescriptionint
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
.