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