public class Util
extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static <T> boolean |
listsEqual(java.util.List<T> l1,
java.util.List<T> l2) |
static <T> boolean |
listsEqual(java.util.List<T> l1,
T... vs) |