CommonStringComparatorpublic interface CommonStringComparator The CommonStringComparator interface defines methods
for string comparison that {@link javax.microedition.global.StringComparator}
realization classes must implement. |
Methods Summary |
---|
public int | compare(java.lang.String s1, java.lang.String s2)Compares the two strings using the rules specific to the associated
locale of this instance. Use the equals method to more
conveniently test for equality.
| public boolean | equals(java.lang.String s1, java.lang.String s2)Tests if the two strings are equal according to the rules specific to
the associated locale of this instance.
|
|