Uses of Interface
com.carrotsearch.hppc.predicates.DoubleDoublePredicate
Packages that use DoubleDoublePredicate
-
Uses of DoubleDoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleDoublePredicateModifier and TypeMethodDescription<T extends DoubleDoublePredicate>
TDoubleDoubleAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends DoubleDoublePredicate>
TDoubleDoubleHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type DoubleDoublePredicateModifier and TypeMethodDescriptionintDoubleDoubleAssociativeContainer.removeAll(DoubleDoublePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intDoubleDoubleHashMap.removeAll(DoubleDoublePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.