edu.stanford.math.plex4.utility
public class CollectionUtility extends java.lang.Object
Constructor and Description |
---|
CollectionUtility() |
Modifier and Type | Method and Description |
---|---|
static <U> java.util.List<U> |
dump(java.lang.Iterable<U> X) |
static <U> java.util.List<U> |
getDifference(java.lang.Iterable<U> X,
java.lang.Iterable<U> A) |