Uses of Interface
com.carrotsearch.hppc.predicates.LongLongPredicate
Packages that use LongLongPredicate
-
Uses of LongLongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongLongPredicateModifier and TypeMethodDescription<T extends LongLongPredicate>
TLongLongAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends LongLongPredicate>
TLongLongHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type LongLongPredicateModifier and TypeMethodDescriptionint
LongLongAssociativeContainer.removeAll
(LongLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongLongHashMap.removeAll
(LongLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.