Interface | Description |
---|---|
IOHelper.IOStrategy |
Class | Description |
---|---|
Comparators | |
HexSupport |
Used to convert to hex from byte arrays and back.
|
IOHelper | |
LFUCache<Key,Value> |
LFU cache implementation based on http://dhruvbird.com/lfu.pdf, with some notable differences:
Frequency list is stored as an array with no next/prev pointers between nodes: looping over the array should be faster and more CPU-cache friendly than
using an ad-hoc linked-pointers structure.
|
LockFile |
Used to lock a File.
|
StringSupport |
Helper class to hold common text/string manipulation methods.
|
TreeMap<K,V> |
A TreeMap that is lighter weight than the Sun implementation with
implementations for upper/lower/floor/ceiling accessors.
|
TreeMap.TreeEntry<K,V> |
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.