|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjdbm.helper.StringComparator
Comparator for String objects. Delegates to String.compareTo().
| Field Summary | |
(package private) static long |
serialVersionUID
Version id for serialization. |
| Constructor Summary | |
StringComparator()
|
|
| Method Summary | |
int |
compare(java.lang.Object obj1,
java.lang.Object obj2)
Compare two objects. |
| 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 |
| Field Detail |
static final long serialVersionUID
| Constructor Detail |
public StringComparator()
| Method Detail |
public int compare(java.lang.Object obj1,
java.lang.Object obj2)
compare in interface java.util.Comparatorobj1 - First objectobj2 - Second object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||