| Interface | Description |
|---|---|
| Cache<T> |
| Class | Description |
|---|---|
| CacheImpl<T> |
An iterable that caches (possibly computed) items returned from an underlying iterator, such that
subsequent iterations run from the cache.
|
| CachingIterable<T> |
An iterable over an iterator that caches the iterator's results.
|
| CachingIterator<T> |
In iterator that adds items to a cache as it proceeds.
|
| CountingIterator<T> | |
| IndexBasedIterator<T> | |
| IteratorDecorator<T> | |
| RemovalListenerMultiplexer<K,V> | |
| StreamBackedList<T> |
Copyright © 2018. All rights reserved.