Class PeekIteratorLazy<T>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<T>
org.apache.jena.sparql.service.enhancer.impl.util.PeekIteratorLazy<T>
- All Implemented Interfaces:
com.google.common.collect.PeekingIterator<T>,Iterator<T>
public class PeekIteratorLazy<T>
extends com.google.common.collect.AbstractIterator<T>
implements com.google.common.collect.PeekingIterator<T>
The atlas version does active read ahead; this one only fetches data when needed
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.AbstractIterator
hasNext, next, peekMethods inherited from class com.google.common.collect.UnmodifiableIterator
removeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNextMethods inherited from interface com.google.common.collect.PeekingIterator
next, peek, remove
-
Constructor Details
-
PeekIteratorLazy
-
-
Method Details
-
create
-