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