Uses of Interface
com.carrotsearch.hppc.predicates.CharShortPredicate
Packages that use CharShortPredicate
-
Uses of CharShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharShortPredicateModifier and TypeMethodDescription<T extends CharShortPredicate>
TCharShortAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends CharShortPredicate>
TCharShortHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type CharShortPredicateModifier and TypeMethodDescriptionintCharShortAssociativeContainer.removeAll(CharShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intCharShortHashMap.removeAll(CharShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.