Class SingleSelectBoxDisplay2.TextComparator
java.lang.Object
name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2.TextComparator
- All Implemented Interfaces:
Comparator<SelectBoxItemDisplay2<K,
T>>
- Enclosing class:
SingleSelectBoxDisplay2<K,
T>
public class SingleSelectBoxDisplay2.TextComparator
extends Object
implements Comparator<SelectBoxItemDisplay2<K,T>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(SelectBoxItemDisplay2<K, T> o1, SelectBoxItemDisplay2<K, T> o2) 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
-
TextComparator
public TextComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<SelectBoxItemDisplay2<K,
T>>
-