Class Channel.GroupOrderComparator
- java.lang.Object
-
- lumis.portal.structure.sync.model.channel.Channel.GroupOrderComparator
-
- All Implemented Interfaces:
Comparator<Group>
- Enclosing class:
- Channel
public static class Channel.GroupOrderComparator extends Object implements Comparator<Group>
Comparator used to orderChannel.groups
.- Since:
- 6.2.0
- Version:
- $Revision: 23770 $ $Date: 2020-04-16 18:29:05 -0300 (Thu, 16 Apr 2020) $
-
-
Constructor Summary
Constructors Constructor Description GroupOrderComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Group e1, Group e2)
-
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(Group e1, Group e2)
- Specified by:
compare
in interfaceComparator<Group>
-
-