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