Class LRUCacheCheapRead.CacheEntryImplComparator
- java.lang.Object
-
- org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImplComparator
-
- All Implemented Interfaces:
java.util.Comparator<LRUCacheCheapRead.CacheEntryImpl<?,?>>
- Enclosing class:
- LRUCacheCheapRead<K,V>
private static class LRUCacheCheapRead.CacheEntryImplComparator extends java.lang.Object implements java.util.Comparator<LRUCacheCheapRead.CacheEntryImpl<?,?>>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CacheEntryImplComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(LRUCacheCheapRead.CacheEntryImpl<?,?> first, LRUCacheCheapRead.CacheEntryImpl<?,?> second)
-
-
-
Method Detail
-
compare
public int compare(LRUCacheCheapRead.CacheEntryImpl<?,?> first, LRUCacheCheapRead.CacheEntryImpl<?,?> second)
- Specified by:
compare
in interfacejava.util.Comparator<LRUCacheCheapRead.CacheEntryImpl<?,?>>
-
-