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> AssociativeData
dataset backed by aHashMap
.AssociativeDataSwappableTable<KEY,VALUE,VALUECOLUMN> AnAssociativeData
dataset backed by aSwappableTable
.AssociativeDataTable<KEY,VALUE,VALUECOLUMN> AnAssociativeData
dataset 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> IndexableData
dataset backed by an array.IndexableDataArrayNullCategory<T> IndexableData
dataset backed by an array.IndexableDataByte IndexableData
dataset withByte
values.IndexableDataCharacter IndexableData
dataset withCharacter
values.IndexableDataDBDateTime IndexableData
dataset withDBDateTime
values.IndexableDataDouble IndexableData
withDouble
values.IndexableDataFloat IndexableData
withFloat
values.IndexableDataInfinite<T> IndexableData
dataset which ensures noIndexOutOfBoundsException
s are thrown.IndexableDataInteger IndexableData
dataset withInteger
values.IndexableDataListNullCategory<T> IndexableData
dataset backed by an array.IndexableDataLong IndexableData
dataset withLong
values.IndexableDataShort IndexableData
dataset withShort
values.IndexableDataSwappableTable<T> IndexableData
dataset whose data is a column in aSwappableTable
and whose indices are the row numbers of the column.IndexableDataSwappableTableDouble IndexableData
dataset whose data is a column in aSwappableTable
and whose indices are the row numbers of the column.IndexableDataTable<T> IndexableData
dataset whose data is a column in a table and whose indices are the row numbers of the column.IndexableDataWithDefault<T> IndexableData
with a default value for missing indices and nulls.IndexableNumericData Dataset with indexed numeric values.IndexableNumericDataArrayDate IndexableNumericData
dataset comprised of an array ofDate
s.IndexableNumericDataArrayDBDateTime IndexableNumericData
dataset comprised of an array ofDBDateTime
s.IndexableNumericDataArrayDouble IndexableNumericData
dataset backed by an array of doubles.IndexableNumericDataArrayFloat IndexableNumericData
dataset backed by an array of floats.IndexableNumericDataArrayInt IndexableNumericData
dataset backed by an array of ints.IndexableNumericDataArrayLong IndexableNumericData
dataset backed by an array of longs.IndexableNumericDataArrayNumber<T extends Number> IndexableNumericData
dataset backed by an array ofNumber
s.IndexableNumericDataArrayShort IndexableNumericData
dataset backed by an array of shorts.IndexableNumericDataListNumber<T extends Number> IndexableNumericData
dataset backed by a list ofNumber
s.IndexableNumericDataSwappableTable IndexableData
dataset whose data is a column in aSwappableTable
and whose indices are the row numbers of the column.IndexableNumericDataTable IndexableData
dataset whose data is a column in a table and whose indices are the row numbers of the column.LiveAssociativeData<KEY,VALUE,VALUECOLUMN> AnAssociativeData
backed by a table.LiveIndexableData<T> AnIndexableData
backed by a table.LiveIndexableNumericData AnIndexableNumericData
backed by a table.SortedIndexableNumericDataTable IndexableData
dataset whose data is a column in a table and whose indices are the row numbers of the column.