Class Summary |
AESUtils |
|
BCrypt |
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme
described in "A Future-Adaptable Password Scheme" by Niels Provos and David
Mazieres. |
ClassUtils |
|
CodecUtils |
|
CompositeUtils |
|
ConcurrentUtils |
|
ConversionUtils |
Convenience methods for converting to and from formats, primarily between
byte arrays and UUIDs, Strings, and Longs. |
DateUtils |
Utilities for parsing and formatting dates. |
ExceptionUtils |
|
HttpUtils |
|
IndexUtils |
|
InflectionUtils |
|
Inflector |
Transforms words to singular, plural, humanized (human readable), underscore,
camel case, or ordinal form. |
JsonUtils |
|
ListUtils |
|
MailUtils |
|
MapUtils |
|
MapUtils.ConcurrentHashMapBuilder<S,T> |
|
MapUtils.HashMapBuilder<S,T> |
|
MapUtils.LinkedHashMapBuilder<S,T> |
|
NumberUtils |
|
PasswordUtils |
|
StringUtils |
|
TimeUtils |
|
UUIDUtils |
|
Version |
The Version class can be used to parse a standard version string into its
four components, MAJOR.MINOR.BUILD.REVISION. |