org.eclipse.emf.facet.util.core.internal.exported
Class ListUtils

java.lang.Object
  extended by org.eclipse.emf.facet.util.core.internal.exported.ListUtils

public final class ListUtils
extends java.lang.Object

Since:
0.2

Method Summary
static
<T> java.util.List<T>
cleanList(java.util.Collection<T> collection)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cleanList

public static <T> java.util.List<T> cleanList(java.util.Collection<T> collection)