|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.elang.interp.Comparer
Untamed:
Field Summary | |
static Comparer |
THE_ONE
Enabled: |
Constructor Summary | |
private |
Comparer()
|
Method Summary | |
Object |
asBigAs(Object a,
Object b)
Enabled: |
Object |
compare(Object a,
Object b)
Enabled: |
Object |
geq(Object a,
Object b)
Enabled: |
Object |
greaterThan(Object a,
Object b)
Enabled: |
Object |
leq(Object a,
Object b)
Enabled: |
Object |
lessThan(Object a,
Object b)
Enabled: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Comparer THE_ONE
Constructor Detail |
private Comparer()
Method Detail |
public Object compare(Object a, Object b)
a
- b
-
public Object lessThan(Object a, Object b)
a
- b
-
public Object leq(Object a, Object b)
a
- b
-
public Object asBigAs(Object a, Object b)
a
- b
-
public Object geq(Object a, Object b)
a
- b
-
public Object greaterThan(Object a, Object b)
a
- b
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |