Package com.neoworks.util

Toolbox of miscellaneous utility classes.

See:
          Description

Interface Summary
MultiMap An object that maps keys to multiple values.
MultiMap.Entry A multimap entry (key-value pair).
SortedMultiMap A multimap that further guarantees that it will be in ascending key order, sorted according to the natural ordering of its keys (see the Comparable interface), or by a comparator provided at sorted multimap creation time.
 

Class Summary
AbstractMultiMap This class provides a skeletal implementation of the MultiMap interface, to minimize the effort required to implement this interface.
CollectionUtils Static methods for working with Collections and function blocks.
DOMUtils DOM Utility functions
Escaper Escaper contains methods to escape text and sql.
Getopts Getopts is similar to the UN*X getopt() system call.
HashMapMultiMap HashMapMultiMap is a Multimap backed by a HashMap of Set objects.
OneBlock A one argument function block.
Pair Holds a pair of Objects.
PushBackInputStream Push back InputStream.
SizeLimitedLinkedHashMap Size limited HashMap, where elements are held in a LinkedList, ordered as inserted.
StringDecorator StringDecorator decorates Strings, like this: ************ * A String * ************
StringEscaper Static methods for escaping strings
TwoBlock Like the OneBlock this is a function block that takes two arguments.
VectorMultiMap This class implements the MultiMap interface backed with a Vector.
XPathQuery This class wraps up DOM XPath queries so they're a bit easier to do.
 

Package com.neoworks.util Description

Toolbox of miscellaneous utility classes.