| Class | Description |
|---|---|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| DateUtils |
Simple Date and time utils.
|
| DateUtils.DefaultCalendarThreadLocal |
Calendar objects are rather expensive: for heavy usage it's a good idea to use a single instance per thread
instead of calling Calendar.getInstance() multiple times.
|
| LongHashMap<T> |
An minimalistic hash map optimized for long keys.
|
| LongHashSet |
An minimalistic hash set optimized for long values.
|
| ObjectCache<KEY,T> |
A simple in-memory object cache based on a ConcurrentHashMap and SoftReferences.
|
| PrimitiveArrayUtils | |
| StringUtils |
Utilities for working with strings, like splitting, url-encoding, and MD5 digests.
|
Copyright © 2014. All rights reserved.