Class 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 Detail

      • ScreenLabelComparator

        public ScreenLabelComparator()
    • Method Detail

      • compare

        public int compare​(ch.mobi.mobitor.domain.screen.Screen s1,
                           ch.mobi.mobitor.domain.screen.Screen s2)
        Specified by:
        compare in interface Comparator<ch.mobi.mobitor.domain.screen.Screen>