Uses of Interface
com.carrotsearch.hppc.predicates.FloatFloatPredicate
Packages that use FloatFloatPredicate
-
Uses of FloatFloatPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatFloatPredicateModifier and TypeMethodDescription<T extends FloatFloatPredicate>
TFloatFloatAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends FloatFloatPredicate>
TFloatFloatHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type FloatFloatPredicateModifier and TypeMethodDescriptionint
FloatFloatAssociativeContainer.removeAll
(FloatFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatFloatHashMap.removeAll
(FloatFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.