- All Implemented Interfaces:
Selector<T[]>
public class RangeArraySelector<T>
extends Object
implements Selector<T[]>
-
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
-
RangeArraySelector
public RangeArraySelector(T[] base,
IntRange range)
-
Method Details
-
-
set
public T[] set(T[] value)
- Specified by:
set in interface Selector<T>