Package org.jboss.cache.pojo.collection

Examples of org.jboss.cache.pojo.collection.CachedSetImpl


   public CachedSetInterceptor(PojoCacheImpl cache, Fqn fqn, Class clazz, Set obj)
   {
      super(cache, fqn);
      methodMap_ = CollectionInterceptorUtil.getMethodMap(clazz);
      cacheImpl_ = new CachedSetImpl(cache, this);
      inMemImpl_ = obj;
      current_ = cacheImpl_;
   }
View Full Code Here

TOP

Related Classes of org.jboss.cache.pojo.collection.CachedSetImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.