org.mockito.internal.util.collections
Class ArrayUtils

java.lang.Object
  extended by org.mockito.internal.util.collections.ArrayUtils

public class ArrayUtils
extends java.lang.Object


Constructor Summary
ArrayUtils()
           
 
Method Summary
<T> boolean
isEmpty(T[] array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayUtils

public ArrayUtils()
Method Detail

isEmpty

public <T> boolean isEmpty(T[] array)