Quaqua 7.4.2 2011-07-05

ch.randelshofer.quaqua.util
Class ArrayUtil

java.lang.Object
  extended by 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
 

Method Detail

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)

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.