public class ValueList
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(int index) |
double |
getDouble(int index) |
float |
getFloat(int index) |
Fraction |
getFraction(int index) |
int |
getInteger(int index) |
int |
getSize() |
java.lang.String |
getString(int index) |
public int getSize()
public double getDouble(int index)
public float getFloat(int index)
public int getInteger(int index)
public java.lang.String getString(int index)
public boolean getBoolean(int index)
public Fraction getFraction(int index)