| Interface | Description |
|---|---|
| Logger.LogInterface |
Logging interface.
|
| Class | Description |
|---|---|
| Annotations | |
| Logger |
Basic logging singleton class.
|
| Logger.CompoundLogger |
Convenience class for stringing together loggers.
|
| Logger.NullLogger |
Default logging goes nowhere.
|
| Logger.SystemLogger |
Logs to System.out and System.err
|
| LongRef | |
| MurmurHash |
Taken/modified from
http://d3s.mff.cuni.cz/~holub/sw/javamurmurhash/MurmurHash.java
|
| Pair<F,S> |
A generic-typed pair of objects.
|
| StrUtils |
| Annotation Type | Description |
|---|---|
| Annotations.Option | |
| Annotations.OutputParameter |
Just a fancy-pants comment.
|
| Annotations.PrintMemoryCount |
Fields annotated with this annotation will have their memory usage added
to the memory usage map returned by countApproximateMemoryUsage.
|
| Annotations.SkipMemoryCount |