public class Arr extends Object
| Constructor and Description |
|---|
Arr() |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
deleteAt(Object[] arr,
int index) |
static <T> T[] |
expand(T[] arr,
int factor) |
static <T> T[] |
expand(T[] arr,
T item) |
static int |
indexOf(Object[] arr,
Object value) |
static boolean |
isArray(Object value) |
static <T> T[] |
subarray(T[] arr,
int from,
int to) |
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)
public static boolean isArray(Object value)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.