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> | |
ImmutableLinkedList.IllIterator<T> | |
ImmutableList<T> |
A simple, immutable List implementation wrapping an array.
|
ImmutableList.RegularList | |
ImmutableList.SingleElementList<T> | |
ImmutableList.TwoElementList<T> | |
IntArrayStack | |
Preconditions |
Simple static methods to be called at the start of your own methods to verify
correct arguments and state.
|
Predicates | |
Predicates.AlwaysFalsePredicate | |
Predicates.AlwaysTruePredicate | |
Predicates.AndPredicate<T> | |
Predicates.InPredicate<T> | |
Predicates.InstanceOfPredicate | |
Predicates.IsEqualToPredicate<T> | |
Predicates.IsNullPredicate | |
Predicates.NotNullPredicate | |
Predicates.NotPredicate<T> | |
Predicates.OrPredicate<T> | |
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 |