public class Arr extends Object
Arr()
static Object[]
deleteAt(Object[] arr, int index)
static <T> T[]
expand(T[] arr, int factor)
expand(T[] arr, T item)
static int
indexOf(Object[] arr, Object value)
subarray(T[] arr, int from, int to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Arr()
public static int indexOf(Object[] arr, Object value)
public static Object[] deleteAt(Object[] arr, int index)
public static <T> T[] expand(T[] arr, int factor)
public static <T> T[] expand(T[] arr, T item)
public static <T> T[] subarray(T[] arr, int from, int to)
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.