Uses of Interface
com.carrotsearch.hppc.predicates.DoubleIntPredicate
-
Packages that use DoubleIntPredicate Package Description com.carrotsearch.hppc -
-
Uses of DoubleIntPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleIntPredicate Modifier and Type Method Description <T extends DoubleIntPredicate>
TDoubleIntAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends DoubleIntPredicate>
TDoubleIntHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type DoubleIntPredicate Modifier and Type Method Description int
DoubleIntAssociativeContainer. removeAll(DoubleIntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleIntHashMap. removeAll(DoubleIntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-