Uses of Interface
com.carrotsearch.hppc.predicates.ObjectDoublePredicate
Packages that use ObjectDoublePredicate
-
Uses of ObjectDoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectDoublePredicateModifier and TypeMethodDescription<T extends ObjectDoublePredicate<? super KType>>
TObjectDoubleAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ObjectDoublePredicate<? super KType>>
TObjectDoubleHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ObjectDoublePredicateModifier and TypeMethodDescriptionint
ObjectDoubleAssociativeContainer.removeAll
(ObjectDoublePredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectDoubleHashMap.removeAll
(ObjectDoublePredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.