wt.templateutil.processor
Class MostRecentlyUsedCache.ValueHolder

java.lang.Object
  extended bywt.templateutil.processor.MostRecentlyUsedCache.ValueHolder
All Implemented Interfaces:
Map.Entry
Enclosing class:
MostRecentlyUsedCache

private static class MostRecentlyUsedCache.ValueHolder
extends Object
implements Map.Entry


Field Summary
(package private)  Object key
           
(package private)  MostRecentlyUsedCache.ValueHolder next
           
(package private)  MostRecentlyUsedCache.ValueHolder previous
           
(package private)  Object value
           
 
Constructor Summary
private MostRecentlyUsedCache.ValueHolder()
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Field Detail

previous

MostRecentlyUsedCache.ValueHolder previous

next

MostRecentlyUsedCache.ValueHolder next

key

Object key

value

Object value
Constructor Detail

MostRecentlyUsedCache.ValueHolder

private MostRecentlyUsedCache.ValueHolder()
Method Detail

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