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 -
Method Summary
Modifier and TypeMethodDescriptionintcompare(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, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ScreenLabelComparator
public ScreenLabelComparator()
-
-
Method Details
-
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>
-