public class org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter<T> implements java.util.ListIterator<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter
  super_class: java.lang.Object
{
  private final java.util.ListIterator<? extends T> iterator;
    descriptor: Ljava/util/ListIterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ListIterator<+TT;>;

  public void <init>(java.util.ListIterator<T>);
    descriptor: (Ljava/util/ListIterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
        start local 1 // java.util.ListIterator iterator
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            aload 1 /* iterator */
            putfield org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter.iterator:Ljava/util/ListIterator;
         2: .line 23
            return
        end local 1 // java.util.ListIterator iterator
        end local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/list/mutable/UnmodifiableListIteratorAdapter<TT;>;
            0    3     1  iterator  Ljava/util/ListIterator<TT;>;
    Signature: (Ljava/util/ListIterator<TT;>;)V
    MethodParameters:
          Name  Flags
      iterator  

  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.UnmodifiableListIteratorAdapter this
         0: .line 28
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter.iterator:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.hasNext:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/UnmodifiableListIteratorAdapter<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.UnmodifiableListIteratorAdapter this
         0: .line 34
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter.iterator:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/UnmodifiableListIteratorAdapter<TT;>;
    Signature: ()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.UnmodifiableListIteratorAdapter this
         0: .line 40
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter.iterator:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.hasPrevious:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/UnmodifiableListIteratorAdapter<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.UnmodifiableListIteratorAdapter this
         0: .line 46
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter.iterator:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/UnmodifiableListIteratorAdapter<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.UnmodifiableListIteratorAdapter this
         0: .line 52
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter.iterator:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.nextIndex:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/UnmodifiableListIteratorAdapter<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.UnmodifiableListIteratorAdapter this
         0: .line 58
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter.iterator:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previousIndex:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/UnmodifiableListIteratorAdapter<TT;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
         0: .line 64
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call remove() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/UnmodifiableListIteratorAdapter<TT;>;

  public void set();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
        start local 1 // java.lang.Object o
         0: .line 70
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call set() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/UnmodifiableListIteratorAdapter<TT;>;
            0    1     1     o  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      o     

  public void add();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
        start local 1 // java.lang.Object o
         0: .line 76
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call add() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/UnmodifiableListIteratorAdapter<TT;>;
            0    1     1     o  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      o     
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/ListIterator<TT;>;
SourceFile: "UnmodifiableListIteratorAdapter.java"