- All Implemented Interfaces:
Selector<int[]>
public class IntPredicateArraySelector
extends Object
implements Selector<int[]>
-
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
-
IntPredicateArraySelector
public IntPredicateArraySelector(int[] base,
IntPredicate predicate)
-
Method Details
-
get
public int[] get()
- Specified by:
get in interface Selector<int[]>
-
set
public int[] set(int[] selection)
- Specified by:
set in interface Selector<int[]>