public final class Trees extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Trees.LeafMap |
static class |
Trees.LeafVisitor |
Modifier and Type | Field and Description |
---|---|
static Object[] |
EMPTY_TREE |
Modifier and Type | Method and Description |
---|---|
static List |
asList(Object a) |
static boolean |
equals(Object a,
Object b) |
static boolean |
isEmpty(Object a) |
static Iterator |
iterator(Object a) |
static Object |
pair(Object a,
Object b) |
static Object |
simplify(Object a,
boolean reuse) |
static int |
size(Object a) |
static Object[] |
toArray(Object a) |
static Object[] |
toArray(Object a,
Object[] array) |
static String |
toString(Object a) |
see also the complete user documentation .