class com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator implements java.util.ListIterator<org.graalvm.shadowed.org.jline.reader.History$Entry>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator
  super_class: java.lang.Object
{
  private int iterIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl this$1;
    descriptor: Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl, int);
    descriptor: (Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
        start local 2 // int idx
         0: .line 296
            aload 0 /* this */
            aload 1
            putfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.this$1:Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 297
            aload 0 /* this */
            iload 2 /* idx */
            putfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
         2: .line 298
            return
        end local 2 // int idx
        end local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryIterator;
            0    3     2   idx  I
    MethodParameters:
        Name  Flags
      this$0  final
      idx     

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
         0: .line 302
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.this$1:Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 303
            iload 1 /* size */
            ifle 2
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            iload 1 /* size */
            if_icmpge 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int size
        end local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryIterator;
            1    3     1  size  I

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
         0: .line 308
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            ireturn
        end local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryIterator;

  public org.graalvm.shadowed.org.jline.reader.History$Entry next();
    descriptor: ()Lorg/graalvm/shadowed/org/jline/reader/History$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
         0: .line 313
            aload 0 /* this */
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.hasNext:()Z
            ifne 2
         1: .line 314
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 316
      StackMap locals:
      StackMap stack:
            new com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryEntry
            dup
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.this$1:Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
            aload 0 /* this */
            dup
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            invokespecial com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryEntry.<init>:(Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;I)V
            astore 1 /* e */
        start local 1 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryEntry e
         3: .line 317
            aload 1 /* e */
            areturn
        end local 1 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryEntry e
        end local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryIterator;
            3    4     1     e  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryEntry;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
         0: .line 322
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.this$1:Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 323
            iload 1 /* size */
            ifle 2
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            ifle 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int size
        end local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryIterator;
            1    3     1  size  I

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
         0: .line 328
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            iconst_1
            isub
            ireturn
        end local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryIterator;

  public org.graalvm.shadowed.org.jline.reader.History$Entry previous();
    descriptor: ()Lorg/graalvm/shadowed/org/jline/reader/History$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
         0: .line 333
            aload 0 /* this */
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.hasPrevious:()Z
            ifne 2
         1: .line 334
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 336
      StackMap locals:
      StackMap stack:
            new com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryEntry
            dup
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.this$1:Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
            aload 0 /* this */
            dup
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            iconst_1
            isub
            dup_x1
            putfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            invokespecial com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryEntry.<init>:(Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;I)V
            astore 1 /* e */
        start local 1 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryEntry e
         3: .line 337
            aload 1 /* e */
            areturn
        end local 1 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryEntry e
        end local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryIterator;
            3    4     1     e  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryEntry;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
         0: .line 342
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.this$1:Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl.removeItem:Ljava/util/function/IntConsumer;
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            invokeinterface java.util.function.IntConsumer.accept:(I)V
         1: .line 343
            goto 3
         2: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            iconst_1
            isub
            putfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
         3: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.this$1:Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl.size:()I
            if_icmpgt 2
         4: .line 346
            return
        end local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryIterator;

  public void set(org.graalvm.shadowed.org.jline.reader.History$Entry);
    descriptor: (Lorg/graalvm/shadowed/org/jline/reader/History$Entry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
        start local 1 // org.graalvm.shadowed.org.jline.reader.History$Entry e
         0: .line 350
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.this$1:Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.iterIndex:I
            aload 1 /* e */
            invokeinterface org.graalvm.shadowed.org.jline.reader.History$Entry.line:()Ljava/lang/String;
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl.add:(ILjava/lang/String;)V
         1: .line 351
            return
        end local 1 // org.graalvm.shadowed.org.jline.reader.History$Entry e
        end local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryIterator;
            0    2     1     e  Lorg/graalvm/shadowed/org/jline/reader/History$Entry;
    MethodParameters:
      Name  Flags
      e     

  public void add(org.graalvm.shadowed.org.jline.reader.History$Entry);
    descriptor: (Lorg/graalvm/shadowed/org/jline/reader/History$Entry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
        start local 1 // org.graalvm.shadowed.org.jline.reader.History$Entry e
         0: .line 355
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.this$1:Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
            aload 0 /* this */
            getfield com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.this$1:Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl;
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl.size:()I
            aload 1 /* e */
            invokeinterface org.graalvm.shadowed.org.jline.reader.History$Entry.line:()Ljava/lang/String;
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl.add:(ILjava/lang/String;)V
         1: .line 356
            return
        end local 1 // org.graalvm.shadowed.org.jline.reader.History$Entry e
        end local 0 // com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/graal/python/shell/JLineConsoleHandler$HistoryImpl$HistoryIterator;
            0    2     1     e  Lorg/graalvm/shadowed/org/jline/reader/History$Entry;
    MethodParameters:
      Name  Flags
      e     

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.graalvm.shadowed.org.jline.reader.History$Entry
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.set:(Lorg/graalvm/shadowed/org/jline/reader/History$Entry;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.next:()Lorg/graalvm/shadowed/org/jline/reader/History$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.previous:()Lorg/graalvm/shadowed/org/jline/reader/History$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.graalvm.shadowed.org.jline.reader.History$Entry
            invokevirtual com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator.add:(Lorg/graalvm/shadowed/org/jline/reader/History$Entry;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/ListIterator<Lorg/graalvm/shadowed/org/jline/reader/History$Entry;>;
SourceFile: "JLineConsoleHandler.java"
NestHost: com.oracle.graal.python.shell.JLineConsoleHandler
InnerClasses:
  private HistoryImpl = com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl of com.oracle.graal.python.shell.JLineConsoleHandler
  HistoryEntry = com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryEntry of com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl
  private HistoryIterator = com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl$HistoryIterator of com.oracle.graal.python.shell.JLineConsoleHandler$HistoryImpl
  public abstract Entry = org.graalvm.shadowed.org.jline.reader.History$Entry of org.graalvm.shadowed.org.jline.reader.History