Class LabelledItem.LabelComparator
- java.lang.Object
-
- org.openforis.collect.designer.model.LabelledItem.LabelComparator
-
- All Implemented Interfaces:
Comparator<LabelledItem>
- Enclosing class:
- LabelledItem
public static class LabelledItem.LabelComparator extends Object implements Comparator<LabelledItem>
-
-
Constructor Summary
Constructors Constructor Description LabelComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(LabelledItem item1, LabelledItem item2)-
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(LabelledItem item1, LabelledItem item2)
- Specified by:
comparein interfaceComparator<LabelledItem>
-
-