public class org.apache.commons.collections.CursorableLinkedList$Cursor extends org.apache.commons.collections.CursorableLinkedList$ListIter implements java.util.ListIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections.CursorableLinkedList$Cursor
  super_class: org.apache.commons.collections.CursorableLinkedList$ListIter
{
  boolean _valid;
    descriptor: Z
    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=3, locals=3, args_size=3
        start local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
        start local 2 // int index
         0: .line 1110
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
         1: .line 1111
            aload 0 /* this */
            aload 1
            iload 2 /* index */
            invokespecial org.apache.commons.collections.CursorableLinkedList$ListIter.<init>:(Lorg/apache/commons/collections/CursorableLinkedList;I)V
         2: .line 1108
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor._valid:Z
         3: .line 1112
            aload 0 /* this */
            iconst_1
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor._valid:Z
         4: .line 1113
            aload 1
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList.registerCursor:(Lorg/apache/commons/collections/CursorableLinkedList$Cursor;)V
         5: .line 1114
            return
        end local 2 // int index
        end local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/commons/collections/CursorableLinkedList$Cursor;
            0    6     2  index  I
    MethodParameters:
        Name  Flags
      this$0  final
      index   

  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$Cursor this
         0: .line 1117
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/CursorableLinkedList$Cursor;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
         0: .line 1121
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/CursorableLinkedList$Cursor;

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
        start local 1 // java.lang.Object o
         0: .line 1125
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Cursor.checkForComod:()V
         1: .line 1126
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._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$Cursor._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;
            astore 2 /* elt */
        start local 2 // org.apache.commons.collections.CursorableLinkedList$Listable elt
         2: .line 1127
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 2 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         3: .line 1128
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 2 /* 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
         4: .line 1129
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         5: .line 1130
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._nextIndex:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor._nextIndex:I
         6: .line 1131
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._expectedModCount:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor._expectedModCount:I
         7: .line 1132
            return
        end local 2 // org.apache.commons.collections.CursorableLinkedList$Listable elt
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/commons/collections/CursorableLinkedList$Cursor;
            0    8     1     o  Ljava/lang/Object;
            2    8     2   elt  Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    MethodParameters:
      Name  Flags
      o     

  protected void listableRemoved(org.apache.commons.collections.CursorableLinkedList$Listable);
    descriptor: (Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
        start local 1 // org.apache.commons.collections.CursorableLinkedList$Listable elt
         0: .line 1135
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor.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;
            ifnonnull 3
         1: .line 1136
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aconst_null
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         2: .line 1137
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur: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
         4: .line 1138
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur: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
         5: .line 1140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor.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;
            ifnonnull 8
         6: .line 1141
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aconst_null
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         7: .line 1142
            goto 10
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur: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 10
         9: .line 1143
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur: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
        10: .line 1145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            if_acmpne 12
        11: .line 1146
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
        12: .line 1148
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.commons.collections.CursorableLinkedList$Listable elt
        end local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/commons/collections/CursorableLinkedList$Cursor;
            0   13     1   elt  Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    MethodParameters:
      Name  Flags
      elt   

  protected void listableInserted(org.apache.commons.collections.CursorableLinkedList$Listable);
    descriptor: (Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
        start local 1 // org.apache.commons.collections.CursorableLinkedList$Listable elt
         0: .line 1151
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            ifnonnull 3
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            ifnonnull 3
         1: .line 1152
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         2: .line 1153
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.prev:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            if_acmpne 5
         4: .line 1154
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setNext:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         5: .line 1156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.next:()Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            if_acmpne 7
         6: .line 1157
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._cur:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            invokevirtual org.apache.commons.collections.CursorableLinkedList$Listable.setPrev:(Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
         7: .line 1159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            if_acmpne 9
         8: .line 1160
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         9: .line 1162
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.commons.collections.CursorableLinkedList$Listable elt
        end local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/commons/collections/CursorableLinkedList$Cursor;
            0   10     1   elt  Lorg/apache/commons/collections/CursorableLinkedList$Listable;
    MethodParameters:
      Name  Flags
      elt   

  protected void listableChanged(org.apache.commons.collections.CursorableLinkedList$Listable);
    descriptor: (Lorg/apache/commons/collections/CursorableLinkedList$Listable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
        start local 1 // org.apache.commons.collections.CursorableLinkedList$Listable elt
         0: .line 1165
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
            aload 1 /* elt */
            if_acmpne 2
         1: .line 1166
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor._lastReturned:Lorg/apache/commons/collections/CursorableLinkedList$Listable;
         2: .line 1168
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.commons.collections.CursorableLinkedList$Listable elt
        end local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/CursorableLinkedList$Cursor;
            0    3     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.CursorableLinkedList$Cursor this
         0: .line 1171
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._valid:Z
            ifne 2
         1: .line 1172
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 1174
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/CursorableLinkedList$Cursor;

  protected void invalidate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
         0: .line 1177
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor._valid:Z
         1: .line 1178
            return
        end local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/CursorableLinkedList$Cursor;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
         0: .line 1189
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor._valid:Z
            ifeq 3
         1: .line 1190
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.collections.CursorableLinkedList$Cursor._valid:Z
         2: .line 1191
            aload 0 /* this */
            getfield org.apache.commons.collections.CursorableLinkedList$Cursor.this$0:Lorg/apache/commons/collections/CursorableLinkedList;
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.CursorableLinkedList.unregisterCursor:(Lorg/apache/commons/collections/CursorableLinkedList$Cursor;)V
         3: .line 1193
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.collections.CursorableLinkedList$Cursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections/CursorableLinkedList$Cursor;

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial org.apache.commons.collections.CursorableLinkedList$ListIter.set:(Ljava/lang/Object;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.apache.commons.collections.CursorableLinkedList$ListIter.hasNext:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.apache.commons.collections.CursorableLinkedList$ListIter.next:()Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.apache.commons.collections.CursorableLinkedList$ListIter.previous:()Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.apache.commons.collections.CursorableLinkedList$ListIter.hasPrevious:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void remove();
    descriptor: ()V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.apache.commons.collections.CursorableLinkedList$ListIter.remove:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CursorableLinkedList.java"
NestHost: org.apache.commons.collections.CursorableLinkedList
InnerClasses:
  public Cursor = org.apache.commons.collections.CursorableLinkedList$Cursor of org.apache.commons.collections.CursorableLinkedList
  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