Class Plugin.Engine.Source.Compound.Origin.CompoundIterator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CompoundIterator​(java.util.List<? extends java.lang.Iterable<? extends Plugin.Engine.Source.Element>> iterables)
      Creates a compound iterator.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void forward()
      Forwards the iterator to the next relevant iterable.
      boolean hasNext()
      Plugin.Engine.Source.Element next()
      void 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