edu.stanford.smi.protege.util
Class CacheMap<X,Y>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<X,Y>
edu.stanford.smi.protege.util.CacheMap<X,Y>
- All Implemented Interfaces:
- Serializable, Cloneable, Map<X,Y>
Deprecated. use the transaction cache utilities.
@Deprecated
public class CacheMap<X,Y>
- extends HashMap<X,Y>
- Author:
- Ray Fergerson
Description of this class
- See Also:
- Serialized Form
Method Summary |
Y |
put(X key,
Y value)
Deprecated. |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values |
DEFAULT_CACHE_MAP_SIZE_PROPERTY
public static final String DEFAULT_CACHE_MAP_SIZE_PROPERTY
- Deprecated.
- See Also:
- Constant Field Values
DEFAULT_CACHE_MAP_SIZE
public static final int DEFAULT_CACHE_MAP_SIZE
- Deprecated.
CacheMap
public CacheMap(int maxSize)
- Deprecated.
CacheMap
public CacheMap()
- Deprecated.
put
public Y put(X key,
Y value)
- Deprecated.
- Specified by:
put
in interface Map<X,Y>
- Overrides:
put
in class HashMap<X,Y>
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2010 Stanford University.