Uses of Interface
com.carrotsearch.hppc.predicates.LongCharPredicate
Packages that use LongCharPredicate
-
Uses of LongCharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongCharPredicateModifier and TypeMethodDescription<T extends LongCharPredicate>
TLongCharAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends LongCharPredicate>
TLongCharHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type LongCharPredicateModifier and TypeMethodDescriptionintLongCharAssociativeContainer.removeAll(LongCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intLongCharHashMap.removeAll(LongCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.