Some utility classes.
See: Description
Class Summary | |
---|---|
BitVector | Optimized implementation of a vector of bits. |
Constants | Some useful constants. |
PriorityQueue | A PriorityQueue maintains a partial ordering of its elements such that the least element can always be found in constant time. |
StringHelper | Methods for manipulating strings. |