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.
Use lambda instead
Compares IndexedDiskElementDescriptor based on their position.

See Also: