| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.util.StringComparator
public class StringComparator
This is a Comparator implementation for comparing objects
  through their string representations.  The comparison is done in
  a case sensitive manner.  For case insensitive comparison,
  see StringIgnoreCaseComparator.
| Constructor Summary | |
|---|---|
StringComparator()
 | 
|
| Method Summary | |
|---|---|
 int | 
compare(java.lang.Object o1,
        java.lang.Object o2)
 | 
| 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 StringComparator()
| Method Detail | 
|---|
public int compare(java.lang.Object o1,
                   java.lang.Object o2)
compare in interface java.util.Comparator
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||