Apache CXF API

org.apache.cxf.common.util
Class CollectionUtils

java.lang.Object
  extended by org.apache.cxf.common.util.CollectionUtils

public final class CollectionUtils
extends Object


Method Summary
static
<T> Collection<T>
diff(Collection<T> c1, Collection<T> c2)
           
static
<T> boolean
isEmpty(Collection<T> c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

diff

public static <T> Collection<T> diff(Collection<T> c1,
                                     Collection<T> c2)

isEmpty

public static <T> boolean isEmpty(Collection<T> c)

Apache CXF API

Apache CXF