|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||