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 4207
            new java.util.Collections$EmptyIterator
            dup
            invokespecial java.util.Collections$EmptyIterator.<init>:()V
         1: .line 4206
            putstatic java.util.Collections$EmptyIterator.EMPTY_ITERATOR:Ljava/util/Collections$EmptyIterator;
         2: .line 4207
            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 4205
            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 4209
            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 4210
            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 4211
            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;>;

  public void forEachRemaining(java.util.function.Consumer<? super E>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.util.Collections$EmptyIterator this
        start local 1 // java.util.function.Consumer action
         0: .line 4214
            aload 1 /* action */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 4215
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // java.util.Collections$EmptyIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljava/util/Collections$EmptyIterator<TE;>;
            0    2     1  action  Ljava/util/function/Consumer<-TE;>;
    Signature: (Ljava/util/function/Consumer<-TE;>;)V
    MethodParameters:
        Name  Flags
      action  
}
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