org.xhtmlrenderer.util
Class ArrayUtil

java.lang.Object
  extended by org.xhtmlrenderer.util.ArrayUtil

public class ArrayUtil
extends Object


Constructor Summary
ArrayUtil()
           
 
Method Summary
static byte[] cloneOrEmpty(byte[] source)
           
static int[] cloneOrEmpty(int[] source)
           
static String[] cloneOrEmpty(String[] source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayUtil

public ArrayUtil()
Method Detail

cloneOrEmpty

public static String[] cloneOrEmpty(String[] source)

cloneOrEmpty

public static byte[] cloneOrEmpty(byte[] source)

cloneOrEmpty

public static int[] cloneOrEmpty(int[] source)


Copyright © 2013. All Rights Reserved.