| Interface | Description |
|---|---|
| TableRow |
| Class | Description |
|---|---|
| DoubleDict |
A simple table class to use a String as a lookup for an double value.
|
| DoubleList |
Helper class for a list of floats.
|
| FloatDict |
A simple table class to use a String as a lookup for an float value.
|
| FloatList |
Helper class for a list of floats.
|
| IntDict |
A simple class to use a String as a lookup for an int value.
|
| IntList |
Helper class for a list of ints.
|
| JSONArray |
A JSONArray is an ordered sequence of values.
|
| JSONObject |
A JSONObject is an unordered collection of name/value pairs.
|
| LongDict |
A simple class to use a String as a lookup for an int value.
|
| LongList |
Helper class for a list of ints.
|
| Sort |
Internal sorter used by several data classes.
|
| StringDict |
A simple table class to use a String as a lookup for another String value.
|
| StringList |
Helper class for a list of Strings.
|
| Table |
Generic class for handling tabular data, typically from a CSV, TSV, or
other sort of spreadsheet file.
|
| XML |
This is the base class used for the Processing XML library,
representing a single node of an XML tree.
|