final class org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator<T> implements java.util.ListIterator<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator
  super_class: java.lang.Object
{
  private java.util.Iterator<T> delegate;
    descriptor: Ljava/util/Iterator;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Iterator<TT;>;

  private void <init>(java.util.Iterator<T>);
    descriptor: (Ljava/util/Iterator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
        start local 1 // java.util.Iterator newDelegate
         0: .line 1488
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1490
            aload 0 /* this */
            aload 1 /* newDelegate */
            putfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
         2: .line 1491
            return
        end local 1 // java.util.Iterator newDelegate
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;
            0    3     1  newDelegate  Ljava/util/Iterator<TT;>;
    Signature: (Ljava/util/Iterator<TT;>;)V
    MethodParameters:
             Name  Flags
      newDelegate  

  public void add();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
        start local 1 // java.lang.Object o
         0: .line 1496
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
            checkcast java.util.ListIterator
            aload 1 /* o */
            invokeinterface java.util.ListIterator.add:(Ljava/lang/Object;)V
         1: .line 1497
            return
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;
            0    2     1     o  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      o     

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
         0: .line 1502
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
         0: .line 1508
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
            checkcast java.util.ListIterator
            invokeinterface java.util.ListIterator.hasPrevious:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;

  public T next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
         0: .line 1514
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;
    Signature: ()TT;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
         0: .line 1520
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
            checkcast java.util.ListIterator
            invokeinterface java.util.ListIterator.nextIndex:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;

  public T previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
         0: .line 1526
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
            checkcast java.util.ListIterator
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;
    Signature: ()TT;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
         0: .line 1532
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
            checkcast java.util.ListIterator
            invokeinterface java.util.ListIterator.previousIndex:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
         0: .line 1538
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         1: .line 1539
            return
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;

  public void set();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
        start local 1 // java.lang.Object o
         0: .line 1544
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
            checkcast java.util.ListIterator
            aload 1 /* o */
            invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
         1: .line 1545
            return
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;
            0    2     1     o  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      o     

  public void becomeUseless();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
         0: .line 1549
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator.delegate:Ljava/util/Iterator;
         1: .line 1550
            return
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableListIterator<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/ListIterator<TT;>;
SourceFile: "MultiReaderFastList.java"
NestHost: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
InnerClasses:
  private final UntouchableListIterator = org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator of org.eclipse.collections.impl.list.mutable.MultiReaderFastList