Package org.apache.myfaces.tobago.util
Klasse ComparatorBase
java.lang.Object
org.apache.myfaces.tobago.util.ComparatorBase
- Alle implementierten Schnittstellen:
Comparator
- Bekannte direkte Unterklassen:
ValueExpressionComparator
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
protected
ComparatorBase
(boolean reverse) protected
ComparatorBase
(boolean reverse, Comparator comparator) protected
ComparatorBase
(Comparator comparator) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
int
hashCode()
protected int
internalCompare
(Object obj1, Object obj2) Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.Comparator
compare, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Konstruktordetails
-
ComparatorBase
protected ComparatorBase() -
ComparatorBase
-
ComparatorBase
protected ComparatorBase(boolean reverse) -
ComparatorBase
-
-
Methodendetails