Class BeanCollectorAutoRegistrar.OrderComparator
- java.lang.Object
-
- org.sakaiproject.entitybroker.util.spring.BeanCollectorAutoRegistrar.OrderComparator
-
- All Implemented Interfaces:
Serializable,Comparator<Object>
- Enclosing class:
- BeanCollectorAutoRegistrar
public static class BeanCollectorAutoRegistrar.OrderComparator extends Object implements Comparator<Object>, Serializable
Comparator to order the collected beans based on order or use default order otherwise- Author:
- Aaron Zeckoski (aaron@caret.cam.ac.uk)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description OrderComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Object arg0, Object arg1)-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
compare
public int compare(Object arg0, Object arg1)
- Specified by:
comparein interfaceComparator<Object>
-
-