| Interface | Description |
|---|---|
| Function<F,T> |
Determines an output value based on an input value.
|
| Predicate<T> |
Determines a true or false value for a given input.
|
| Class | Description |
|---|---|
| Ascii |
Static methods pertaining to ASCII characters (those in the range of values
0x00 through 0x7F), and to strings containing such
characters. |
| Base64 |
Base64 encoding/decoding util.
|
| CharMatcher | |
| Converter<A,B> |
A function from
A to B with an associated reverse function from B
to A; used for converting back and forth between different representations of the same
information. |
| FastStack<T> |
A lightweight stack implementation, this stack is not synchronized and
keeps track of elements using an array list.
|
| GenericClass |
A wrapper around reflection to resolve generics.
|
| LRUCache<K,V> |
A lightweight LRU(least recently used) cache implementation based on
|
| Pair<A,B> | |
| Preconditions |
Static convenience methods that help a method or constructor check whether it was invoked correctly (whether its preconditions have been met).
|
| StringUtil |
A few string utils
|
| TypeReflector |
Type reflection utils.
|
| Enum | Description |
|---|---|
| CaseFormat |
Utility class for converting between various ASCII case formats.
|
Copyright © 2015. All rights reserved.