Uses of Interface
com.carrotsearch.hppc.predicates.FloatFloatPredicate
-
Packages that use FloatFloatPredicate Package Description com.carrotsearch.hppc -
-
Uses of FloatFloatPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatFloatPredicate Modifier and Type Method Description <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 FloatFloatPredicate Modifier and Type Method Description int
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
.
-