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 TypeMethodDescriptionint
CharFloatAssociativeContainer.removeAll
(CharFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharFloatHashMap.removeAll
(CharFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.