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