Class OrderComparatorWrapper
java.lang.Object
com.foreach.across.modules.web.menu.OrderComparatorWrapper
- All Implemented Interfaces:
Comparator<Menu>
Wraps around another comparator to first compare based on explicit order value set,
but if the order value is the same, the secondary comparator will be used.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
OrderComparatorWrapper
-
-
Method Details