Package org.locomotive.util

Class Summary
Base64 Utility routine for manipulating blocks of Base64 data
BlockLock BlockLock - allows one thread to hold and release another efficiently.
Commerce This class contains some useful utilities, mostly for dealing with credits cards, and some for dealing with dollar currency formats.
DoubleHashtable DoubleHashtable is a hashtable of hashtables, where you use the first key to find a hashtable, and then use the second key to search within that hashtable to find your item.
ExpressionSearch A class for matching string A against string B, where one of the strings may have one or more wildcard characters (which are dots, '.') which can match any single character.
FIFO A FIFO is essentially a variable length list.
GrowableChar  
INet Holds library calls for internet-related networking stuff.
LowNumberKeeper manages a pool of numbers.
ObjectPool Manages a pool of objects.
SearchableVector  
SortableTable SortableTable is a data structure that allows for easy and persistent storage of java.sql.ResultSets.
SQL This class contains some useful utilities for dealing with SQL statements and results of queries.
StringConstraint Deprecated. in favor of org.locomotive.util.StringUtil.
StringUtil Utilities for manipulating strings.
 

Exception Summary
ParseStringException This Exception class is used primarily by the StringUtil class for signaling when a string value does not fit a particular format.