Package tribble.util

Interface Summary
BinaryTree A generic binary tree.
Comparable Contains methods which are used to compare two objects.
 

Class Summary
Base64Decoder Base-64 decoding methods.
Base64Encoder Base-64 encoding methods.
BinarySearch Contains methods for searching arrays.
Date Immutable date/time value.
DirList List the entries in a directory.
FifoQueue Generic FIFO queue.
FileFlater File deflater/inflater.
FilenamePattern Filename pattern matcher.
GetEnvironment Contains the environment variable settings from the native operating system.
Hex Hexadecimal encoding and decoding methods.
HexDump Hexadecimal dump utility methods.
Pair<T1,T2> Holds a pair (2-tuple) of values.
RuntimeExec Contains methods to execute a command shell in a separate process.
SQLPattern SQL 'LIKE' pattern matching operator.
SQLStrings Utility methods for SQL string and token processing.
Strings Utility methods for string processing.
Time Primitive date and time formatting methods.
Tuple3<T1,T2,T3> Holds three values, i.e., is a 3-tuple.