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

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

Introduction

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

The text is from its open source code.

Constructor

DefaultKeyedValueDataset(Comparable key, Number value)
Creates a new dataset with the specified initial value.

Method

Objectclone()
Creates a clone of the dataset.
booleanequals(Object obj)
Tests this dataset for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
voidupdateValue(Number value)
Updates the value.