private static class LRUCacheCheapRead.CacheEntryImplComparator extends java.lang.Object implements java.util.Comparator<LRUCacheCheapRead.CacheEntryImpl<?,?>>
Modifier | Constructor and Description |
---|---|
private |
CacheEntryImplComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(LRUCacheCheapRead.CacheEntryImpl<?,?> first,
LRUCacheCheapRead.CacheEntryImpl<?,?> second) |
public int compare(LRUCacheCheapRead.CacheEntryImpl<?,?> first, LRUCacheCheapRead.CacheEntryImpl<?,?> second)
compare
in interface java.util.Comparator<LRUCacheCheapRead.CacheEntryImpl<?,?>>