Interface | Description |
---|---|
Function<F,T> |
A Function provides a transformation on an object and returns the resulting
object.
|
ReferenceMap.Strategy |
Class | Description |
---|---|
Annotations |
Annotation utilities.
|
FinalizableSoftReference<T> |
Soft reference with a
FinalizableReference.finalizeReferent() method
which a background thread invokes after the garbage collector reclaims the
referent. |
FinalizableWeakReference<T> |
Weak reference with a
FinalizableReference.finalizeReferent() method
which a background thread invokes after the garbage collector reclaims the
referent. |
GuiceFastClass |
Gives Guice classes custom names.
|
GuiceNamingPolicy |
Cglib class naming policy for Guice.
|
LineNumbers |
Looks up line numbers for classes and their members.
|
Objects |
Object utilities.
|
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.
|
StackTraceElements |
Creates stack trace elements for members.
|
Stopwatch |
Enables simple performance monitoring.
|
Strings |
String utilities.
|
ToStringBuilder |
Helps with
toString() methods. |
Enum | Description |
---|---|
ReferenceMap.PutStrategy | |
ReferenceType |
Reference type.
|
Copyright © 2013. All Rights Reserved.