|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmorfologik.util.Arrays
public final class Arrays
Compatibility layer for JVM 1.5.
| Method Summary | ||
|---|---|---|
static boolean[] |
copyOf(boolean[] original,
int newLength)
|
|
static byte[] |
copyOf(byte[] original,
int newLength)
|
|
static char[] |
copyOf(char[] original,
int newLength)
|
|
static int[] |
copyOf(int[] original,
int newLength)
|
|
static
|
copyOf(T[] original,
int newLength)
|
|
static
|
copyOf(U[] original,
int newLength,
Class<? extends T[]> newType)
|
|
static boolean |
referenceEquals(Object[] a1,
Object[] a2)
Compare two lists of objects for reference-equality. |
|
static String |
toString(byte[] bytes,
int length)
Convert an array of strings to bytes. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte[] copyOf(byte[] original,
int newLength)
public static boolean[] copyOf(boolean[] original,
int newLength)
public static char[] copyOf(char[] original,
int newLength)
public static int[] copyOf(int[] original,
int newLength)
public static <T> T[] copyOf(T[] original,
int newLength)
public static <T,U> T[] copyOf(U[] original,
int newLength,
Class<? extends T[]> newType)
public static boolean referenceEquals(Object[] a1,
Object[] a2)
public static String toString(byte[] bytes,
int length)
copyOf(byte[], int)
and then Arrays.toString(byte[]).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||