Package com.opensymphony.xwork2.inject.util

Guice util classes.

See:
          Description

Interface Summary
Function<F,T> A Function provides a transformation on an object and returns the resulting object.
ReferenceMap.Strategy  
 

Class Summary
FinalizablePhantomReference<T> Phantom reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableSoftReference<T> Soft reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableWeakReference<T> Weak reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
ReferenceCache<K,V> Extends ReferenceMap to support lazy loading values by overriding ReferenceCache.create(Object).
ReferenceMap<K,V> Concurrent hash map that wraps keys and/or values in soft or weak references.
Strings String utilities.
 

Enum Summary
ReferenceType Reference type.
 

Package com.opensymphony.xwork2.inject.util Description

Guice util classes.



Copyright © 2009 OpenSymphony. All Rights Reserved.