java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<List<Stage>>
org.graylog.plugins.pipelineprocessor.processors.StageIterator
All Implemented Interfaces:
Iterator<List<Stage>>

public class StageIterator extends com.google.common.collect.AbstractIterator<List<Stage>>
  • Constructor Details

  • Method Details

    • computeNext

      protected List<Stage> computeNext()
      Specified by:
      computeNext in class com.google.common.collect.AbstractIterator<List<Stage>>