Class CollectionLabelValueSorter
java.lang.Object
org.dlese.dpc.schemedit.security.util.CollectionLabelValueSorter
- All Implemented Interfaces:
Serializable,Comparator
Sort LabelValueBeans representing [collectionName, collectionKey] by the label (collectionName).
- Author:
- Jonathan Ostwald
- See Also:
-
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
-
CollectionLabelValueSorter
public CollectionLabelValueSorter()
-
-
Method Details
-
compare
Compare the labels of the provided LabelValueBeans.- Specified by:
comparein interfaceComparator- Parameters:
o1- NOT YET DOCUMENTEDo2- NOT YET DOCUMENTED- Returns:
- NOT YET DOCUMENTED
-