Class CachingIterator<T>
java.lang.Object
org.aksw.commons.collections.cache.CachingIterator<T>
- Type Parameters:
T-C-
- All Implemented Interfaces:
Iterator<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCachingIterator(Cache<T> cache, Iterator<T> delegate) CachingIterator(Cache<T> cache, Iterator<T> delegate, int offset) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
cache
-
delegate
-
offset
protected int offset
-
-
Constructor Details
-
CachingIterator
-
CachingIterator
-
-
Method Details
-
hasNext
-
next
-