Uses of Interface
com.carrotsearch.hppc.predicates.ShortLongPredicate
Packages that use ShortLongPredicate
-
Uses of ShortLongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortLongPredicateModifier and TypeMethodDescription<T extends ShortLongPredicate>
TShortLongAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ShortLongPredicate>
TShortLongHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ShortLongPredicateModifier and TypeMethodDescriptionintShortLongAssociativeContainer.removeAll(ShortLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intShortLongHashMap.removeAll(ShortLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.