class javafx.collections.FXCollections$EmptyObservableSet<E> extends java.util.AbstractSet<E> implements javafx.collections.ObservableSet<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.FXCollections$EmptyObservableSet
  super_class: java.util.AbstractSet
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableSet this
         0: .line 1584
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 1585
            return
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/FXCollections$EmptyObservableSet<TE;>;

  public void addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$EmptyObservableSet this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 1589
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/FXCollections$EmptyObservableSet<TE;>;
            0    1     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$EmptyObservableSet this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 1593
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/FXCollections$EmptyObservableSet<TE;>;
            0    1     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public void addListener(javafx.collections.SetChangeListener<? super E>);
    descriptor: (Ljavafx/collections/SetChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$EmptyObservableSet this
        start local 1 // javafx.collections.SetChangeListener listener
         0: .line 1597
            return
        end local 1 // javafx.collections.SetChangeListener listener
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/FXCollections$EmptyObservableSet<TE;>;
            0    1     1  listener  Ljavafx/collections/SetChangeListener<-TE;>;
    Signature: (Ljavafx/collections/SetChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.collections.SetChangeListener<? super E>);
    descriptor: (Ljavafx/collections/SetChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$EmptyObservableSet this
        start local 1 // javafx.collections.SetChangeListener listener
         0: .line 1601
            return
        end local 1 // javafx.collections.SetChangeListener listener
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/FXCollections$EmptyObservableSet<TE;>;
            0    1     1  listener  Ljavafx/collections/SetChangeListener<-TE;>;
    Signature: (Ljavafx/collections/SetChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableSet this
         0: .line 1605
            iconst_0
            ireturn
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableSet<TE;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableSet this
         0: .line 1610
            iconst_1
            ireturn
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableSet<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 // javafx.collections.FXCollections$EmptyObservableSet this
        start local 1 // java.lang.Object obj
         0: .line 1615
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableSet<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 // javafx.collections.FXCollections$EmptyObservableSet this
        start local 1 // java.util.Collection c
         0: .line 1620
            aload 1 /* c */
            invokeinterface java.util.Collection.isEmpty:()Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableSet<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 // javafx.collections.FXCollections$EmptyObservableSet this
         0: .line 1625
            iconst_0
            anewarray java.lang.Object
            areturn
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableSet<TE;>;

  public <E> E[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$EmptyObservableSet this
        start local 1 // java.lang.Object[] a
         0: .line 1630
            aload 1 /* a */
            arraylength
            ifle 2
         1: .line 1631
            aload 1 /* a */
            iconst_0
            aconst_null
            aastore
         2: .line 1632
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/collections/FXCollections$EmptyObservableSet<TE;>;
            0    3     1     a  [Ljava/lang/Object;
    Signature: <E:Ljava/lang/Object;>([TE;)[TE;
    MethodParameters:
      Name  Flags
      a     

  public java.util.Iterator<E> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableSet this
         0: .line 1637
            new javafx.collections.FXCollections$EmptyObservableSet$1
            dup
            aload 0 /* this */
            invokespecial javafx.collections.FXCollections$EmptyObservableSet$1.<init>:(Ljavafx/collections/FXCollections$EmptyObservableSet;)V
            areturn
        end local 0 // javafx.collections.FXCollections$EmptyObservableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableSet<TE;>;
    Signature: ()Ljava/util/Iterator<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/util/AbstractSet<TE;>;Ljavafx/collections/ObservableSet<TE;>;
SourceFile: "FXCollections.java"
NestHost: javafx.collections.FXCollections
InnerClasses:
  private EmptyObservableSet = javafx.collections.FXCollections$EmptyObservableSet of javafx.collections.FXCollections
  javafx.collections.FXCollections$EmptyObservableSet$1