Uses of Interface
com.carrotsearch.hppc.predicates.DoubleDoublePredicate
-
Packages that use DoubleDoublePredicate Package Description com.carrotsearch.hppc -
-
Uses of DoubleDoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleDoublePredicate Modifier and Type Method Description <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 DoubleDoublePredicate Modifier and Type Method Description int
DoubleDoubleAssociativeContainer. removeAll(DoubleDoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleDoubleHashMap. removeAll(DoubleDoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-