Uses of Interface
com.carrotsearch.hppc.predicates.CharBytePredicate
Packages that use CharBytePredicate
-
Uses of CharBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharBytePredicateModifier and TypeMethodDescription<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 CharBytePredicateModifier and TypeMethodDescriptionintCharByteAssociativeContainer.removeAll(CharBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intCharByteHashMap.removeAll(CharBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.