| Package | Description |
|---|---|
| com.orsoncharts.data |
Core data structures used as the building blocks for datasets in Orson
Charts.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyedValues2D<T>
A two dimensional grid of data values where each value is uniquely
identified by two keys (the
rowKey and the
columnKey). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeyedValues2D<T>
A two dimensional grid of (typically numerical) data that is accessible by
row and column keys.
|