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 TypeMethodDescriptionint
IntDoubleAssociativeContainer.removeAll
(IntDoublePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
IntDoubleHashMap.removeAll
(IntDoublePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.