2015/07/26 - Apache DirectMemory has been retired.

For more information, please explore the Attic.

package

org.apache.directmemory.utils

Classes

CacheValuesIterable<K, V> A simple Iterable over CacheService's values  
NonStrictCacheValuesIterator<K, V> The relaxed iterator, it guarantees that if hasNext() returns true, the subsequent calling next() always returns a value. 
StrictCacheValuesIterator<K, V>