Class RoleBean.RoleBeanComparator
- java.lang.Object
-
- jetbrains.buildServer.controllers.profile.RoleBean.RoleBeanComparator
-
- All Implemented Interfaces:
Comparator<RoleBean>
- Enclosing class:
- RoleBean
public static class RoleBean.RoleBeanComparator extends Object implements Comparator<RoleBean>
-
-
Constructor Summary
Constructors Constructor Description RoleBeanComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(RoleBean left, RoleBean right)
-
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(RoleBean left, RoleBean right)
- Specified by:
compare
in interfaceComparator<RoleBean>
-
-