Uses of Interface
com.carrotsearch.hppc.predicates.FloatPredicate
-
Packages that use FloatPredicate Package Description com.carrotsearch.hppc -
-
Uses of FloatPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatPredicate Modifier and Type Method Description <T extends FloatPredicate>
TFloatContainer. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.Methods in com.carrotsearch.hppc with parameters of type FloatPredicate Modifier and Type Method Description intFloatCollection. removeAll(FloatPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intFloatCollection. retainAll(FloatPredicate predicate)Keeps all elements in this collection for which the given predicate returnstrue.
-