Class IndexedDiskCache.PositionComparator
java.lang.Object
org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache.PositionComparator
- All Implemented Interfaces:
- Serializable,- Comparator<IndexedDiskElementDescriptor>
- Enclosing class:
- IndexedDiskCache<K,V> 
@Deprecated
protected static final class IndexedDiskCache.PositionComparator
extends Object
implements Comparator<IndexedDiskElementDescriptor>, Serializable
Deprecated.
Use lambda instead
Compares IndexedDiskElementDescriptor based on their position.
 
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintDeprecated.Compares two descriptors based on position.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- 
PositionComparatorprotected PositionComparator()Deprecated.
 
- 
- 
Method Details- 
compareDeprecated.Compares two descriptors based on position.- Specified by:
- comparein interface- Comparator<IndexedDiskElementDescriptor>
- See Also:
 
 
-