ch.randelshofer.quaqua.util
Class ArrayUtil
java.lang.Object
ch.randelshofer.quaqua.util.ArrayUtil
public class ArrayUtil
- extends java.lang.Object
ArrayUtil.
- Version:
- $Id: ArrayUtil.java 363 2010-11-21 17:41:04Z wrandelshofer $
- Author:
- Werner Randelshofer
Method Summary |
static java.util.ArrayList |
asList(int[] a)
|
static java.lang.String |
toHexString(byte[] b)
|
static java.lang.String |
toHexString(byte[] b,
int off,
int len)
|
static int[] |
truncate(int[] a,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
asList
public static java.util.ArrayList asList(int[] a)
toHexString
public static java.lang.String toHexString(byte[] b,
int off,
int len)
toHexString
public static java.lang.String toHexString(byte[] b)
truncate
public static int[] truncate(int[] a,
int off,
int len)