| Package | Description |
|---|---|
| org.aksw.commons.collections.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheImpl<T>
An iterable that caches (possibly computed) items returned from an underlying iterator, such that
subsequent iterations run from the cache.
|
class |
StreamBackedList<T> |
| Modifier and Type | Field and Description |
|---|---|
protected Cache<T> |
CachingIterable.cache |
protected Cache<T> |
CachingIterator.cache |
| Constructor and Description |
|---|
CachingIterable(Iterator<T> delegate,
Cache<T> cache) |
CachingIterator(Cache<T> cache,
Iterator<T> delegate) |
CachingIterator(Cache<T> cache,
Iterator<T> delegate,
int offset) |
Copyright © 2018. All rights reserved.