Package com.amazon.carbonado.util

Utilities used by Carbonado but which have no dependencies on Carbonado.

See:
          Description

Interface Summary
Appender Interface that supports an alternate way of providing a string representation for an object.
 

Class Summary
AbstractPool<K,V,E extends 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 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 Generates code to invoke constructors.
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 Allows exceptions to be thrown which aren't declared to be thrown.
 

Package com.amazon.carbonado.util Description

Utilities used by Carbonado but which have no dependencies on Carbonado. These utilities are candidates for moving into another project.



Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.