wt.templateutil.processor
Class MostRecentlyUsedCache.ValueHolder
java.lang.Object
wt.templateutil.processor.MostRecentlyUsedCache.ValueHolder
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- MostRecentlyUsedCache
- private static class MostRecentlyUsedCache.ValueHolder
- extends Object
- implements Map.Entry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
previous
MostRecentlyUsedCache.ValueHolder previous
next
MostRecentlyUsedCache.ValueHolder next
key
Object key
value
Object value
MostRecentlyUsedCache.ValueHolder
private MostRecentlyUsedCache.ValueHolder()
getKey
public Object getKey()
- Specified by:
getKey
in interface Map.Entry
getValue
public Object getValue()
- Specified by:
getValue
in interface Map.Entry
setValue
public Object setValue(Object value)
- Specified by:
setValue
in interface Map.Entry