public final class ArrayUtil extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static char[] | append(char[] a,
      char... values) | 
| static <T> T[] | append(T[] a,
      T... values) | 
| static char[][] | mirror(char[]... cas) | 
public static <T> T[] append(T[] a,
                             T... values)
a.length + values.length, filled with the values from a and
         valuespublic static char[] append(char[] a,
                            char... values)
a.length + values.length, filled with the values from a and
         valuespublic static char[][] mirror(char[]... cas)
Copyright © 2018 Arno Unkrig. All rights reserved.