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 TypeMethodDescriptionintByteCharAssociativeContainer.removeAll(ByteCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteCharHashMap.removeAll(ByteCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.