Class ComparatorBase
java.lang.Object
org.apache.myfaces.tobago.util.ComparatorBase
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedprotectedComparatorBase(boolean reverse) protectedComparatorBase(boolean reverse, Comparator comparator) protectedComparatorBase(Comparator comparator) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()protected intinternalCompare(Object obj1, Object obj2) Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorcompare, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
ComparatorBaseprotected ComparatorBase()
- 
ComparatorBase
- 
ComparatorBaseprotected ComparatorBase(boolean reverse) 
- 
ComparatorBase
 
- 
- 
Method Details- 
internalCompare
- 
equals- Specified by:
- equalsin interface- Comparator
- Overrides:
- equalsin class- Object
 
- 
hashCode
- 
getComparator
 
-