JIDE 3.5.15

com.jidesoft.converter
Class CacheMap<T,K>

java.lang.Object
  extended by com.jidesoft.utils.CacheMap<T,K>
      extended by com.jidesoft.converter.CacheMap<T,K>

Deprecated. please use the one at com.jidesoft.utils.CacheMap.

@Deprecated
public class CacheMap<T,K>
extends CacheMap<T,K>

This class was moved to com.jidesoft.utils since 3.3.7 release.


Field Summary
 
Fields inherited from class com.jidesoft.utils.CacheMap
listenerList
 
Constructor Summary
CacheMap(K defaultContext)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.jidesoft.utils.CacheMap
addRegistrationListener, clear, fireRegistrationChanged, getCache, getKeys, getMatchRegisteredObject, getRegisteredObject, getRegistrationListeners, getValues, initCache, register, remove, removeRegistrationListener, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheMap

public CacheMap(K defaultContext)
Deprecated. 

JIDE 3.5.15