Uses of Interface
com.carrotsearch.hppc.predicates.DoubleLongPredicate
Packages that use DoubleLongPredicate
-
Uses of DoubleLongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleLongPredicateModifier and TypeMethodDescription<T extends DoubleLongPredicate>
TDoubleLongAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends DoubleLongPredicate>
TDoubleLongHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type DoubleLongPredicateModifier and TypeMethodDescriptionintDoubleLongAssociativeContainer.removeAll(DoubleLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intDoubleLongHashMap.removeAll(DoubleLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.