org.apache.jena.atlas.lib
Class CollectionUtils

java.lang.Object
  extended by org.apache.jena.atlas.lib.CollectionUtils

public class CollectionUtils
extends Object


Constructor Summary
CollectionUtils()
           
 
Method Summary
static
<T> boolean
disjoint(Collection<T> c1, Collection<T> c2)
           
static
<T> void
removeNulls(Collection<T> list)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionUtils

public CollectionUtils()
Method Detail

removeNulls

public static <T> void removeNulls(Collection<T> list)

disjoint

public static <T> boolean disjoint(Collection<T> c1,
                                   Collection<T> c2)


Licenced under the Apache License, Version 2.0