| 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. |
| ByteArray |
Class
ByteArray represents an immutable array of integer
values between -128 and 127 that is stored as a byte[] array. |
| CharArray |
/**
|
| Const |
Class
Const provides public static final fields with
string and character constants. |
| FileUtil |
Class
FileUtil contains static methods for working with files. |
| FloatArray |
Class
FloatArray represents an immutable list of float floating
point values. |
| FloatList |
Class
FloatList represents a list of floats. |
| 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. |
| IntMap<E> |
Class
IntMap represents a map with integer keys and generic type
values. |
| IntSet |
Class
IntSet represents an indexed set of integers. |
| Pair<F,S> |
Class
Pair represents a pair of ordered objects. |
| StringUtil |
Class
StringUtil is a utility class with static methods
for counting and returning delimited fields in a string. |
| UnsignedByteArray |
Class
ShiftedByteIndexArray represents an immutable
array of integer values between 0 and 255 inclusive that is stored
as a byte[] array whose values have been translated by -128. |
| 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. |