protected static class ObjectCache.CacheEntry<K,V> extends java.lang.Object
int
hash_next
K
key
next
prev
V
value
protected
CacheEntry()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public K key
public V value
public int prev
public int next
public int hash_next
protected CacheEntry()
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.