Package com.opencloud.rem.service.util
Class AlphanumericProfileNameComparator
- java.lang.Object
-
- com.opencloud.rem.service.util.AbstractAlphanumericComparator
-
- com.opencloud.rem.service.util.AlphanumericProfileNameComparator
-
- All Implemented Interfaces:
Comparator<ProfileID>
public class AlphanumericProfileNameComparator extends AbstractAlphanumericComparator implements Comparator<ProfileID>
AComparator
forProfileID
s that sorts based on the profile names using an alphanumeric sorting algorithm.
-
-
Constructor Summary
Constructors Constructor Description AlphanumericProfileNameComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ProfileID o1, ProfileID o2)
-
Methods inherited from class java.lang.Object
equals, 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(ProfileID o1, ProfileID o2)
- Specified by:
compare
in interfaceComparator<ProfileID>
-
-