Java org.jfree.data.general DefaultKeyedValuesDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.general DefaultKeyedValuesDataset fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.general DefaultKeyedValuesDataset.

The text is from its open source code.

Constructor

Method

Objectclone()
Returns a clone of the dataset.
booleanequals(Object obj)
Tests if this object is equal to another.
ClassgetClass()
Returns the runtime class of this Object .
voidsetValue(Comparable key, Number value)
Sets the data value for a key and sends a DatasetChangeEvent to all registered listeners.