| Class | Description |
|---|---|
| Bits |
Convenience class for doing bit-level operations on ints and longs.
|
| BoundedQueue<T> |
A limited implementation of a bounded queue.
|
| Iterables2 |
Utility functions for dealing with iterables.
|
| Multimaps |
Utility class for functions related to Multimaps in the java collections library.
|
| Pair<A,B> |
An immutable 2-tuple with value-equals semantics.
|