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