SizedMap (OpenJPA 0.9.7-incubating API) function windowTitle() { parent.document.title="SizedMap (OpenJPA 0.9.7-incubating API)"; } Overview  Package   Class  Use  Tree  Deprecated  Index  Help   PREV CLASS   NEXT CLASS FRAMES    NO FRAMES     All Classes'); } //-- All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD org.apache.openjpa.lib.util Interface SizedMap All Superinterfaces: Map All Known Implementing Classes: ConcurrentHashMap, ConcurrentReferenceHashMap, LRUMap, ReferenceHashMap public interface SizedMapextends Map A Map type that maintains a maximum size, automatically removing entries when the maximum is exceeded. Author: Abe White Nested Class Summary   Nested classes/interfaces inherited from interface java.util.Map Map.Entry<K,V>   Method Summary  int getMaxSize()           The maximum number of entries, or Integer.MAX_VALUE for no limit.  boolean isFull()           Whether the map is full.  void overflowRemoved(Object key, Object value)           Overridable callback for when an overflow entry is automatically removed.  void setMaxSize(int max)           The maximum number of entries, or Integer.MAX_VALUE for no limit.   Methods inherited from interface java.util.Map clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values   Method Detail getMaxSize int getMaxSize() The maximum number of entries, or Integer.MAX_VALUE for no limit. setMaxSize void setMaxSize(int max) The maximum number of entries, or Integer.MAX_VALUE for no limit. isFull boolean isFull() Whether the map is full. overflowRemoved void overflowRemoved(Object key, Object value) Overridable callback for when an overflow entry is automatically removed. Overview  Package   Class  Use  Tree  Deprecated  Index  Help   PREV CLASS   NEXT CLASS FRAMES    NO FRAMES     All Classes'); } //-- All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.