Uses of Interface
com.carrotsearch.hppc.predicates.IntDoublePredicate
Packages that use IntDoublePredicate
-
Uses of IntDoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntDoublePredicateModifier and TypeMethodDescription<T extends IntDoublePredicate>
TIntDoubleAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends IntDoublePredicate>
TIntDoubleHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type IntDoublePredicateModifier and TypeMethodDescriptionintIntDoubleAssociativeContainer.removeAll(IntDoublePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntDoubleHashMap.removeAll(IntDoublePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.