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