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