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

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

Introduction

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

The text is from its open source code.

Constructor

KeyedObject(Comparable key, Object object)
Creates a new (key, object) pair.

Method

Objectclone()
Returns a clone of this object.
booleanequals(Object obj)
Tests if this object is equal to another.
ClassgetClass()
Returns the runtime class of this Object .
ComparablegetKey()
Returns the key.
ObjectgetObject()
Returns the object.
voidsetObject(Object object)
Sets the object.