java.lang.Objectorg.springframework.core.OrderComparator
All Implemented Interfaces:
Comparator
Direct Known Subclasses:
AnnotationAwareOrderComparator
Non-Ordered objects are treated as greatest order
values, thus ending up at the end of the list, in arbitrary order
(just like same order values of Ordered objects).
Juergen - Hoeller07.04.2003 - | Method from org.springframework.core.OrderComparator Summary: |
|---|
| compare, getOrder |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.core.OrderComparator Detail: |
|---|
|
The default implementation checks against the Ordered interface. Can be overridden in subclasses. |