Uses of Interface
com.carrotsearch.hppc.predicates.CharFloatPredicate
Packages that use CharFloatPredicate
-
Uses of CharFloatPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharFloatPredicateModifier and TypeMethodDescription<T extends CharFloatPredicate>
TCharFloatAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends CharFloatPredicate>
TCharFloatHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type CharFloatPredicateModifier and TypeMethodDescriptionintCharFloatAssociativeContainer.removeAll(CharFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intCharFloatHashMap.removeAll(CharFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.