Uses of Interface
com.carrotsearch.hppc.predicates.FloatCharPredicate
Packages that use FloatCharPredicate
-
Uses of FloatCharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatCharPredicateModifier and TypeMethodDescription<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 FloatCharPredicateModifier and TypeMethodDescriptionint
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
.