Package ch.mobi.mobitor.domain.screen
Class ScreenLabelComparator
- java.lang.Object
-
- ch.mobi.mobitor.domain.screen.ScreenLabelComparator
-
- All Implemented Interfaces:
Comparator<ch.mobi.mobitor.domain.screen.Screen>
public class ScreenLabelComparator extends Object implements Comparator<ch.mobi.mobitor.domain.screen.Screen>
-
-
Constructor Summary
Constructors Constructor Description ScreenLabelComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ch.mobi.mobitor.domain.screen.Screen s1, ch.mobi.mobitor.domain.screen.Screen s2)-
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(ch.mobi.mobitor.domain.screen.Screen s1, ch.mobi.mobitor.domain.screen.Screen s2)- Specified by:
comparein interfaceComparator<ch.mobi.mobitor.domain.screen.Screen>
-
-