Package org.ujac.util.text

Interface Summary
PatternMatcher Name: PatternMatcher
Description: An iterface for pattern matchers.
 

Class Summary
BigDecimalFormat Name: BigDecimalFormat
Description: A number format class, using the BigDecimal class to perform the rounding.
FormatHelper Name: FormatHelper
Description: A helper class handling formatting objects.
SimplePatternMatcher Name: SimplePatternMatcher
Description: A simple pattern matcher implementation.
This implementation allows patterns, beginning with a wildcard ('*'), ends with a wildcard or both of each.
In case no wild card is defined, tested texts have to exactly match the pattern.
SmartDecimalFormat Name: SmartDecimalFormat
Description: A number format class, implementing a smarter way of rounding which performs better than the BigDecimalFormat class.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.