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 TypeMethodDescriptionintFloatCharAssociativeContainer.removeAll(FloatCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intFloatCharHashMap.removeAll(FloatCharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.