Class OpList.Iterator

java.lang.Object
org.mantoux.delta.OpList.Iterator
All Implemented Interfaces:
Iterator<Op>
Enclosing class:
OpList

public static class OpList.Iterator extends Object implements Iterator<Op>
  • Method Details

    • next

      public Op next(int length)
    • peek

      public Op peek()
    • peekLength

      public int peekLength()
    • peekType

      public Op.Type peekType()
    • rest

      public OpList rest()
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<Op>
    • next

      public Op next()
      Specified by:
      next in interface Iterator<Op>