public class com.sun.javafx.collections.ObservableSetWrapper<E> implements javafx.collections.ObservableSet<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.collections.ObservableSetWrapper
  super_class: java.lang.Object
{
  private final java.util.Set<E> backingSet;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<TE;>;

  private com.sun.javafx.collections.SetListenerHelper<E> listenerHelper;
    descriptor: Lcom/sun/javafx/collections/SetListenerHelper;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/sun/javafx/collections/SetListenerHelper<TE;>;

  public void <init>(java.util.Set<E>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.util.Set set
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* set */
            putfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
         2: .line 53
            return
        end local 1 // java.util.Set set
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    3     1   set  Ljava/util/Set<TE;>;
    Signature: (Ljava/util/Set<TE;>;)V
    MethodParameters:
      Name  Flags
      set   

  private void callObservers(javafx.collections.SetChangeListener$Change<E>);
    descriptor: (Ljavafx/collections/SetChangeListener$Change;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // javafx.collections.SetChangeListener$Change change
         0: .line 128
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.listenerHelper:Lcom/sun/javafx/collections/SetListenerHelper;
            aload 1 /* change */
            invokestatic com.sun.javafx.collections.SetListenerHelper.fireValueChangedEvent:(Lcom/sun/javafx/collections/SetListenerHelper;Ljavafx/collections/SetChangeListener$Change;)V
         1: .line 129
            return
        end local 1 // javafx.collections.SetChangeListener$Change change
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    2     1  change  Ljavafx/collections/SetChangeListener$Change<TE;>;
    Signature: (Ljavafx/collections/SetChangeListener$Change<TE;>;)V
    MethodParameters:
        Name  Flags
      change  

  public void addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 136
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.listenerHelper:Lcom/sun/javafx/collections/SetListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.SetListenerHelper.addListener:(Lcom/sun/javafx/collections/SetListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/SetListenerHelper;
            putfield com.sun.javafx.collections.ObservableSetWrapper.listenerHelper:Lcom/sun/javafx/collections/SetListenerHelper;
         1: .line 137
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    2     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=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 144
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.listenerHelper:Lcom/sun/javafx/collections/SetListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.SetListenerHelper.removeListener:(Lcom/sun/javafx/collections/SetListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/SetListenerHelper;
            putfield com.sun.javafx.collections.ObservableSetWrapper.listenerHelper:Lcom/sun/javafx/collections/SetListenerHelper;
         1: .line 145
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    2     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=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // javafx.collections.SetChangeListener observer
         0: .line 152
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.listenerHelper:Lcom/sun/javafx/collections/SetListenerHelper;
            aload 1 /* observer */
            invokestatic com.sun.javafx.collections.SetListenerHelper.addListener:(Lcom/sun/javafx/collections/SetListenerHelper;Ljavafx/collections/SetChangeListener;)Lcom/sun/javafx/collections/SetListenerHelper;
            putfield com.sun.javafx.collections.ObservableSetWrapper.listenerHelper:Lcom/sun/javafx/collections/SetListenerHelper;
         1: .line 153
            return
        end local 1 // javafx.collections.SetChangeListener observer
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    2     1  observer  Ljavafx/collections/SetChangeListener<-TE;>;
    Signature: (Ljavafx/collections/SetChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      observer  

  public void removeListener(javafx.collections.SetChangeListener<? super E>);
    descriptor: (Ljavafx/collections/SetChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // javafx.collections.SetChangeListener observer
         0: .line 160
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.listenerHelper:Lcom/sun/javafx/collections/SetListenerHelper;
            aload 1 /* observer */
            invokestatic com.sun.javafx.collections.SetListenerHelper.removeListener:(Lcom/sun/javafx/collections/SetListenerHelper;Ljavafx/collections/SetChangeListener;)Lcom/sun/javafx/collections/SetListenerHelper;
            putfield com.sun.javafx.collections.ObservableSetWrapper.listenerHelper:Lcom/sun/javafx/collections/SetListenerHelper;
         1: .line 161
            return
        end local 1 // javafx.collections.SetChangeListener observer
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    2     1  observer  Ljavafx/collections/SetChangeListener<-TE;>;
    Signature: (Ljavafx/collections/SetChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      observer  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
         0: .line 171
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            ireturn
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
         0: .line 182
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ireturn
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.lang.Object o
         0: .line 194
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            aload 1 /* o */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
         0: .line 207
            new com.sun.javafx.collections.ObservableSetWrapper$1
            dup
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.ObservableSetWrapper$1.<init>:(Lcom/sun/javafx/collections/ObservableSetWrapper;)V
            areturn
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
         0: .line 239
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.lang.Object[] a
         0: .line 253
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            aload 1 /* a */
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    1     1     a  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.lang.Object o
         0: .line 267
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            aload 1 /* o */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 268
            iload 2 /* ret */
            ifeq 3
         2: .line 269
            aload 0 /* this */
            new com.sun.javafx.collections.ObservableSetWrapper$SimpleAddChange
            dup
            aload 0 /* this */
            aload 1 /* o */
            invokespecial com.sun.javafx.collections.ObservableSetWrapper$SimpleAddChange.<init>:(Lcom/sun/javafx/collections/ObservableSetWrapper;Ljava/lang/Object;)V
            invokevirtual com.sun.javafx.collections.ObservableSetWrapper.callObservers:(Ljavafx/collections/SetChangeListener$Change;)V
         3: .line 271
      StackMap locals: int
      StackMap stack:
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.Object o
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    4     1     o  TE;
            1    4     2   ret  Z
    Signature: (TE;)Z
    MethodParameters:
      Name  Flags
      o     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.lang.Object o
         0: .line 285
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            aload 1 /* o */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 286
            iload 2 /* ret */
            ifeq 3
         2: .line 287
            aload 0 /* this */
            new com.sun.javafx.collections.ObservableSetWrapper$SimpleRemoveChange
            dup
            aload 0 /* this */
            aload 1 /* o */
            invokespecial com.sun.javafx.collections.ObservableSetWrapper$SimpleRemoveChange.<init>:(Lcom/sun/javafx/collections/ObservableSetWrapper;Ljava/lang/Object;)V
            invokevirtual com.sun.javafx.collections.ObservableSetWrapper.callObservers:(Ljavafx/collections/SetChangeListener$Change;)V
         3: .line 289
      StackMap locals: int
      StackMap stack:
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.Object o
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    4     1     o  Ljava/lang/Object;
            1    4     2   ret  Z
    MethodParameters:
      Name  Flags
      o     

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.util.Collection c
         0: .line 302
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            aload 1 /* c */
            invokeinterface java.util.Set.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean addAll(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.util.Collection c
         0: .line 316
            iconst_0
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 317
            aload 1 /* c */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.sun.javafx.collections.ObservableSetWrapper java.util.Collection int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 3 /* element */
        start local 3 // java.lang.Object element
         3: .line 318
            iload 2 /* ret */
            aload 0 /* this */
            aload 3 /* element */
            invokevirtual com.sun.javafx.collections.ObservableSetWrapper.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* ret */
        end local 3 // java.lang.Object element
         4: .line 317
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 320
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.util.Collection c
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    6     1        c  Ljava/util/Collection<+TE;>;
            1    6     2      ret  Z
            3    4     3  element  TE;
    Signature: (Ljava/util/Collection<+TE;>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.util.Collection c
         0: .line 334
            aload 0 /* this */
            aload 1 /* c */
            iconst_0
            invokevirtual com.sun.javafx.collections.ObservableSetWrapper.removeRetain:(Ljava/util/Collection;Z)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.util.Collection c
         0: .line 347
            aload 0 /* this */
            aload 1 /* c */
            iconst_1
            invokevirtual com.sun.javafx.collections.ObservableSetWrapper.removeRetain:(Ljava/util/Collection;Z)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  private boolean removeRetain(java.util.Collection<?>, );
    descriptor: (Ljava/util/Collection;Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.util.Collection c
        start local 2 // boolean remove
         0: .line 351
            iconst_0
            istore 3 /* removed */
        start local 3 // boolean removed
         1: .line 352
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4 /* i */
        start local 4 // java.util.Iterator i
         2: goto 8
         3: .line 353
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 4 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 5 /* element */
        start local 5 // java.lang.Object element
         4: .line 354
            iload 2 /* remove */
            aload 1 /* c */
            aload 5 /* element */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            if_icmpne 8
         5: .line 355
            iconst_1
            istore 3 /* removed */
         6: .line 356
            aload 4 /* i */
            invokeinterface java.util.Iterator.remove:()V
         7: .line 357
            aload 0 /* this */
            new com.sun.javafx.collections.ObservableSetWrapper$SimpleRemoveChange
            dup
            aload 0 /* this */
            aload 5 /* element */
            invokespecial com.sun.javafx.collections.ObservableSetWrapper$SimpleRemoveChange.<init>:(Lcom/sun/javafx/collections/ObservableSetWrapper;Ljava/lang/Object;)V
            invokevirtual com.sun.javafx.collections.ObservableSetWrapper.callObservers:(Ljavafx/collections/SetChangeListener$Change;)V
        end local 5 // java.lang.Object element
         8: .line 352
      StackMap locals:
      StackMap stack:
            aload 4 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 4 // java.util.Iterator i
         9: .line 360
            iload 3 /* removed */
            ireturn
        end local 3 // boolean removed
        end local 2 // boolean remove
        end local 1 // java.util.Collection c
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0   10     1        c  Ljava/util/Collection<*>;
            0   10     2   remove  Z
            1   10     3  removed  Z
            2    9     4        i  Ljava/util/Iterator<TE;>;
            4    8     5  element  TE;
    Signature: (Ljava/util/Collection<*>;Z)Z
    MethodParameters:
        Name  Flags
      c       
      remove  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
         0: .line 370
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 1 /* i */
        start local 1 // java.util.Iterator i
         1: goto 5
         2: .line 371
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 2 /* element */
        start local 2 // java.lang.Object element
         3: .line 372
            aload 1 /* i */
            invokeinterface java.util.Iterator.remove:()V
         4: .line 373
            aload 0 /* this */
            new com.sun.javafx.collections.ObservableSetWrapper$SimpleRemoveChange
            dup
            aload 0 /* this */
            aload 2 /* element */
            invokespecial com.sun.javafx.collections.ObservableSetWrapper$SimpleRemoveChange.<init>:(Lcom/sun/javafx/collections/ObservableSetWrapper;Ljava/lang/Object;)V
            invokevirtual com.sun.javafx.collections.ObservableSetWrapper.callObservers:(Ljavafx/collections/SetChangeListener$Change;)V
        end local 2 // java.lang.Object element
         5: .line 370
      StackMap locals:
      StackMap stack:
            aload 1 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 1 // java.util.Iterator i
         6: .line 375
            return
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            1    6     1        i  Ljava/util/Iterator<TE;>;
            3    5     2  element  TE;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
         0: .line 384
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
        start local 1 // java.lang.Object obj
         0: .line 395
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            aload 1 /* obj */
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSetWrapper this
         0: .line 405
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSetWrapper.backingSet:Ljava/util/Set;
            invokeinterface java.util.Set.hashCode:()I
            ireturn
        end local 0 // com.sun.javafx.collections.ObservableSetWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSetWrapper<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljavafx/collections/ObservableSet<TE;>;
SourceFile: "ObservableSetWrapper.java"
NestMembers:
  com.sun.javafx.collections.ObservableSetWrapper$1  com.sun.javafx.collections.ObservableSetWrapper$SimpleAddChange  com.sun.javafx.collections.ObservableSetWrapper$SimpleRemoveChange
InnerClasses:
  com.sun.javafx.collections.ObservableSetWrapper$1
  private SimpleAddChange = com.sun.javafx.collections.ObservableSetWrapper$SimpleAddChange of com.sun.javafx.collections.ObservableSetWrapper
  private SimpleRemoveChange = com.sun.javafx.collections.ObservableSetWrapper$SimpleRemoveChange of com.sun.javafx.collections.ObservableSetWrapper
  public abstract Change = javafx.collections.SetChangeListener$Change of javafx.collections.SetChangeListener