protected static final class AbstractIndexedCache.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
hash |
int |
index |
java.lang.Object |
key |
AbstractIndexedCache.Entry |
next |
| Constructor and Description |
|---|
AbstractIndexedCache.Entry(java.lang.Object key,
int hash,
int index,
AbstractIndexedCache.Entry next) |
public final java.lang.Object key
public final int hash
public final int index
public AbstractIndexedCache.Entry next
public AbstractIndexedCache.Entry(java.lang.Object key,
int hash,
int index,
AbstractIndexedCache.Entry next)