Uses of Interface
com.carrotsearch.hppc.predicates.ObjectFloatPredicate
-
Packages that use ObjectFloatPredicate Package Description com.carrotsearch.hppc -
-
Uses of ObjectFloatPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectFloatPredicate Modifier and Type Method Description <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 ObjectFloatPredicate Modifier and Type Method Description int
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
.
-