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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal intabstract Comparable<T>getComparableObject(Session session) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
BaseSessionComparatorpublic BaseSessionComparator()
 
- 
- 
Method Details- 
getComparableObject
- 
compare- Specified by:
- comparein interface- Comparator<T>
 
 
-