Package processing.data
package processing.data
-
ClassDescriptionA simple table class to use a String as a lookup for an double value.Helper class for a list of double values.A simple class to use a String as a lookup for a float value.Helper class for a list of float values.A simple class to use a String as a lookup for an int value.Helper class for a list of int values.A JSONArray stores an array of JSON objects.A JSONObject stores JSON data with multiple name/value pairs.A simple class to use a String as a lookup for an int value.Helper class for a list of long values.Internal sorter used by several data classes.A simple class to use a String as a lookup for a String value.Helper class for a list of String objects.Table objects store data with multiple rows and columns, much like in a traditional spreadsheet.A TableRow object represents a single row of data values, stored in columns, from a Table.
Additional TableRow methods are documented in the Processing Data Javadoc.XML is a representation of an XML object, able to parse XML code.