|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.IntegerCompare
public class IntegerCompare
Field Summary | |
---|---|
static IntegerCompare |
TheIntCompare
|
Fields inherited from interface ariba.util.core.Compare |
---|
EqualTo, GreaterThan, LessThan |
Method Summary | |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compares objects two objects for sort order. |
static IntegerCompare |
get()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final IntegerCompare TheIntCompare
Method Detail |
---|
public static final IntegerCompare get()
public int compare(java.lang.Object o1, java.lang.Object o2)
Compare
compare
in interface Compare
o1
- the first object to compareo2
- the second object to compare
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |