Uses of Interface
com.carrotsearch.hppc.predicates.ObjectDoublePredicate
-
Packages that use ObjectDoublePredicate Package Description com.carrotsearch.hppc -
-
Uses of ObjectDoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectDoublePredicate Modifier and Type Method Description <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 ObjectDoublePredicate Modifier and Type Method Description int
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
.
-