Uses of Interface
com.carrotsearch.hppc.predicates.DoubleFloatPredicate
Packages that use DoubleFloatPredicate
-
Uses of DoubleFloatPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleFloatPredicateModifier and TypeMethodDescription<T extends DoubleFloatPredicate>
TDoubleFloatAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends DoubleFloatPredicate>
TDoubleFloatHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type DoubleFloatPredicateModifier and TypeMethodDescriptionint
DoubleFloatAssociativeContainer.removeAll
(DoubleFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleFloatHashMap.removeAll
(DoubleFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.