|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ws.jaxme.generator.util.QNameComparator
public class QNameComparator
Used for sorting arrays or lists of QNameOwner's.
| Constructor Summary | |
|---|---|
protected |
QNameComparator()
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compares two instances of QNameOwner by
calling their getQName() method. |
static QNameComparator |
getInstance()
|
| 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 |
|---|
protected QNameComparator()
| Method Detail |
|---|
public static QNameComparator getInstance()
public int compare(java.lang.Object o1,
java.lang.Object o2)
Compares two instances of QNameOwner by
calling their getQName() method.
compare in interface java.util.ComparatorComparator.compare(java.lang.Object, java.lang.Object),
QNameOwner.getQName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||