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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 2955
            new java.util.Collections$EmptyIterator
            dup
            invokespecial java.util.Collections$EmptyIterator.<init>:()V
         1: .line 2954
            putstatic java.util.Collections$EmptyIterator.EMPTY_ITERATOR:Ljava/util/Collections$EmptyIterator;
         2: .line 2955
            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$EmptyIterator this
         0: .line 2953
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // java.util.Collections$EmptyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptyIterator<TE;>;

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

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

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