public class ArrayUtility extends Object
| Constructor and Description |
|---|
ArrayUtility() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
clone(Class<T> clazz,
T[] original) |
static <T> T[] |
concatenate(Class<T> clazz,
T[] first,
T... second) |
static <T> int |
linearSearch(T[] array,
T key) |
Copyright © 2020. All rights reserved.