class org.apache.commons.collections.CursorableLinkedList$ListIter implements java.util.ListIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections.CursorableLinkedList$ListIter
  super_class: java.lang.Object
{
  org.apache.commons.collections.CursorableLinkedList$Listable _cur;
    descriptor: Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    flags: (0x0000) 

  org.apache.commons.collections.CursorableLinkedList$Listable _lastReturned;
    descriptor: Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    flags: (0x0000) 

  int _expectedModCount;
    descriptor: I
    flags: (0x0000) 

  int _nextIndex;
    descriptor: I
    flags: (0x0000) 

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

  void <init>(org.apache.commons.collections.CursorableLinkedList, int);
    descriptor: (Lorg/apache/commons/collections/CursorableLinkedList;I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
        start local 2 // int index
         0: .line 1001
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 996
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         2: .line 997
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         3: .line 998
            aload 0 /* this */
            aload 1
            getfield org.apache.commons.collections.CursorableLinkedList._modCount:I
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._expectedModCount:I
         4: .line 999
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
         5: .line 1002
            iload 2 /* index */
            ifne 9
         6: .line 1003
            aload 0 /* this */
            new org.apache.commons.collections.CursorableLinkedList$Listable
            dup
            aconst_null
            aload 1
            getfield org.apache.commons.collections.CursorableLinkedList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aconst_null
            invokespecial org.apache.commons.collections.CursorableLinkedList$Listable.<init>:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;Lorg/apache/commons/collections/CursorableLinkedList$Listable;Ljava/lang/Object;)V
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         7: .line 1004
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
         8: .line 1005
            goto 16
      StackMap locals: org.apache.commons.collections.CursorableLinkedList$ListIter org.apache.commons.collections.CursorableLinkedList int
      StackMap stack:
         9: iload 2 /* index */
            aload 1
            getfield org.apache.commons.collections.CursorableLinkedList._size:I
            if_icmpne 13
        10: .line 1006
            aload 0 /* this */
            new org.apache.commons.collections.CursorableLinkedList$Listable
            dup
            aload 1
            getfield org.apache.commons.collections.CursorableLinkedList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aconst_null
            aconst_null
            invokespecial org.apache.commons.collections.CursorableLinkedList$Listable.<init>:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;Lorg/apache/commons/collections/CursorableLinkedList$Listable;Ljava/lang/Object;)V
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
        11: .line 1007
            aload 0 /* this */
            aload 1
            getfield org.apache.commons.collections.CursorableLinkedList._size:I
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
        12: .line 1008
            goto 16
        13: .line 1009
      StackMap locals:
      StackMap stack:
            aload 1
            iload 2 /* index */
            invokevirtual org.apache.commons.collections.CursorableLinkedList.getListableAt:(I)Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            astore 3 /* temp */
        start local 3 // org.apache.commons.collections.CursorableLinkedList$Listable temp
        14: .line 1010
            aload 0 /* this */
            new org.apache.commons.collections.CursorableLinkedList$Listable
            dup
            aload 3 /* temp */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 3 /* temp */
            aconst_null
            invokespecial org.apache.commons.collections.CursorableLinkedList$Listable.<init>:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;Lorg/apache/commons/collections/CursorableLinkedList$Listable;Ljava/lang/Object;)V
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
        15: .line 1011
            aload 0 /* this */
            iload 2 /* index */
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
        end local 3 // org.apache.commons.collections.CursorableLinkedList$Listable temp
        16: .line 1013
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int index
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/apache/commons/collections/CursorableLinkedList$ListIter;
            0   17     2  index  I
           14   16     3   temp  Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    MethodParameters:
        Name  Flags
      this$0  final
      index   

  public java.lang.Object previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
         0: .line 1016
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.checkForComod:()V
         1: .line 1017
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.hasPrevious:()Z
            ifne 3
         2: .line 1018
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 1020
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.value:()Ljava/lang/Object;
            astore 1 /* ret */
        start local 1 // java.lang.Object ret
         4: .line 1021
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         5: .line 1022
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         6: .line 1023
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         7: .line 1024
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
            iconst_1
            isub
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
         8: .line 1025
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Object ret
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/commons/collections/CursorableLinkedList$ListIter;
            4    9     1   ret  Ljava/lang/Object;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
         0: .line 1030
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.checkForComod:()V
         1: .line 1031
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            ifnull 2
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            getfield org.apache.commons.collections.CursorableLinkedList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            if_acmpeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/CursorableLinkedList$ListIter;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
         0: .line 1035
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.checkForComod:()V
         1: .line 1036
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.hasNext:()Z
            ifne 3
         2: .line 1037
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 1039
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.value:()Ljava/lang/Object;
            astore 1 /* ret */
        start local 1 // java.lang.Object ret
         4: .line 1040
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         5: .line 1041
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         6: .line 1042
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         7: .line 1043
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
         8: .line 1044
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Object ret
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/commons/collections/CursorableLinkedList$ListIter;
            4    9     1   ret  Ljava/lang/Object;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
         0: .line 1049
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.checkForComod:()V
         1: .line 1050
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.hasPrevious:()Z
            ifne 3
         2: .line 1051
            iconst_m1
            ireturn
         3: .line 1053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
            iconst_1
            isub
            ireturn
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections/CursorableLinkedList$ListIter;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
         0: .line 1057
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.checkForComod:()V
         1: .line 1058
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            ifnull 2
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            getfield org.apache.commons.collections.CursorableLinkedList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            if_acmpeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/CursorableLinkedList$ListIter;

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
        start local 1 // java.lang.Object o
         0: .line 1062
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.checkForComod:()V
         1: .line 1064
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* o */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setValue:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 1065
            goto 5
      StackMap locals:
      StackMap stack: java.lang.NullPointerException
         3: pop
         4: .line 1066
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         5: .line 1068
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/commons/collections/CursorableLinkedList$ListIter;
            0    6     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.NullPointerException
    MethodParameters:
      Name  Flags
      o     

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
         0: .line 1071
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.checkForComod:()V
         1: .line 1072
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.hasNext:()Z
            ifne 3
         2: .line 1073
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            invokevirtual org.apache.commons.collections.CursorableLinkedList.size:()I
            ireturn
         3: .line 1075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
            ireturn
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections/CursorableLinkedList$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.CursorableLinkedList$ListIter this
         0: .line 1079
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.checkForComod:()V
         1: .line 1080
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            ifnonnull 3
         2: .line 1081
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 1083
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            getfield org.apache.commons.collections.CursorableLinkedList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            if_acmpne 4
            aconst_null
            goto 5
      StackMap locals:
      StackMap stack: org.apache.commons.collections.CursorableLinkedList$Listable
         4: aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
      StackMap locals: org.apache.commons.collections.CursorableLinkedList$ListIter
      StackMap stack: org.apache.commons.collections.CursorableLinkedList$Listable org.apache.commons.collections.CursorableLinkedList$Listable
         5: invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         6: .line 1084
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            getfield org.apache.commons.collections.CursorableLinkedList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            if_acmpne 7
            aconst_null
            goto 8
      StackMap locals:
      StackMap stack: org.apache.commons.collections.CursorableLinkedList$Listable
         7: aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
      StackMap locals: org.apache.commons.collections.CursorableLinkedList$ListIter
      StackMap stack: org.apache.commons.collections.CursorableLinkedList$Listable org.apache.commons.collections.CursorableLinkedList$Listable
         8: invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         9: .line 1085
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList.removeListable:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        10: .line 1086
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
        11: .line 1087
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
            iconst_1
            isub
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
        12: .line 1088
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._expectedModCount:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._expectedModCount:I
        13: .line 1090
            return
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/commons/collections/CursorableLinkedList$ListIter;

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
        start local 1 // java.lang.Object o
         0: .line 1093
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$ListIter.checkForComod:()V
         1: .line 1094
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* o */
            invokevirtual org.apache.commons.collections.CursorableLinkedList.insertListable:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;Lorg/apache/commons/collections/CursorableLinkedList$Listable;Ljava/lang/Object;)Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         2: .line 1095
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         3: .line 1096
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._nextIndex:I
         4: .line 1097
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._expectedModCount:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.CursorableLinkedList$ListIter._expectedModCount:I
         5: .line 1098
            return
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/commons/collections/CursorableLinkedList$ListIter;
            0    6     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  protected void checkForComod();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
         0: .line 1101
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter._expectedModCount:I
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$ListIter.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            getfield org.apache.commons.collections.CursorableLinkedList._modCount:I
            if_icmpeq 2
         1: .line 1102
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 1104
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.collections.CursorableLinkedList$ListIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/CursorableLinkedList$ListIter;
}
SourceFile: "CursorableLinkedList.java"
NestHost: org.apache.commons.collections.CursorableLinkedList
InnerClasses:
  ListIter = org.apache.commons.collections.CursorableLinkedList$ListIter of org.apache.commons.collections.CursorableLinkedList
  Listable = org.apache.commons.collections.CursorableLinkedList$Listable of org.apache.commons.collections.CursorableLinkedList