Uses of Interface
com.carrotsearch.hppc.predicates.ObjectFloatPredicate
Packages that use ObjectFloatPredicate
-
Uses of ObjectFloatPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectFloatPredicateModifier and TypeMethodDescription<T extends ObjectFloatPredicate<? super KType>>
TObjectFloatAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ObjectFloatPredicate<? super KType>>
TObjectFloatHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ObjectFloatPredicateModifier and TypeMethodDescriptionint
ObjectFloatAssociativeContainer.removeAll
(ObjectFloatPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectFloatHashMap.removeAll
(ObjectFloatPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.