public static class ConcurrentLFUCache.CacheEntry<K,V> extends Object implements Comparable<ConcurrentLFUCache.CacheEntry<K,V>>
Constructor and Description |
---|
CacheEntry(K key,
V value,
long lastAccessed) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ConcurrentLFUCache.CacheEntry<K,V> that) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public int compareTo(ConcurrentLFUCache.CacheEntry<K,V> that)
compareTo
in interface Comparable<ConcurrentLFUCache.CacheEntry<K,V>>
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.