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

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

Introduction

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

The text is from its open source code.

Constructor

DefaultKeyedValue(Comparable key, Number value)
Creates a new (key, value) item.

Method

Objectclone()
Returns a clone.
booleanequals(Object obj)
Tests this key-value pair for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
ComparablegetKey()
Returns the key.
NumbergetValue()
Returns the value.
voidsetValue(Number value)
Sets the value.