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> AComparatorforProfileIDs that sorts based on the profile names using an alphanumeric sorting algorithm.
- 
- 
Constructor SummaryConstructors Constructor Description AlphanumericProfileNameComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ProfileID o1, ProfileID o2)- 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Method Detail- 
comparepublic int compare(ProfileID o1, ProfileID o2) - Specified by:
- comparein interface- Comparator<ProfileID>
 
 
- 
 
-