Interface | Description |
---|---|
Factory<T> | |
Formatter<T> |
The capability to transform an object of type T into a string representation.
|
Predicate<T> | |
Sink<T> |
Class | Description |
---|---|
ArrayBuilder<T> | |
Base64 | |
ConsoleSink | |
FileUtils | |
ImmutableLinkedList<T> | |
ImmutableList<T> |
A simple, immutable List implementation wrapping an array.
|
IntArrayStack | |
Preconditions |
Simple static methods to be called at the start of your own methods to verify
correct arguments and state.
|
Predicates | |
Reference<T> |
A simple container holding a reference to another object.
|
StringBuilderSink | |
StringUtils |
General utility methods for string manipulation.
|
Tuple2<A,B> | |
Tuple3<A,B,C> | |
Utils |
General utility methods.
|
Exception | Description |
---|---|
IntArrayStack.UnderflowException |
Copyright © 2015. All rights reserved.