Holger's
Java API

Uses of Class
com.antelmann.util.ReferenceHolder

Packages that use ReferenceHolder
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of ReferenceHolder in com.antelmann.util
 

Subclasses of ReferenceHolder in com.antelmann.util
 class SoftHolder<T>
          useful to cache a large value 'softly' through a ValueRetriever using a SoftReference and very easy to use.
 class WeakHolder<T>
          useful to cache a large value 'weakly' through a ValueRetriever using a WeakReference and very easy to use.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads