net.sf.jga.fn.string |
Provides Functors and Predicates that operate on Strings.
|
Java Source File Name | Type | Comment |
DefaultFormat.java | Class | Unary Functor that converts values to strings using the toString method.
Copyright © 2003-2005 David A. |
FormatValue.java | Class | Unary Functor that generates a formatted string for a given value.
Copyright © 2003-2005 David A. |
Match.java | Class | Unary Functor that tests a string argument against a given regular
expression. |
ParseFormat.java | Class | Unary Functor that parses a given Format.
Copyright © 2003-2005 David A. |
StringFunctors.java | Class | Static factory methods for the functors in the String package.
Copyright © 2006 David A. |