See: Description
Interface | Description |
---|---|
Appender |
Interface that supports an alternate way of providing a string representation
for an object.
|
Class | Description |
---|---|
AbstractPool<K,V,E extends java.lang.Exception> |
A concurrent pool of strongly referenced values mapped by key.
|
AnnotationBuilder |
Builds all Annotation properties to a Cojen Annotation definition.
|
AnnotationDescParser |
Parses an annotation descriptor String to a Cojen Annotation definition.
|
AnnotationDescPrinter |
Prints machine readable, self-describing, annotation descriptors.
|
AnnotationPrinter |
Prints an Annotation into a parseable format, exactly the same as Java
Annotation syntax.
|
AnnotationVisitor<R,P> |
Generic annotation visitor.
|
BelatedCreator<T,E extends java.lang.Exception> |
Generic one-shot factory which supports late object creation.
|
Comparators |
Collection of utility comparators.
|
ConversionComparator |
Compares type conversions, finding the one that is nearest.
|
Converter |
General purpose type converter.
|
QuickConstructorGenerator | Deprecated
use
QuickConstructorGenerator |
SoftValuedCache<K,V> | Deprecated
use Cojen
Cache interface |
TaskQueueThread |
Simple generic queue for running tasks from a single thread.
|
Throttle |
General purpose class for throttling work relative to its actual measured
performance.
|
ThrowUnchecked | Deprecated
use
ThrowUnchecked instead |
Exception | Description |
---|---|
BelatedCreationException |
Exception throw when attempting to perform an unavailable operation on an
object undergoing belated creation.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.