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> |