Package org.gillius.Util

Interface Summary
Factory<T> The Factory interface describes classes implementing the factory pattern.
 

Class Summary
CheckUtils CheckUtils provides utitilies for precondition checking.
CircularLog CircularLog is useful to provide the last 'n' log messages in a crash event, when extremely verbose logging is desired, and outputting to stdout/err would cause problems due to the amount of output.
IOUtils IOUtils contains useful IO utility methods.
MathUtils MathUtils provides some math utility methods.
StringPrintWriter A StringPrintWriter gives an easy way to work with a lazy-initialized pair of StringWriter and PrintWriter objects.
 



Copyright © 2008-2010 Jason Winnebeck. All Rights Reserved.