Uses of Interface
com.carrotsearch.hppc.predicates.DoubleObjectPredicate
-
Packages that use DoubleObjectPredicate Package Description com.carrotsearch.hppc -
-
Uses of DoubleObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleObjectPredicate Modifier and Type Method Description <T extends DoubleObjectPredicate<? super VType>>
TDoubleObjectAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends DoubleObjectPredicate<? super VType>>
TDoubleObjectHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type DoubleObjectPredicate Modifier and Type Method Description int
DoubleObjectAssociativeContainer. removeAll(DoubleObjectPredicate<? super VType> predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleObjectHashMap. removeAll(DoubleObjectPredicate<? super VType> predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-