|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectListConverter
public class ListConverter
Constructor Summary | |
---|---|
ListConverter()
|
Method Summary | |
---|---|
static List |
flatten(List list)
|
static void |
main(String[] args)
|
static List |
makeDimensional(List values,
int[] sizes)
|
static double[] |
toDoubleArray(List values)
|
static int[] |
toIntArray(List values)
|
static List |
toList(double[] values)
|
static List |
toList(int[] values)
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListConverter()
Method Detail |
---|
public static List flatten(List list)
public static List makeDimensional(List values, int[] sizes)
public static List toList(int[] values)
public static List toList(double[] values)
public static int[] toIntArray(List values)
public static double[] toDoubleArray(List values)
public static void main(String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |