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>
@Deprecated
public abstract class BaseSessionComparator<T>
extends Object
implements Comparator<Session>
Deprecated.
Unused. Will be removed in Tomcat 10.1.x
Comparator which permits to compare on a session's content.
- Author:
- Cédrik LIME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal intDeprecated.abstract Comparable<T>getComparableObject(Session session) Deprecated.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()Deprecated.
 
- 
- 
Method Details- 
getComparableObjectDeprecated.
- 
compareDeprecated.- Specified by:
- comparein interface- Comparator<T>
 
 
-