Package com.illumon.iris.db.plot.datasets.data
-
Class Summary Class Description AssociativeData<KEY,VALUE> Dataset which has values associated with keys.AssociativeDataHashMap<KEY,VALUE> AssociativeDatadataset backed by aHashMap.AssociativeDataSwappableTable<KEY,VALUE,VALUECOLUMN> AnAssociativeDatadataset backed by aSwappableTable.AssociativeDataTable<KEY,VALUE,VALUECOLUMN> AnAssociativeDatadataset backed by aTable.AssociativeDataWithDefault<KEY,VALUE> Dataset which has values associated with keys.IndexableData<T> Dataset where values can be retrieved via an integer index.IndexableDataArray<T> IndexableDatadataset backed by an array.IndexableDataArrayNullCategory<T> IndexableDatadataset backed by an array.IndexableDataByte IndexableDatadataset withBytevalues.IndexableDataCharacter IndexableDatadataset withCharactervalues.IndexableDataDBDateTime IndexableDatadataset withDBDateTimevalues.IndexableDataDouble IndexableDatawithDoublevalues.IndexableDataFloat IndexableDatawithFloatvalues.IndexableDataInfinite<T> IndexableDatadataset which ensures noIndexOutOfBoundsExceptions are thrown.IndexableDataInteger IndexableDatadataset withIntegervalues.IndexableDataListNullCategory<T> IndexableDatadataset backed by an array.IndexableDataLong IndexableDatadataset withLongvalues.IndexableDataShort IndexableDatadataset withShortvalues.IndexableDataSwappableTable<T> IndexableDatadataset whose data is a column in aSwappableTableand whose indices are the row numbers of the column.IndexableDataSwappableTableDouble IndexableDatadataset whose data is a column in aSwappableTableand whose indices are the row numbers of the column.IndexableDataTable<T> IndexableDatadataset whose data is a column in a table and whose indices are the row numbers of the column.IndexableDataWithDefault<T> IndexableDatawith a default value for missing indices and nulls.IndexableNumericData Dataset with indexed numeric values.IndexableNumericDataArrayDate IndexableNumericDatadataset comprised of an array ofDates.IndexableNumericDataArrayDBDateTime IndexableNumericDatadataset comprised of an array ofDBDateTimes.IndexableNumericDataArrayDouble IndexableNumericDatadataset backed by an array of doubles.IndexableNumericDataArrayFloat IndexableNumericDatadataset backed by an array of floats.IndexableNumericDataArrayInt IndexableNumericDatadataset backed by an array of ints.IndexableNumericDataArrayLong IndexableNumericDatadataset backed by an array of longs.IndexableNumericDataArrayNumber<T extends Number> IndexableNumericDatadataset backed by an array ofNumbers.IndexableNumericDataArrayShort IndexableNumericDatadataset backed by an array of shorts.IndexableNumericDataListNumber<T extends Number> IndexableNumericDatadataset backed by a list ofNumbers.IndexableNumericDataSwappableTable IndexableDatadataset whose data is a column in aSwappableTableand whose indices are the row numbers of the column.IndexableNumericDataTable IndexableDatadataset whose data is a column in a table and whose indices are the row numbers of the column.LiveAssociativeData<KEY,VALUE,VALUECOLUMN> AnAssociativeDatabacked by a table.LiveIndexableData<T> AnIndexableDatabacked by a table.LiveIndexableNumericData AnIndexableNumericDatabacked by a table.SortedIndexableNumericDataTable IndexableDatadataset whose data is a column in a table and whose indices are the row numbers of the column.