class org.apache.commons.collections.CursorableSubList extends org.apache.commons.collections.CursorableLinkedList implements java.util.List
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections.CursorableSubList
  super_class: org.apache.commons.collections.CursorableLinkedList
{
  protected org.apache.commons.collections.CursorableLinkedList _list;
    descriptor: Lorg/apache/commons/collections/CursorableLinkedList;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.commons.collections.CursorableLinkedList$Listable _pre;
    descriptor: Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.commons.collections.CursorableLinkedList$Listable _post;
    descriptor: Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    flags: (0x0004) ACC_PROTECTED

  void <init>(org.apache.commons.collections.CursorableLinkedList, int, int);
    descriptor: (Lorg/apache/commons/collections/CursorableLinkedList;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // org.apache.commons.collections.CursorableLinkedList list
        start local 2 // int from
        start local 3 // int to
         0: .line 1206
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.<init>:()V
         1: .line 1460
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableSubList._list:Lorg/apache/commons/collections/CursorableLinkedList;
         2: .line 1463
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableSubList._pre:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         3: .line 1466
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableSubList._post:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         4: .line 1207
            iload 2 /* from */
            iflt 5
            aload 1 /* list */
            invokevirtual org.apache.commons.collections.CursorableLinkedList.size:()I
            iload 3 /* to */
            if_icmpge 6
         5: .line 1208
      StackMap locals: org.apache.commons.collections.CursorableSubList org.apache.commons.collections.CursorableLinkedList int int
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         6: .line 1209
      StackMap locals:
      StackMap stack:
            iload 2 /* from */
            iload 3 /* to */
            if_icmple 8
         7: .line 1210
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         8: .line 1212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* list */
            putfield org.apache.commons.collections.CursorableSubList._list:Lorg/apache/commons/collections/CursorableLinkedList;
         9: .line 1213
            iload 2 /* from */
            aload 1 /* list */
            invokevirtual org.apache.commons.collections.CursorableLinkedList.size:()I
            if_icmpge 15
        10: .line 1214
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._list:Lorg/apache/commons/collections/CursorableLinkedList;
            iload 2 /* from */
            invokevirtual org.apache.commons.collections.CursorableLinkedList.getListableAt:(I)Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        11: .line 1215
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            ifnonnull 12
            aconst_null
            goto 13
      StackMap locals:
      StackMap stack: org.apache.commons.collections.CursorableSubList
        12: aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head: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.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
      StackMap locals: org.apache.commons.collections.CursorableSubList org.apache.commons.collections.CursorableLinkedList int int
      StackMap stack: org.apache.commons.collections.CursorableSubList org.apache.commons.collections.CursorableLinkedList$Listable
        13: putfield org.apache.commons.collections.CursorableSubList._pre:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
        14: .line 1216
            goto 16
        15: .line 1217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._list:Lorg/apache/commons/collections/CursorableLinkedList;
            iload 2 /* from */
            iconst_1
            isub
            invokevirtual org.apache.commons.collections.CursorableLinkedList.getListableAt:(I)Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            putfield org.apache.commons.collections.CursorableSubList._pre:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
        16: .line 1219
      StackMap locals:
      StackMap stack:
            iload 2 /* from */
            iload 3 /* to */
            if_icmpne 24
        17: .line 1220
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aconst_null
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        18: .line 1221
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aconst_null
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        19: .line 1222
            iload 3 /* to */
            aload 1 /* list */
            invokevirtual org.apache.commons.collections.CursorableLinkedList.size:()I
            if_icmpge 22
        20: .line 1223
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._list:Lorg/apache/commons/collections/CursorableLinkedList;
            iload 3 /* to */
            invokevirtual org.apache.commons.collections.CursorableLinkedList.getListableAt:(I)Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            putfield org.apache.commons.collections.CursorableSubList._post:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
        21: .line 1224
            goto 26
        22: .line 1225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableSubList._post:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
        23: .line 1227
            goto 26
        24: .line 1228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._list:Lorg/apache/commons/collections/CursorableLinkedList;
            iload 3 /* to */
            iconst_1
            isub
            invokevirtual org.apache.commons.collections.CursorableLinkedList.getListableAt:(I)Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        25: .line 1229
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head: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.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            putfield org.apache.commons.collections.CursorableSubList._post:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
        26: .line 1231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* to */
            iload 2 /* from */
            isub
            putfield org.apache.commons.collections.CursorableSubList._size:I
        27: .line 1232
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._list:Lorg/apache/commons/collections/CursorableLinkedList;
            getfield org.apache.commons.collections.CursorableLinkedList._modCount:I
            putfield org.apache.commons.collections.CursorableSubList._modCount:I
        28: .line 1233
            return
        end local 3 // int to
        end local 2 // int from
        end local 1 // org.apache.commons.collections.CursorableLinkedList list
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0   29     1  list  Lorg/apache/commons/collections/CursorableLinkedList;
            0   29     2  from  I
            0   29     3    to  I
    MethodParameters:
      Name  Flags
      list  
      from  
      to    

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1238
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1239
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.iterator:()Ljava/util/Iterator;
            astore 1 /* it */
        start local 1 // java.util.Iterator it
         2: .line 1240
            goto 5
         3: .line 1241
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
         4: .line 1242
            aload 1 /* it */
            invokeinterface java.util.Iterator.remove:()V
         5: .line 1240
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 1244
            return
        end local 1 // java.util.Iterator it
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections/CursorableSubList;
            2    7     1    it  Ljava/util/Iterator;

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1247
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1248
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1252
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1253
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.size:()I
            ireturn
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1257
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1258
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.isEmpty:()Z
            ireturn
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1262
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1263
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;

  public java.lang.Object[] toArray(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.lang.Object[] a
         0: .line 1267
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1268
            aload 0 /* this */
            aload 1 /* a */
            invokespecial org.apache.commons.collections.CursorableLinkedList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     a  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.lang.Object o
         0: .line 1272
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1273
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.apache.commons.collections.CursorableLinkedList.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.lang.Object o
         0: .line 1277
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1278
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.apache.commons.collections.CursorableLinkedList.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.Object removeFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1282
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1283
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.removeFirst:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;

  public java.lang.Object removeLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1287
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1288
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.removeLast:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;

  public boolean addAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.util.Collection c
         0: .line 1292
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1293
            aload 0 /* this */
            aload 1 /* c */
            invokespecial org.apache.commons.collections.CursorableLinkedList.addAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.lang.Object o
         0: .line 1297
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1298
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.apache.commons.collections.CursorableLinkedList.add:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean addFirst(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.lang.Object o
         0: .line 1302
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1303
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.apache.commons.collections.CursorableLinkedList.addFirst:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean addLast(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.lang.Object o
         0: .line 1307
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1308
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.apache.commons.collections.CursorableLinkedList.addLast:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean removeAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.util.Collection c
         0: .line 1312
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1313
            aload 0 /* this */
            aload 1 /* c */
            invokespecial org.apache.commons.collections.CursorableLinkedList.removeAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  public boolean containsAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.util.Collection c
         0: .line 1317
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1318
            aload 0 /* this */
            aload 1 /* c */
            invokespecial org.apache.commons.collections.CursorableLinkedList.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  public boolean addAll(int, java.util.Collection);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // int index
        start local 2 // java.util.Collection c
         0: .line 1322
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1323
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* c */
            invokespecial org.apache.commons.collections.CursorableLinkedList.addAll:(ILjava/util/Collection;)Z
            ireturn
        end local 2 // java.util.Collection c
        end local 1 // int index
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1  index  I
            0    2     2      c  Ljava/util/Collection;
    MethodParameters:
       Name  Flags
      index  
      c      

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1327
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1328
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.hashCode:()I
            ireturn
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;

  public boolean retainAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.util.Collection c
         0: .line 1332
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1333
            aload 0 /* this */
            aload 1 /* c */
            invokespecial org.apache.commons.collections.CursorableLinkedList.retainAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  public java.lang.Object set(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 1337
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1338
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* element */
            invokespecial org.apache.commons.collections.CursorableLinkedList.set:(ILjava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1    index  I
            0    2     2  element  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      index    
      element  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.lang.Object o
         0: .line 1342
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1343
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.apache.commons.collections.CursorableLinkedList.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // int index
         0: .line 1347
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1348
            aload 0 /* this */
            iload 1 /* index */
            invokespecial org.apache.commons.collections.CursorableLinkedList.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.Object getFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1352
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1353
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.getFirst:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;

  public java.lang.Object getLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1357
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1358
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.getLast:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;

  public void add(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 1362
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1363
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* element */
            invokespecial org.apache.commons.collections.CursorableLinkedList.add:(ILjava/lang/Object;)V
         2: .line 1364
            return
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/commons/collections/CursorableSubList;
            0    3     1    index  I
            0    3     2  element  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      index    
      element  

  public java.util.ListIterator listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // int index
         0: .line 1367
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1368
            aload 0 /* this */
            iload 1 /* index */
            invokespecial org.apache.commons.collections.CursorableLinkedList.listIterator:(I)Ljava/util/ListIterator;
            areturn
        end local 1 // int index
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.Object remove(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // int index
         0: .line 1372
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1373
            aload 0 /* this */
            iload 1 /* index */
            invokespecial org.apache.commons.collections.CursorableLinkedList.remove:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.lang.Object o
         0: .line 1377
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1378
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.apache.commons.collections.CursorableLinkedList.indexOf:(Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int lastIndexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // java.lang.Object o
         0: .line 1382
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1383
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.apache.commons.collections.CursorableLinkedList.lastIndexOf:(Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public java.util.ListIterator listIterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableSubList this
         0: .line 1387
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1388
            aload 0 /* this */
            invokespecial org.apache.commons.collections.CursorableLinkedList.listIterator:()Ljava/util/ListIterator;
            areturn
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableSubList;

  public java.util.List subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 1392
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableSubList.checkForComod:()V
         1: .line 1393
            aload 0 /* this */
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            invokespecial org.apache.commons.collections.CursorableLinkedList.subList:(II)Ljava/util/List;
            areturn
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/collections/CursorableSubList;
            0    2     1  fromIndex  I
            0    2     2    toIndex  I
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  protected org.apache.commons.collections.CursorableLinkedList$Listable insertListable(org.apache.commons.collections.CursorableLinkedList$Listable, org.apache.commons.collections.CursorableLinkedList$Listable, java.lang.Object);
    descriptor: (Lorg/apache/commons/collections/CursorableLinkedList$Listable;Lorg/apache/commons/collections/CursorableLinkedList$Listable;Ljava/lang/Object;)Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // org.apache.commons.collections.CursorableLinkedList$Listable before
        start local 2 // org.apache.commons.collections.CursorableLinkedList$Listable after
        start local 3 // java.lang.Object value
         0: .line 1406
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableSubList._modCount:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.CursorableSubList._modCount:I
         1: .line 1407
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableSubList._size:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.CursorableSubList._size:I
         2: .line 1408
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._list:Lorg/apache/commons/collections/CursorableLinkedList;
            aload 1 /* before */
            ifnonnull 3
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._pre:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            goto 4
      StackMap locals:
      StackMap stack: org.apache.commons.collections.CursorableLinkedList
         3: aload 1 /* before */
      StackMap locals: org.apache.commons.collections.CursorableSubList org.apache.commons.collections.CursorableLinkedList$Listable org.apache.commons.collections.CursorableLinkedList$Listable java.lang.Object
      StackMap stack: org.apache.commons.collections.CursorableLinkedList org.apache.commons.collections.CursorableLinkedList$Listable
         4: aload 2 /* after */
            ifnonnull 5
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._post:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            goto 6
      StackMap locals: org.apache.commons.collections.CursorableSubList org.apache.commons.collections.CursorableLinkedList$Listable org.apache.commons.collections.CursorableLinkedList$Listable java.lang.Object
      StackMap stack: org.apache.commons.collections.CursorableLinkedList org.apache.commons.collections.CursorableLinkedList$Listable
         5: aload 2 /* after */
      StackMap locals: org.apache.commons.collections.CursorableSubList org.apache.commons.collections.CursorableLinkedList$Listable org.apache.commons.collections.CursorableLinkedList$Listable java.lang.Object
      StackMap stack: org.apache.commons.collections.CursorableLinkedList org.apache.commons.collections.CursorableLinkedList$Listable org.apache.commons.collections.CursorableLinkedList$Listable
         6: aload 3 /* value */
            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;
            astore 4 /* elt */
        start local 4 // org.apache.commons.collections.CursorableLinkedList$Listable elt
         7: .line 1409
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            ifnonnull 10
         8: .line 1410
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 4 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         9: .line 1411
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 4 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        10: .line 1413
      StackMap locals: org.apache.commons.collections.CursorableLinkedList$Listable
      StackMap stack:
            aload 1 /* before */
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            if_acmpne 12
        11: .line 1414
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 4 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        12: .line 1416
      StackMap locals:
      StackMap stack:
            aload 2 /* after */
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            if_acmpne 14
        13: .line 1417
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 4 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        14: .line 1419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* elt */
            invokevirtual org.apache.commons.collections.CursorableSubList.broadcastListableInserted:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        15: .line 1420
            aload 4 /* elt */
            areturn
        end local 4 // org.apache.commons.collections.CursorableLinkedList$Listable elt
        end local 3 // java.lang.Object value
        end local 2 // org.apache.commons.collections.CursorableLinkedList$Listable after
        end local 1 // org.apache.commons.collections.CursorableLinkedList$Listable before
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lorg/apache/commons/collections/CursorableSubList;
            0   16     1  before  Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            0   16     2   after  Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            0   16     3   value  Ljava/lang/Object;
            7   16     4     elt  Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    MethodParameters:
        Name  Flags
      before  
      after   
      value   

  protected void removeListable(org.apache.commons.collections.CursorableLinkedList$Listable);
    descriptor: (Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableSubList this
        start local 1 // org.apache.commons.collections.CursorableLinkedList$Listable elt
         0: .line 1427
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableSubList._modCount:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.CursorableSubList._modCount:I
         1: .line 1428
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableSubList._size:I
            iconst_1
            isub
            putfield org.apache.commons.collections.CursorableSubList._size:I
         2: .line 1429
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            if_acmpne 5
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            if_acmpne 5
         3: .line 1430
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aconst_null
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         4: .line 1431
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aconst_null
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         5: .line 1433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            if_acmpne 7
         6: .line 1434
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            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 1436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            if_acmpne 9
         8: .line 1437
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._head:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            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
         9: .line 1439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableSubList._list:Lorg/apache/commons/collections/CursorableLinkedList;
            aload 1 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList.removeListable:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        10: .line 1440
            aload 0 /* this */
            aload 1 /* elt */
            invokevirtual org.apache.commons.collections.CursorableSubList.broadcastListableRemoved:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
        11: .line 1441
            return
        end local 1 // org.apache.commons.collections.CursorableLinkedList$Listable elt
        end local 0 // org.apache.commons.collections.CursorableSubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/commons/collections/CursorableSubList;
            0   12     1   elt  Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    MethodParameters:
      Name  Flags
      elt   

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