Example usage for org.jfree.data KeyedValue interface-usage

List of usage examples for org.jfree.data KeyedValue interface-usage

Introduction

In this page you can find the example usage for org.jfree.data KeyedValue interface-usage.

Usage

From source file org.jfree.data.DefaultKeyedValue.java

/**
 * A (key, value) pair.  This class provides a default implementation
 * of the {@link KeyedValue} interface.
 */
public class DefaultKeyedValue implements KeyedValue, Cloneable, PublicCloneable, Serializable {