public class Arrays
extends java.lang.Object
| Constructor and Description |
|---|
Arrays() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
copyOfRange(T[] original,
int from,
int to) |
static <T,U> T[] |
copyOfRange(U[] original,
int from,
int to,
java.lang.Class<? extends T[]> newType) |
Copyright © 2012-2013. All Rights Reserved.