public class CollectionLabelValueSorter
extends java.lang.Object
implements java.util.Comparator, java.io.Serializable
Constructor and Description |
---|
CollectionLabelValueSorter() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compare the labels of the provided LabelValueBeans.
|