Class IntegerListSelectBoxDisplay.NumberComparator
java.lang.Object
name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay.NumberComparator
- All Implemented Interfaces:
Comparator<SelectBoxItemDisplay<Integer>>
- Enclosing class:
IntegerListSelectBoxDisplay
public class IntegerListSelectBoxDisplay.NumberComparator
extends Object
implements Comparator<SelectBoxItemDisplay<Integer>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
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
-
Constructor Details
-
NumberComparator
public NumberComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<SelectBoxItemDisplay<Integer>>
-