public class Lists
extends java.lang.Object
Constructor and Description |
---|
Lists() |
Modifier and Type | Method and Description |
---|---|
static IAST |
asAST(boolean... p_booleans)
|
static IAST |
asList(double... p_doubles)
|
static IAST |
asList(float... p_doubles)
|
static IAST |
asList(int... p_ints)
|
static IAST |
asList(long... p_longs)
|
static IAST |
asList(java.lang.Object... p_objects)
|
static IAST |
asList(short... p_shorts)
|
static IAST |
asList(java.lang.String... p_strings)
|
static IAST |
asListSymbols(java.lang.String... p_symbols)
|
static <T> int |
sizeOf(T... p_array)
Returns the size of a array, returning zero if the array is
null . |
public static <T> int sizeOf(T... p_array)
null
.p_array
- the array for which to return the size.0
if the array is
null
.public static IAST asAST(boolean... p_booleans)
public static IAST asList(double... p_doubles)
public static IAST asList(float... p_doubles)
public static IAST asList(java.lang.String... p_strings)
public static IAST asListSymbols(java.lang.String... p_symbols)
public static IAST asList(short... p_shorts)
public static IAST asList(int... p_ints)
public static IAST asList(long... p_longs)