class javafx.collections.FXCollections$CheckedObservableList$2 implements java.util.Iterator<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.FXCollections$CheckedObservableList$2
  super_class: java.lang.Object
{
  private final java.util.Iterator<T> it;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<TT;>;

  final javafx.collections.FXCollections$CheckedObservableList this$1;
    descriptor: Ljavafx/collections/FXCollections$CheckedObservableList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.collections.FXCollections$CheckedObservableList);
    descriptor: (Ljavafx/collections/FXCollections$CheckedObservableList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$2 this
         0: .line 1512
            aload 0 /* this */
            aload 1
            putfield javafx.collections.FXCollections$CheckedObservableList$2.this$1:Ljavafx/collections/FXCollections$CheckedObservableList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1514
            aload 0 /* this */
            aload 1
            getfield javafx.collections.FXCollections$CheckedObservableList.list:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.iterator:()Ljava/util/Iterator;
            putfield javafx.collections.FXCollections$CheckedObservableList$2.it:Ljava/util/Iterator;
         2: .line 1512
            return
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$2 this
         0: .line 1518
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$2.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$2;

  public T next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$2 this
         0: .line 1523
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$2.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            areturn
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$2;
    Signature: ()TT;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$2 this
         0: .line 1528
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$2.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         1: .line 1529
            return
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$2;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TT;>;
SourceFile: "FXCollections.java"
EnclosingMethod: javafx.collections.FXCollections$CheckedObservableList.iterator:()Ljava/util/Iterator;
NestHost: javafx.collections.FXCollections
InnerClasses:
  private CheckedObservableList = javafx.collections.FXCollections$CheckedObservableList of javafx.collections.FXCollections
  javafx.collections.FXCollections$CheckedObservableList$2