Uses of Interface
com.carrotsearch.hppc.predicates.IntFloatPredicate
Packages that use IntFloatPredicate
-
Uses of IntFloatPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntFloatPredicateModifier and TypeMethodDescription<T extends IntFloatPredicate>
TIntFloatAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends IntFloatPredicate>
TIntFloatHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type IntFloatPredicateModifier and TypeMethodDescriptionintIntFloatAssociativeContainer.removeAll(IntFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntFloatHashMap.removeAll(IntFloatPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.