net.sf.oval.internal.util
Class ArrayUtils
java.lang.Object
net.sf.oval.internal.util.ArrayUtils
public final class ArrayUtils
- extends Object
- Author:
- Sebastian Thomschke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_METHOD_ARRAY
public static final Method[] EMPTY_METHOD_ARRAY
EMPTY_OBJECT_ARRAY
public static final Object[] EMPTY_OBJECT_ARRAY
EMPTY_STRING_ARRAY
public static final String[] EMPTY_STRING_ARRAY
addAll
public static <T> int addAll(Collection<T> collection,
T... elements)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
- if collection == null
asList
public static List<?> asList(Object array)
asList
public static <T> List<T> asList(T[] array)
containsEqual
public static <T> boolean containsEqual(T[] theArray,
T theItem)
containsSame
public static <T> boolean containsSame(T[] theArray,
T theItem)
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.