sharin.util
Class ArrayUtils
java.lang.Object
sharin.util.ArrayUtils
public class ArrayUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_BOOLEAN_WRAPPERS
public static final Boolean[] EMPTY_BOOLEAN_WRAPPERS
EMPTY_BYTE_WRAPPERS
public static final Byte[] EMPTY_BYTE_WRAPPERS
EMPTY_CHARACTER_WRAPPERS
public static final Character[] EMPTY_CHARACTER_WRAPPERS
EMPTY_SHORT_WRAPPERS
public static final Short[] EMPTY_SHORT_WRAPPERS
EMPTY_INTEGER_WRAPPERS
public static final Integer[] EMPTY_INTEGER_WRAPPERS
EMPTY_LONG_WRAPPERS
public static final Long[] EMPTY_LONG_WRAPPERS
EMPTY_FLOAT_WRAPPERS
public static final Float[] EMPTY_FLOAT_WRAPPERS
EMPTY_DOUBLE_WRAPPERS
public static final Double[] EMPTY_DOUBLE_WRAPPERS
ArrayUtils
public ArrayUtils()
toWrappers
public static Boolean[] toWrappers(boolean... values)
toWrappers
public static Byte[] toWrappers(byte... values)
toWrappers
public static Character[] toWrappers(char... values)
toWrappers
public static Short[] toWrappers(short... values)
toWrappers
public static Integer[] toWrappers(int... values)
toWrappers
public static Long[] toWrappers(long... values)
toWrappers
public static Float[] toWrappers(float... values)
toWrappers
public static Double[] toWrappers(double... values)
Copyright © 2009 SHU. All Rights Reserved.