class org.apache.commons.collections.FastArrayList$ListIter implements java.util.ListIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections.FastArrayList$ListIter
  super_class: java.lang.Object
{
  private java.util.List expected;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE

  private java.util.ListIterator iter;
    descriptor: Ljava/util/ListIterator;
    flags: (0x0002) ACC_PRIVATE

  private int lastReturnedIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.apache.commons.collections.FastArrayList this$0;
    descriptor: Lorg/apache/commons/collections/FastArrayList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.commons.collections.FastArrayList, int);
    descriptor: (Lorg/apache/commons/collections/FastArrayList;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
        start local 2 // int i
         0: .line 1261
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections.FastArrayList$ListIter.this$0:Lorg/apache/commons/collections/FastArrayList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1258
            aload 0 /* this */
            iconst_m1
            putfield org.apache.commons.collections.FastArrayList$ListIter.lastReturnedIndex:I
         2: .line 1262
            aload 0 /* this */
            aload 1
            getfield org.apache.commons.collections.FastArrayList.list:Ljava/util/ArrayList;
            putfield org.apache.commons.collections.FastArrayList$ListIter.expected:Ljava/util/List;
         3: .line 1263
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.get:()Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
            putfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
         4: .line 1264
            return
        end local 2 // int i
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;
            0    5     2     i  I
    MethodParameters:
        Name  Flags
      this$0  final
      i       

  private void checkMod();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
         0: .line 1267
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.this$0:Lorg/apache/commons/collections/FastArrayList;
            getfield org.apache.commons.collections.FastArrayList.list:Ljava/util/ArrayList;
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.expected:Ljava/util/List;
            if_acmpeq 2
         1: .line 1268
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 1270
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;

  java.util.List get();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
         0: .line 1273
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.expected:Ljava/util/List;
            areturn
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
         0: .line 1277
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.hasNext:()Z
            ireturn
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
         0: .line 1281
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.nextIndex:()I
            putfield org.apache.commons.collections.FastArrayList$ListIter.lastReturnedIndex:I
         1: .line 1282
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
         0: .line 1286
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.hasPrevious:()Z
            ireturn
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;

  public java.lang.Object previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
         0: .line 1290
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previousIndex:()I
            putfield org.apache.commons.collections.FastArrayList$ListIter.lastReturnedIndex:I
         1: .line 1291
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
         0: .line 1295
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previousIndex:()I
            ireturn
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
         0: .line 1299
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.nextIndex:()I
            ireturn
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
         0: .line 1303
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.checkMod:()V
         1: .line 1304
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.lastReturnedIndex:I
            ifge 3
         2: .line 1305
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 1307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.get:()Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.lastReturnedIndex:I
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         4: .line 1308
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.this$0:Lorg/apache/commons/collections/FastArrayList;
            getfield org.apache.commons.collections.FastArrayList.list:Ljava/util/ArrayList;
            putfield org.apache.commons.collections.FastArrayList$ListIter.expected:Ljava/util/List;
         5: .line 1309
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.get:()Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.lastReturnedIndex:I
            invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
            putfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
         6: .line 1310
            aload 0 /* this */
            iconst_m1
            putfield org.apache.commons.collections.FastArrayList$ListIter.lastReturnedIndex:I
         7: .line 1311
            return
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
        start local 1 // java.lang.Object o
         0: .line 1314
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.checkMod:()V
         1: .line 1315
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.lastReturnedIndex:I
            ifge 3
         2: .line 1316
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 1318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.get:()Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.lastReturnedIndex:I
            aload 1 /* o */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1319
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.this$0:Lorg/apache/commons/collections/FastArrayList;
            getfield org.apache.commons.collections.FastArrayList.list:Ljava/util/ArrayList;
            putfield org.apache.commons.collections.FastArrayList$ListIter.expected:Ljava/util/List;
         5: .line 1320
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.get:()Ljava/util/List;
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.previousIndex:()I
            iconst_1
            iadd
            invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
            putfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
         6: .line 1321
            return
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;
            0    7     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.collections.FastArrayList$ListIter this
        start local 1 // java.lang.Object o
         0: .line 1324
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.checkMod:()V
         1: .line 1325
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.nextIndex:()I
            istore 2 /* i */
        start local 2 // int i
         2: .line 1326
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.get:()Ljava/util/List;
            iload 2 /* i */
            aload 1 /* o */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         3: .line 1327
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastArrayList$ListIter.this$0:Lorg/apache/commons/collections/FastArrayList;
            getfield org.apache.commons.collections.FastArrayList.list:Ljava/util/ArrayList;
            putfield org.apache.commons.collections.FastArrayList$ListIter.expected:Ljava/util/List;
         4: .line 1328
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.FastArrayList$ListIter.get:()Ljava/util/List;
            iload 2 /* i */
            iconst_1
            iadd
            invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
            putfield org.apache.commons.collections.FastArrayList$ListIter.iter:Ljava/util/ListIterator;
         5: .line 1329
            aload 0 /* this */
            iconst_m1
            putfield org.apache.commons.collections.FastArrayList$ListIter.lastReturnedIndex:I
         6: .line 1330
            return
        end local 2 // int i
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.FastArrayList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections/FastArrayList$ListIter;
            0    7     1     o  Ljava/lang/Object;
            2    7     2     i  I
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "FastArrayList.java"
NestHost: org.apache.commons.collections.FastArrayList
InnerClasses:
  private ListIter = org.apache.commons.collections.FastArrayList$ListIter of org.apache.commons.collections.FastArrayList