org.shept.org.springframework.web.servlet.mvc.formcache
Class SimpleSessionFormCache.SizeLimitedCache<String,Object>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<String,Object>
              extended by org.shept.org.springframework.web.servlet.mvc.formcache.SimpleSessionFormCache.SizeLimitedCache<String,Object>
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Enclosing class:
SimpleSessionFormCache

private class SimpleSessionFormCache.SizeLimitedCache<String,Object>
extends LinkedHashMap<String,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
private static long serialVersionUID
           
 
Constructor Summary
private SimpleSessionFormCache.SizeLimitedCache()
           
 
Method Summary
protected  boolean removeEldestEntry(Map.Entry<String,Object> eldest)
           
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SimpleSessionFormCache.SizeLimitedCache

private SimpleSessionFormCache.SizeLimitedCache()
Method Detail

removeEldestEntry

protected boolean removeEldestEntry(Map.Entry<String,Object> eldest)
Overrides:
removeEldestEntry in class LinkedHashMap<String,Object>


Copyright © 2011. All Rights Reserved.