org.jfree.data |
The base package for classes that represent various types of data.
|
Java Source File Name | Type | Comment |
ComparableObjectItem.java | Class | Represents one (Comparable, Object) data item for use in a
ComparableObjectSeries . |
ComparableObjectSeries.java | Class | A (possibly ordered) list of (Comparable, Object) data items. |
DataUtilities.java | Class | Utility methods for use with some of the data classes (but not the datasets,
see
DatasetUtilities ). |
DefaultKeyedValue.java | Class | A (key, value) pair. |
DefaultKeyedValues.java | Class | An ordered list of (key, value) items. |
DefaultKeyedValues2D.java | Class | A data structure that stores zero, one or many values, where each value
is associated with two keys (a 'row' key and a 'column' key). |
DomainInfo.java | Interface | An interface (optional) that can be implemented by a dataset to assist in
determining the minimum and maximum values. |
DomainOrder.java | Class | Used to indicate sorting order if any (ascending, descending or none). |
KeyedObject.java | Class | A (key, object) pair. |
KeyedObjects.java | Class | A collection of (key, object) pairs. |
KeyedObjects2D.java | Class | A data structure that stores zero, one or many objects, where each object is
associated with two keys (a 'row' key and a 'column' key). |
KeyedValue.java | Interface | A (key, value) pair. |
KeyedValueComparator.java | Class | A utility class that can compare and order two
KeyedValue instances
and sort them into ascending or descending order by key or by value. |
KeyedValueComparatorType.java | Class | Used to indicate the type of a
KeyedValueComparator : 'by key' or
'by value'. |
KeyedValues.java | Interface | An ordered list of (key, value) items where the keys are unique and
non-null . |
KeyedValues2D.java | Interface | An extension of the
Values2D interface where a unique key is
associated with the row and column indices. |
KeyToGroupMap.java | Class | A class that maps keys (instances of Comparable ) to groups. |
Range.java | Class | Represents an immutable range of values. |
RangeInfo.java | Interface | An interface (optional) that can be implemented by a dataset to assist in
determining the minimum and maximum values. |
RangeType.java | Class | Used to indicate the type of range to display on an axis (full, positive or
negative). |
UnknownKeyException.java | Class | An exception that indicates an unknown key value. |
Value.java | Interface | A general purpose interface for accessing a value. |
Values.java | Interface | An interface through which (single-dimension) data values can be accessed. |
Values2D.java | Interface | A general purpose interface that can be used to access a table of values. |