public class ArrayExtensions
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static <T> T[]
static <T> T[]
static int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArrayExtensions
public ArrayExtensions()
-
Method Details
-
upperBound
public static int upperBound(Object[] s)
-
getAt
public static <T> T[] getAt(T[] array,
IntRange range)
-
setAt
public static <T> T[] setAt(T[] array,
IntRange range,
T[] other)