public class org.apache.commons.collections.list.CursorableLinkedList$SubCursor extends org.apache.commons.collections.list.CursorableLinkedList$Cursor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections.list.CursorableLinkedList$SubCursor
  super_class: org.apache.commons.collections.list.CursorableLinkedList$Cursor
{
  protected final org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList sub;
    descriptor: Lorg/apache/commons/collections/list/AbstractLinkedList$LinkedSubList;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList, int);
    descriptor: (Lorg/apache/commons/collections/list/AbstractLinkedList$LinkedSubList;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
        start local 1 // org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList sub
        start local 2 // int index
         0: .line 576
            aload 0 /* this */
            aload 1 /* sub */
            getfield org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList.parent:Lorg/apache/commons/collections/list/AbstractLinkedList;
            checkcast org.apache.commons.collections.list.CursorableLinkedList
            iload 2 /* index */
            aload 1 /* sub */
            getfield org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList.offset:I
            iadd
            invokespecial org.apache.commons.collections.list.CursorableLinkedList$Cursor.<init>:(Lorg/apache/commons/collections/list/CursorableLinkedList;I)V
         1: .line 577
            aload 0 /* this */
            aload 1 /* sub */
            putfield org.apache.commons.collections.list.CursorableLinkedList$SubCursor.sub:Lorg/apache/commons/collections/list/AbstractLinkedList$LinkedSubList;
         2: .line 578
            return
        end local 2 // int index
        end local 1 // org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList sub
        end local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/collections/list/CursorableLinkedList$SubCursor;
            0    3     1    sub  Lorg/apache/commons/collections/list/AbstractLinkedList$LinkedSubList;
            0    3     2  index  I
    MethodParameters:
       Name  Flags
      sub    
      index  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
         0: .line 581
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.list.CursorableLinkedList$SubCursor.nextIndex:()I
            aload 0 /* this */
            getfield org.apache.commons.collections.list.CursorableLinkedList$SubCursor.sub:Lorg/apache/commons/collections/list/AbstractLinkedList$LinkedSubList;
            getfield org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList.size:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/list/CursorableLinkedList$SubCursor;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
         0: .line 585
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.list.CursorableLinkedList$SubCursor.previousIndex:()I
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/list/CursorableLinkedList$SubCursor;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
         0: .line 589
            aload 0 /* this */
            invokespecial org.apache.commons.collections.list.CursorableLinkedList$Cursor.nextIndex:()I
            aload 0 /* this */
            getfield org.apache.commons.collections.list.CursorableLinkedList$SubCursor.sub:Lorg/apache/commons/collections/list/AbstractLinkedList$LinkedSubList;
            getfield org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList.offset:I
            isub
            ireturn
        end local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/list/CursorableLinkedList$SubCursor;

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
        start local 1 // java.lang.Object obj
         0: .line 593
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial org.apache.commons.collections.list.CursorableLinkedList$Cursor.add:(Ljava/lang/Object;)V
         1: .line 594
            aload 0 /* this */
            getfield org.apache.commons.collections.list.CursorableLinkedList$SubCursor.sub:Lorg/apache/commons/collections/list/AbstractLinkedList$LinkedSubList;
            aload 0 /* this */
            getfield org.apache.commons.collections.list.CursorableLinkedList$SubCursor.parent:Lorg/apache/commons/collections/list/AbstractLinkedList;
            getfield org.apache.commons.collections.list.AbstractLinkedList.modCount:I
            putfield org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList.expectedModCount:I
         2: .line 595
            aload 0 /* this */
            getfield org.apache.commons.collections.list.CursorableLinkedList$SubCursor.sub:Lorg/apache/commons/collections/list/AbstractLinkedList$LinkedSubList;
            dup
            getfield org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList.size:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList.size:I
         3: .line 596
            return
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections/list/CursorableLinkedList$SubCursor;
            0    4     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
         0: .line 599
            aload 0 /* this */
            invokespecial org.apache.commons.collections.list.CursorableLinkedList$Cursor.remove:()V
         1: .line 600
            aload 0 /* this */
            getfield org.apache.commons.collections.list.CursorableLinkedList$SubCursor.sub:Lorg/apache/commons/collections/list/AbstractLinkedList$LinkedSubList;
            aload 0 /* this */
            getfield org.apache.commons.collections.list.CursorableLinkedList$SubCursor.parent:Lorg/apache/commons/collections/list/AbstractLinkedList;
            getfield org.apache.commons.collections.list.AbstractLinkedList.modCount:I
            putfield org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList.expectedModCount:I
         2: .line 601
            aload 0 /* this */
            getfield org.apache.commons.collections.list.CursorableLinkedList$SubCursor.sub:Lorg/apache/commons/collections/list/AbstractLinkedList$LinkedSubList;
            dup
            getfield org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList.size:I
            iconst_1
            isub
            putfield org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList.size:I
         3: .line 602
            return
        end local 0 // org.apache.commons.collections.list.CursorableLinkedList$SubCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections/list/CursorableLinkedList$SubCursor;
}
SourceFile: "CursorableLinkedList.java"
NestHost: org.apache.commons.collections.list.CursorableLinkedList
InnerClasses:
  protected LinkedSubList = org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList of org.apache.commons.collections.list.AbstractLinkedList
  public Cursor = org.apache.commons.collections.list.CursorableLinkedList$Cursor of org.apache.commons.collections.list.CursorableLinkedList
  protected SubCursor = org.apache.commons.collections.list.CursorableLinkedList$SubCursor of org.apache.commons.collections.list.CursorableLinkedList