class java.util.Collections$EmptyListIterator<E> extends java.util.Collections$EmptyIterator<E> implements java.util.ListIterator<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.Collections$EmptyListIterator
  super_class: java.util.Collections$EmptyIterator
{
  static final java.util.Collections$EmptyListIterator<java.lang.Object> EMPTY_ITERATOR;
    descriptor: Ljava/util/Collections$EmptyListIterator;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Collections$EmptyListIterator<Ljava/lang/Object;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 4254
            new java.util.Collections$EmptyListIterator
            dup
            invokespecial java.util.Collections$EmptyListIterator.<init>:()V
         1: .line 4253
            putstatic java.util.Collections$EmptyListIterator.EMPTY_ITERATOR:Ljava/util/Collections$EmptyListIterator;
         2: .line 4254
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptyListIterator this
         0: .line 4249
            aload 0 /* this */
            invokespecial java.util.Collections$EmptyIterator.<init>:()V
            return
        end local 0 // java.util.Collections$EmptyListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptyListIterator<TE;>;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptyListIterator this
         0: .line 4256
            iconst_0
            ireturn
        end local 0 // java.util.Collections$EmptyListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptyListIterator<TE;>;

  public E previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptyListIterator this
         0: .line 4257
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // java.util.Collections$EmptyListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptyListIterator<TE;>;
    Signature: ()TE;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptyListIterator this
         0: .line 4258
            iconst_0
            ireturn
        end local 0 // java.util.Collections$EmptyListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptyListIterator<TE;>;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptyListIterator this
         0: .line 4259
            iconst_m1
            ireturn
        end local 0 // java.util.Collections$EmptyListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptyListIterator<TE;>;

  public void set();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.Collections$EmptyListIterator this
        start local 1 // java.lang.Object e
         0: .line 4260
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // java.lang.Object e
        end local 0 // java.util.Collections$EmptyListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptyListIterator<TE;>;
            0    1     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  public void add();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.Collections$EmptyListIterator this
        start local 1 // java.lang.Object e
         0: .line 4261
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object e
        end local 0 // java.util.Collections$EmptyListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptyListIterator<TE;>;
            0    1     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     
}
Signature: <E:Ljava/lang/Object;>Ljava/util/Collections$EmptyIterator<TE;>;Ljava/util/ListIterator<TE;>;
SourceFile: "Collections.java"
NestHost: java.util.Collections
InnerClasses:
  private EmptyIterator = java.util.Collections$EmptyIterator of java.util.Collections
  private EmptyListIterator = java.util.Collections$EmptyListIterator of java.util.Collections