Class CodeIterator.Gap

  • Enclosing class:
    CodeIterator

    public static class CodeIterator.Gap
    extends Object
    An inserted gap.
    Since:
    3.11
    • Field Detail

      • position

        public int position
        The position of the gap.
      • length

        public int length
        The length of the gap.
    • Constructor Detail

      • Gap

        public Gap()