A Table organizes a collection of data into rows and columns, each row
containing a data record, and each column containing data values for a
named data field with a specific data type.
Table() -
Constructor for class prefuse.data.Table
Infers the data types for a table of data by testing each value
of the data against a bank of parsers and eliminating candidate
parsers that do not successfully parse the data.
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
Check if an object is an instance of a given class, or, if the class
is a primitive type, if the Object is an instance of the wrapper class
for that primitive (e.g., as Integer is a wrapper for int).