|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteasik.sketch.attribute.DataTypeSorter
public class DataTypeSorter
Class used to sort data types array
| Constructor Summary | |
|---|---|
DataTypeSorter()
Default constructor |
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object objA,
java.lang.Object objB)
Compairs objects and return negative, zero, positive based on if they are to be before, same, or after each other |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public DataTypeSorter()
| Method Detail |
|---|
public int compare(java.lang.Object objA,
java.lang.Object objB)
compare in interface java.util.ComparatorobjA - The first objectobjB - The second object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||