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 TypeMethodDescriptionintDoubleFloatAssociativeContainer.removeAll(DoubleFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intDoubleFloatHashMap.removeAll(DoubleFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.