edu.stanford.smi.protege.util
Class CacheMap<X,Y>
java.lang.Object
edu.stanford.smi.protege.util.CacheMap<X,Y>
public class CacheMap<X,Y>
- extends Object
- Author:
- Ray Fergerson
Description of this class
CacheMap
public CacheMap(int maxSize)
CacheMap
public CacheMap()
get
public Y get(X key)
put
public void put(X key,
Y value)
remove
public void remove(X key)
clear
public void clear()
getKeys
public Collection<X> getKeys()
toString
public String toString()
- Overrides:
toString
in class Object
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2007 Stanford University.