Protege 3.4

edu.stanford.smi.protege.util
Class CacheMap<X,Y>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.WeakHashMap<X,Y>
          extended by edu.stanford.smi.protege.util.CacheMap<X,Y>
All Implemented Interfaces:
Map<X,Y>

public class CacheMap<X,Y>
extends WeakHashMap<X,Y>

Author:
Ray Fergerson Description of this class

Constructor Summary
CacheMap()
           
CacheMap(int maxSize)
           
 
Method Summary
 Y put(X key, Y value)
           
 
Methods inherited from class java.util.WeakHashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

CacheMap

public CacheMap(int maxSize)

CacheMap

public CacheMap()
Method Detail

put

public Y put(X key,
             Y value)
Specified by:
put in interface Map<X,Y>
Overrides:
put in class WeakHashMap<X,Y>

Protege 3.4

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2009 Stanford University.