Class LeafIterator

  • All Implemented Interfaces:
    java.util.Iterator<AbstractTraceRegion>

    public class LeafIterator
    extends com.google.common.collect.AbstractIterator<AbstractTraceRegion>
    Noextend:
    This class is not intended to be subclassed by clients.
    Noinstantiate:
    This class is not intended to be instantiated by clients.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected AbstractTraceRegion computeNext()  
      protected AbstractTraceRegion firstLeafOfCurrent()  
      • Methods inherited from class com.google.common.collect.AbstractIterator

        endOfData, hasNext, next, peek
      • Methods inherited from class com.google.common.collect.UnmodifiableIterator

        remove
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining