Class ManageLabelsForIndividualGenerator.LabelInformationComparator
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.ManageLabelsForIndividualGenerator.LabelInformationComparator
-
- All Implemented Interfaces:
Comparator<ManageLabelsForIndividualGenerator.LabelInformation>
- Enclosing class:
- ManageLabelsForIndividualGenerator
public static class ManageLabelsForIndividualGenerator.LabelInformationComparator extends Object implements Comparator<ManageLabelsForIndividualGenerator.LabelInformation>
-
-
Constructor Summary
Constructors Constructor Description LabelInformationComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ManageLabelsForIndividualGenerator.LabelInformation l1, ManageLabelsForIndividualGenerator.LabelInformation l2)-
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
-
-
-
-
Method Detail
-
compare
public int compare(ManageLabelsForIndividualGenerator.LabelInformation l1, ManageLabelsForIndividualGenerator.LabelInformation l2)
- Specified by:
comparein interfaceComparator<ManageLabelsForIndividualGenerator.LabelInformation>
-
-