|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ijchart.xychart.constant.KeyValueComparatorType
public final class KeyValueComparatorType
Title: IJChart
Description: a chart library for the Java(tm) platform.
Define the type of sortKeyValuePair object,
key or value.
Copyright: Copyright (c) 2013
Company:
| Field Summary | |
|---|---|
static KeyValueComparatorType |
BY_KEY
Sort KeyValuePair object by key. |
static KeyValueComparatorType |
BY_VALUE
Sort KeyValuePair object by value. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Override equals method. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Override toString method. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final KeyValueComparatorType BY_KEY
KeyValuePair object by key.
public static final KeyValueComparatorType BY_VALUE
KeyValuePair object by value.
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - Object
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||