|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.util.core.StringCompareIgnoreCase
public final class StringCompareIgnoreCase
An case insensitve implementation of Compare for Strings
| Field Summary | |
|---|---|
static Compare |
self
The only instance you'll ever need |
| Fields inherited from interface ariba.util.core.Compare |
|---|
EqualTo, GreaterThan, LessThan |
| Method Summary | |
|---|---|
int |
compare(Object o1,
Object o2)
Compares objects o1 and o2, returning a value less than, equal to, or greater than zero depending on whether o1 is less than, equal to, or greater than o2. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Compare self
| Method Detail |
|---|
public int compare(Object o1,
Object o2)
compare in interface Compareo1 - 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 | ||||||||