Package org.apache.catalina.manager.util
Class BaseSessionComparator<T>
java.lang.Object
org.apache.catalina.manager.util.BaseSessionComparator<T>
- Type Parameters:
T
- The type of the session content to be compared
- All Implemented Interfaces:
Comparator<Session>
Comparator which permits to compare on a session's content.
- Author:
- Cédrik LIME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
abstract Comparable<T>
getComparableObject
(Session session) 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
-
Constructor Details
-
BaseSessionComparator
public BaseSessionComparator()
-
-
Method Details
-
getComparableObject
-
compare
- Specified by:
compare
in interfaceComparator<T>
-