Uses of Interface
com.carrotsearch.hppc.predicates.ShortCharPredicate
Packages that use ShortCharPredicate
-
Uses of ShortCharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortCharPredicateModifier and TypeMethodDescription<T extends ShortCharPredicate>
TShortCharAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ShortCharPredicate>
TShortCharHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ShortCharPredicateModifier and TypeMethodDescriptionintShortCharAssociativeContainer.removeAll(ShortCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intShortCharHashMap.removeAll(ShortCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.