Uses of Interface
com.carrotsearch.hppc.predicates.DoublePredicate
-
Packages that use DoublePredicate Package Description com.carrotsearch.hppc -
-
Uses of DoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoublePredicate Modifier and Type Method Description <T extends DoublePredicate>
TDoubleArrayList. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends DoublePredicate>
TDoubleArrayList. forEach(T predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the list,fromIndex, inclusive, totoIndex, exclusive, or until predicate returnsfalse.<T extends DoublePredicate>
TDoubleContainer. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.Methods in com.carrotsearch.hppc with parameters of type DoublePredicate Modifier and Type Method Description intDoubleArrayList. removeAll(DoublePredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intDoubleCollection. removeAll(DoublePredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intDoubleCollection. retainAll(DoublePredicate predicate)Keeps all elements in this collection for which the given predicate returnstrue.
-