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