See: Description
Interface | Description |
---|---|
ConcurrentPipe.InputProducer<I> |
A task that produces the input of a
ConcurrentPipe element by element. |
ConcurrentPipe.OutputConsumer<O> |
A task that consumes the output of a
ConcurrentPipe element by element. |
ConcurrentPipe.Processor<I,O> |
A task that processes the input of a
ConcurrentPipe element by element. |
SuffixArrays.LongArray |
An array whose values and indices are primitive longs.
|
Class | Description |
---|---|
ConcurrentPipe<I,O> |
A concurrent pipe that reads its input element by element, processes them in
parallel, and writes the resulting output respecting their order.
|
IOUtils |
Utility class to perform some common I/O tasks.
|
MutableInteger |
An integer whose value can be changed.
|
SuffixArrays |
Utility class to build suffix arrays and perform string searching with them.
|
WeakObjectPool<T> |
An object pool that can be used to promote the reuse of instances of
immutable objects, while at the same time avoiding memory leaks.
|