Package com.tomgibara.pronto.util

Interface Summary
Waiter.Condition Implementations of this interface are supplied to a Waiter and control when the object may cease waiting.
 

Class Summary
Arguments Holds static methods for performing common checks on method parameters.
CharStreams A collection of static methods for handling readers and writers.
Classes Collects together utility methods for handling class objects.
Duration This class may be used to convert between a textual representation for a unit of time and its millisecond equivalent or vice versa.
FactoryHelper<T> This class can be extended to provide a factory implementation that:
Objects A collection of static utility methods which help with the methods declared by the Object class.
Reflect Collection of static method to help with handling reflective code.
Streams A collection of static methods for handling streams.
Strings A collection of static utility methods for processing strings.
Waiter An instance of this object can wait on an object's monitor until a condition is met, or a given number of milliseconds has elapsed - which ever occurs soonest.
 



Copyright © 2006-2007 Tom Gibara. All Rights Reserved.