| Interface | Description |
|---|---|
| InvertibleFunction<F,T> |
A function for which an inverse is available.
|
| ScoredIdAccumulator |
Accumulate a sorted list of scored IDs.
|
| Class | Description |
|---|---|
| BinarySearch |
Utility class for implementing and working with binary searches.
|
| IdBox<T> |
A box that associates an object with an ID.
|
| ProgressLogger |
Utility class for logging progress of some long-running process.
|
| TopNScoredIdAccumulator |
Accumulate the top N scored IDs.
|
| UnlimitedScoredIdAccumulator |
Scored item accumulator with no upper bound.
|
| Exception | Description |
|---|---|
| UncheckedInterruptException |
Unchecked exception thrown to propagate an interrupt up the stack.
|