Package net.sf.jga.fn.string

Provides Functors and Predicates that operate on Strings.

See:
          Description

Interface Summary
DefaultFormat.Visitor Interface for classes that may interpret a DefaultFormat predicate.
FormatValue.Visitor Interface for classes that may interpret a FormatValue predicate.
Match.Visitor Interface for classes that may interpret a Match predicate.
ParseFormat.Visitor Interface for classes that may interpret a ParseFormat predicate.
 

Class Summary
DefaultFormat<T> Unary Functor that converts values to strings using the toString method.
FormatValue<T> Unary Functor that generates a formatted string for a given value.
Match Unary Functor that tests a string argument against a given regular expression.
ParseFormat<R> Unary Functor that parses a given Format.
ParseFormat.Date<T extends Date> ParseFormat functor for use with Dates.
ParseFormat.Number<T extends Number> ParseFormat functor for use with Numbers.
StringFunctors Static factory methods for the functors in the String package.
 

Package net.sf.jga.fn.string Description

Provides Functors and Predicates that operate on Strings.



Copyright © 2002-2006 David A. Hall. All Rights Reserved.