org.znerd.util
Class ArrayUtils

java.lang.Object
  extended by org.znerd.util.ArrayUtils

public class ArrayUtils
extends Object


Method Summary
static int countElements(Object[] array)
           
static String printQuoted(Object[] array, String infix, String beforeLast)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

countElements

public static int countElements(Object[] array)

printQuoted

public static String printQuoted(Object[] array,
                                 String infix,
                                 String beforeLast)


Copyright © 2011-2012. All Rights Reserved.