class StringComparator extends Object implements Comparator, Serializable
| Constructor and Description |
|---|
StringComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object objectA,
Object objectB)
Used to sort String values, both objects are assumed
to be String instances.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsStringComparator()
public int compare(Object objectA, Object objectB)
compare in interface ComparatorobjectA - objectB - Copyright © 2003–2014 AndroMDA.org. All rights reserved.