Uses of Interface
com.carrotsearch.hppc.predicates.LongShortPredicate
Packages that use LongShortPredicate
-
Uses of LongShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongShortPredicateModifier and TypeMethodDescription<T extends LongShortPredicate>
TLongShortAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends LongShortPredicate>
TLongShortHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type LongShortPredicateModifier and TypeMethodDescriptionint
LongShortAssociativeContainer.removeAll
(LongShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongShortHashMap.removeAll
(LongShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.