util
Class ArrayGet

java.lang.Object
  extended by util.ArrayGet

public class ArrayGet
extends Object

Converts several doubles into one array. Used for constructors requiring arrays.


Constructor Summary
ArrayGet()
           
 
Method Summary
static double[] get(double var)
           
static double[] get(double v1, double v2)
           
static double[] get(double v1, double v2, double v3)
           
static Object[] get(Object solo)
           
static String[] get(String solo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayGet

public ArrayGet()
Method Detail

get

public static double[] get(double var)

get

public static double[] get(double v1,
                           double v2)
Parameters:
v1 -
v2 -
Returns:
double

get

public static double[] get(double v1,
                           double v2,
                           double v3)

get

public static String[] get(String solo)
Parameters:
solo -
Returns:
String

get

public static Object[] get(Object solo)
Parameters:
solo -
Returns:
Object