Package net.lucidviews.util.text

Utility classes that operate on text values.

See:
          Description

Class Summary
Strings A collection of utility methods for performing operations on Strings.
Strings.ClassMustBeValid Helper class required for exported constant CLASS_MUST_BE_VALID, which must be unique/different to avoid confusion with any other value a client may use.
Strings.EnumValueMustBeValid Helper class required for exported constant ENUM_VALUE_MUST_BE_VALID, which must be unique/different to avoid confusion with any other value a client may use.
 

Exception Summary
ParseValueException Exception thrown by the parseValue methods of the Strings class when the String value is invalid.
 

Package net.lucidviews.util.text Description

Utility classes that operate on text values.