class java.util.Collections$EmptySet<E> extends java.util.AbstractSet<E> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.Collections$EmptySet
  super_class: java.util.AbstractSet
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1582296315990362920

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

  public java.util.Iterator<E> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptySet this
         0: .line 4336
            invokestatic java.util.Collections.emptyIterator:()Ljava/util/Iterator;
            areturn
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptySet<TE;>;
    Signature: ()Ljava/util/Iterator<TE;>;

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

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

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptySet this
         0: .line 4340
            return
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptySet<TE;>;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.util.Collections$EmptySet this
        start local 1 // java.lang.Object obj
         0: .line 4342
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptySet<TE;>;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.util.Collections$EmptySet this
        start local 1 // java.util.Collection c
         0: .line 4343
            aload 1 /* c */
            invokeinterface java.util.Collection.isEmpty:()Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptySet<TE;>;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptySet this
         0: .line 4345
            iconst_0
            anewarray java.lang.Object
            areturn
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptySet<TE;>;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.util.Collections$EmptySet this
        start local 1 // java.lang.Object[] a
         0: .line 4348
            aload 1 /* a */
            arraylength
            ifle 2
         1: .line 4349
            aload 1 /* a */
            iconst_0
            aconst_null
            aastore
         2: .line 4350
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/util/Collections$EmptySet<TE;>;
            0    3     1     a  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     

  public void forEach(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$EmptySet this
        start local 1 // java.util.function.Consumer action
         0: .line 4356
            aload 1 /* action */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 4357
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljava/util/Collections$EmptySet<TE;>;
            0    2     1  action  Ljava/util/function/Consumer<-TE;>;
    Signature: (Ljava/util/function/Consumer<-TE;>;)V
    MethodParameters:
        Name  Flags
      action  

  public boolean removeIf(java.util.function.Predicate<? super E>);
    descriptor: (Ljava/util/function/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.util.Collections$EmptySet this
        start local 1 // java.util.function.Predicate filter
         0: .line 4360
            aload 1 /* filter */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 4361
            iconst_0
            ireturn
        end local 1 // java.util.function.Predicate filter
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljava/util/Collections$EmptySet<TE;>;
            0    2     1  filter  Ljava/util/function/Predicate<-TE;>;
    Signature: (Ljava/util/function/Predicate<-TE;>;)Z
    MethodParameters:
        Name  Flags
      filter  

  public java.util.Spliterator<E> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptySet this
         0: .line 4364
            invokestatic java.util.Spliterators.emptySpliterator:()Ljava/util/Spliterator;
            areturn
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptySet<TE;>;
    Signature: ()Ljava/util/Spliterator<TE;>;

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptySet this
         0: .line 4368
            getstatic java.util.Collections.EMPTY_SET:Ljava/util/Set;
            areturn
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptySet<TE;>;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$EmptySet this
         0: .line 4373
            iconst_0
            ireturn
        end local 0 // java.util.Collections$EmptySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$EmptySet<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/util/AbstractSet<TE;>;Ljava/io/Serializable;
SourceFile: "Collections.java"
NestHost: java.util.Collections
InnerClasses:
  private EmptySet = java.util.Collections$EmptySet of java.util.Collections