Uses of Interface
com.carrotsearch.hppc.predicates.LongDoublePredicate
Packages that use LongDoublePredicate
-
Uses of LongDoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongDoublePredicateModifier and TypeMethodDescription<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 LongDoublePredicateModifier and TypeMethodDescriptionint
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
.