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

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

Introduction

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

The text is from its open source code.

Constructor

KeyToGroupMap(Comparable defaultGroup)
Creates a new map with the specified default group.
KeyToGroupMap()
Creates a new map with a default group named 'Default Group'.

Method

Objectclone()
Returns a clone of the map.
Objectclone(Object object)
Attempts to clone the specified object using reflection.
Collectionclone(Collection list)
Returns a clone of the list.
booleanequals(Object obj)
Tests the map for equality against an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
ComparablegetGroup(Comparable key)
Returns the group that a key is mapped to.
intgetGroupCount()
Returns the number of groups in the map.
intgetGroupIndex(Comparable group)
Returns the index for the group.
ListgetGroups()
Returns a list of the groups (always including the default group) in the map.
intgetKeyCount(Comparable group)
Returns the number of keys mapped to the specified group.
voidmapKeyToGroup(Comparable key, Comparable group)
Maps a key to a group.