-
- All Implemented Interfaces:
-
java.util.Comparator
public interface EntryEvictionComparator implements Comparator<DiskStorage.Entry>
Defines an order the items are being evicted from the cache.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.util.Comparator
compare, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reverseOrder, reversed, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-