|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.constant.SortType
public final class SortType
Title: IJChart
Description: a chart library for the Java(tm) platform.
定义排序类型常量,升序或降序.Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static SortType |
ASCENDING
升序. |
static SortType |
DESCENDING
降序. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
覆盖equals方法. |
int |
hashCode()
计算hashcode值. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SortType ASCENDING
public static final SortType DESCENDING
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |