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 Details

    • PeekIteratorLazy

      public PeekIteratorLazy(Iterator<T> delegate)
  • Method Details