| 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. |
| Base64Util |
Base64 encoding/decoding util.
|
| CalendarUtil | |
| CalendarUtil.ThreadLocalDateFormatter | |
| CharMatcher | |
| CollectionUtility |
Utility to work with list and array Json conversion.
|
| 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. |
| CurrencyUtil | |
| DateUtil | |
| DateUtil.ThreadLocalDateFormatter | |
| 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.
|
| LocaleUtil | |
| 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).
|
| ProcessorHelper | |
| StringUtil |
A few string utils
|
| SupportedCharsets |
Charset used in kritpon
|
| TimeUtil | |
| TimeZoneUtil | |
| Triple<V1,V2,V3> | |
| TypeReflector |
Type reflection utils.
|
| UrlUtil |
| Enum | Description |
|---|---|
| CaseFormat |
Utility class for converting between various ASCII case formats.
|
Copyright © 2016. All rights reserved.