public class CacheEntry extends Object
Modifier and Type | Field and Description |
---|---|
Object |
key |
CacheEntry |
next |
CacheEntryList |
owner |
CacheEntry |
previous |
Object |
value |
Constructor and Description |
---|
CacheEntry(Object key,
Object value) |
public CacheEntry next
public CacheEntry previous
public CacheEntryList owner
public CacheEntry(Object key, Object value)
public boolean remove()
Copyright © 2005–2018. All rights reserved.