All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractMultimap<K,V,C extends java.util.Collection<V>> |
Combines a Map with List values to provide simple way to store multiple values for a key (multimap).
|
| Checksum128 |
Checksum interface to access 128 bit in various ways.
|
| CircularByteBuffer |
A circular byte buffer (also called ring buffer) allows putting and and getting bytes in a FIFO way.
|
| 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.
|
| FileUtils |
Utils for dealing with files.
|
| FNV32 |
Hash function FNV-1a (http://www.isthe.com/chongo/tech/comp/fnv).
|
| FNV64 |
Hash function FNV-1a (http://www.isthe.com/chongo/tech/comp/fnv).
|
| IoUtils |
Utils for dealing with IO (streams, readers, ...).
|
| LimitedInputStream |
Wraps around an InputStream and limits the amount of bytes that can be read from it.
|
| LongHashMap<T> |
An minimalistic hash map optimized for long keys.
|
| LongHashMap.Entry<T> |
|
| LongHashMap.Synchronized<T> |
|
| LongHashSet |
An minimalistic hash set optimized for long values.
|
| LongHashSet.Entry |
|
| LongHashSet.Synchronized |
|
| Multimap<K,V> |
Combines a Map with List values to provide simple way to store multiple values for a key.
|
| Multimap.ListType |
|
| MultimapSet<K,V> |
Combines a Map with Set values to provide simple way to store multiple values for a key.
|
| MultimapSet.SetType |
|
| Murmur3A |
Murmur3A (murmurhash3_x86_32)
|
| Murmur3F |
Murmur3F (MurmurHash3_x64_128)
|
| ObjectCache<KEY,VALUE> |
An in-memory object cache supporting soft/weak/strong references, maximum size (clearing the entries that were put
first), and time-based expiration.
|
| ObjectCache.CacheEntry<V> |
|
| ObjectCache.ReferenceType |
|
| PipelineOutputStream |
|
| PrimitiveArrayUtils |
Retrieves int and long values from byte arrays.
|
| PrimitiveArrayUtils.SafeImpl |
|
| PrimitiveArrayUtils.UnsafeImpl |
|
| PrimitiveDataChecksum |
Wrapper for Checksum that accepts all kind of primitive data to update the hash.
|
| RepeaterInputStream |
Repeats an input stream to an additional OutputStream.
|
| StringUtils |
Utilities for working with strings like splitting, joining, url-encoding, hex, and digests.
|