Class DefaultKeyedValues2D

java.lang.Object
org.jfree.data.DefaultKeyedValues2D
All Implemented Interfaces:
Serializable, Cloneable, PublicCloneable, KeyedValues2D, Values2D

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). The keys should be (a) instances of Comparable and (b) immutable.
See Also: