class javafx.collections.FXCollections$EmptyObservableList$1 implements java.util.ListIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.FXCollections$EmptyObservableList$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
         0: .line 707
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableList$1;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
         0: .line 711
            iconst_0
            ireturn
        end local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableList$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
         0: .line 716
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableList$1;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
         0: .line 721
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableList$1;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
         0: .line 726
            iconst_0
            ireturn
        end local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableList$1;

  public java.lang.Object previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
         0: .line 731
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableList$1;

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

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
         0: .line 741
            iconst_m1
            ireturn
        end local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableList$1;

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
        start local 1 // java.lang.Object e
         0: .line 746
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object e
        end local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableList$1;
            0    1     1     e  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      e     

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
        start local 1 // java.lang.Object e
         0: .line 751
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object e
        end local 0 // javafx.collections.FXCollections$EmptyObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$EmptyObservableList$1;
            0    1     1     e  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "FXCollections.java"
EnclosingMethod: javafx.collections.FXCollections$EmptyObservableList
NestHost: javafx.collections.FXCollections
InnerClasses:
  private EmptyObservableList = javafx.collections.FXCollections$EmptyObservableList of javafx.collections.FXCollections
  javafx.collections.FXCollections$EmptyObservableList$1