- All Implemented Interfaces:
Selector<double[]>
public class DoublePredicateArraySelector
extends Object
implements Selector<double[]>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DoublePredicateArraySelector
public DoublePredicateArraySelector(double[] base,
IntPredicate predicate)
-
Method Details
-
get
public double[] get()
- Specified by:
get in interface Selector<double[]>
-
set
public double[] set(double[] selection)
- Specified by:
set in interface Selector<double[]>