Class CachingIterable<T>
java.lang.Object
org.aksw.commons.collections.cache.CachingIterable<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Iterable<T>
An iterable over an iterator that caches the iterator's results.
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCachingIterable(Iterator<T> delegate) CachingIterable(Iterator<T> delegate, Cache<T> cache) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator