Interface | Description |
---|---|
FileIt<E> |
An iterator for data elements in a file.
|
Filter<E> |
A filter for accepting or rejecting objects.
|
IntArray |
Interface
IntArray represents an immutable int[] array. |
SampleFileIt<E> |
An iterator for records in a file.
|
Class | Description |
---|---|
BGZIPOutputStream |
Class
BGZIPOutputStream is an output stream filter that performs
BGZIP compression. |
ByteIndexArray |
Class
ByteIndexArray represents an immutable
int[] array that is stored as a byte[] array. |
CharIndexArray |
Class
CharIndexArray represents an immutable
int[] array that is stored as a char[] array. |
Const |
Class
Const provides public static final fields with
string and character constants. |
FileUtil |
Class
FileUtil contains static methods for working with files. |
IndexMap |
Class
IndexMap is a map whose keys are a bounded set of
non-negative integers and whose values are integers. |
IndexSet |
Class
IndexSet is a set that stores non-negative indices that are
less than or equal to a specified maximum value. |
InputIt |
Class
InputIt is a buffered iterator whose next()
method returns lines of a text input stream. |
IntList |
Class
IntList represents a list of integers. |
IntPair |
Class
IntPair represents an ordered pair of integers. |
IntSet |
Class
IntSet represents an indexed set of integers. |
ShiftedByteIndexArray |
Class
ShiftedByteIndexArray represents an immutable
int[] array that is stored as a byte[] array. |
StringUtil |
Class
StringUtil is a utility class with static methods
for counting and returning delimited fields in a string. |
Utilities |
Class
Utilities contains miscellaneous static utility methods. |
Validate |
Class Validate contains static methods for validating command line
arguments.
|
WrappedIntArray |
Class
WrappedIntArray represents an immutable
int[] array. |