final class javafx.scene.control.TextArea$ParagraphList extends java.util.AbstractList<java.lang.CharSequence> implements javafx.collections.ObservableList<java.lang.CharSequence>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.control.TextArea$ParagraphList
  super_class: java.util.AbstractList
{
  private javafx.scene.control.TextArea$TextAreaContent content;
    descriptor: Ljavafx/scene/control/TextArea$TextAreaContent;
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
         0: .line 341
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
            return
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/TextArea$ParagraphList;

  public java.lang.CharSequence get(int);
    descriptor: (I)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // int index
         0: .line 348
            aload 0 /* this */
            getfield javafx.scene.control.TextArea$ParagraphList.content:Ljavafx/scene/control/TextArea$TextAreaContent;
            getfield javafx.scene.control.TextArea$TextAreaContent.paragraphs:Ljava/util/ArrayList;
            iload 1 /* index */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            areturn
        end local 1 // int index
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean addAll(java.util.Collection<? extends java.lang.CharSequence>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // java.util.Collection paragraphs
         0: .line 353
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection paragraphs
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    1     1  paragraphs  Ljava/util/Collection<+Ljava/lang/CharSequence;>;
    Signature: (Ljava/util/Collection<+Ljava/lang/CharSequence;>;)Z
    MethodParameters:
            Name  Flags
      paragraphs  

  public boolean addAll(java.lang.CharSequence[]);
    descriptor: ([Ljava/lang/CharSequence;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // java.lang.CharSequence[] paragraphs
         0: .line 358
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.CharSequence[] paragraphs
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    1     1  paragraphs  [Ljava/lang/CharSequence;
    MethodParameters:
            Name  Flags
      paragraphs  

  public boolean setAll(java.util.Collection<? extends java.lang.CharSequence>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // java.util.Collection paragraphs
         0: .line 363
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection paragraphs
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    1     1  paragraphs  Ljava/util/Collection<+Ljava/lang/CharSequence;>;
    Signature: (Ljava/util/Collection<+Ljava/lang/CharSequence;>;)Z
    MethodParameters:
            Name  Flags
      paragraphs  

  public boolean setAll(java.lang.CharSequence[]);
    descriptor: ([Ljava/lang/CharSequence;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // java.lang.CharSequence[] paragraphs
         0: .line 368
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.CharSequence[] paragraphs
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    1     1  paragraphs  [Ljava/lang/CharSequence;
    MethodParameters:
            Name  Flags
      paragraphs  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
         0: .line 373
            aload 0 /* this */
            getfield javafx.scene.control.TextArea$ParagraphList.content:Ljavafx/scene/control/TextArea$TextAreaContent;
            getfield javafx.scene.control.TextArea$TextAreaContent.paragraphs:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ireturn
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/TextArea$ParagraphList;

  public void addListener(javafx.collections.ListChangeListener<? super java.lang.CharSequence>);
    descriptor: (Ljavafx/collections/ListChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 378
            aload 0 /* this */
            getfield javafx.scene.control.TextArea$ParagraphList.content:Ljavafx/scene/control/TextArea$TextAreaContent;
            aload 0 /* this */
            getfield javafx.scene.control.TextArea$ParagraphList.content:Ljavafx/scene/control/TextArea$TextAreaContent;
            getfield javafx.scene.control.TextArea$TextAreaContent.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ListListenerHelper.addListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
            putfield javafx.scene.control.TextArea$TextAreaContent.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
         1: .line 379
            return
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    2     1  listener  Ljavafx/collections/ListChangeListener<-Ljava/lang/CharSequence;>;
    Signature: (Ljavafx/collections/ListChangeListener<-Ljava/lang/CharSequence;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.collections.ListChangeListener<? super java.lang.CharSequence>);
    descriptor: (Ljavafx/collections/ListChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 383
            aload 0 /* this */
            getfield javafx.scene.control.TextArea$ParagraphList.content:Ljavafx/scene/control/TextArea$TextAreaContent;
            aload 0 /* this */
            getfield javafx.scene.control.TextArea$ParagraphList.content:Ljavafx/scene/control/TextArea$TextAreaContent;
            getfield javafx.scene.control.TextArea$TextAreaContent.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ListListenerHelper.removeListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
            putfield javafx.scene.control.TextArea$TextAreaContent.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
         1: .line 384
            return
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    2     1  listener  Ljavafx/collections/ListChangeListener<-Ljava/lang/CharSequence;>;
    Signature: (Ljavafx/collections/ListChangeListener<-Ljava/lang/CharSequence;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public boolean removeAll(java.lang.CharSequence[]);
    descriptor: ([Ljava/lang/CharSequence;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // java.lang.CharSequence[] elements
         0: .line 388
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.CharSequence[] elements
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    1     1  elements  [Ljava/lang/CharSequence;
    MethodParameters:
          Name  Flags
      elements  

  public boolean retainAll(java.lang.CharSequence[]);
    descriptor: ([Ljava/lang/CharSequence;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // java.lang.CharSequence[] elements
         0: .line 393
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.CharSequence[] elements
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    1     1  elements  [Ljava/lang/CharSequence;
    MethodParameters:
          Name  Flags
      elements  

  public void remove(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // int from
        start local 2 // int to
         0: .line 398
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // int to
        end local 1 // int from
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    1     1  from  I
            0    1     2    to  I
    MethodParameters:
      Name  Flags
      from  
      to    

  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 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 403
            aload 0 /* this */
            getfield javafx.scene.control.TextArea$ParagraphList.content:Ljavafx/scene/control/TextArea$TextAreaContent;
            aload 0 /* this */
            getfield javafx.scene.control.TextArea$ParagraphList.content:Ljavafx/scene/control/TextArea$TextAreaContent;
            getfield javafx.scene.control.TextArea$TextAreaContent.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ListListenerHelper.addListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
            putfield javafx.scene.control.TextArea$TextAreaContent.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
         1: .line 404
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/scene/control/TextArea$ParagraphList;
            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 // javafx.scene.control.TextArea$ParagraphList this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 408
            aload 0 /* this */
            getfield javafx.scene.control.TextArea$ParagraphList.content:Ljavafx/scene/control/TextArea$TextAreaContent;
            aload 0 /* this */
            getfield javafx.scene.control.TextArea$ParagraphList.content:Ljavafx/scene/control/TextArea$TextAreaContent;
            getfield javafx.scene.control.TextArea$TextAreaContent.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ListListenerHelper.removeListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
            putfield javafx.scene.control.TextArea$TextAreaContent.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
         1: .line 409
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.scene.control.TextArea$ParagraphList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/scene/control/TextArea$ParagraphList;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public boolean retainAll(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.CharSequence[]
            invokevirtual javafx.scene.control.TextArea$ParagraphList.retainAll:([Ljava/lang/CharSequence;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean removeAll(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.CharSequence[]
            invokevirtual javafx.scene.control.TextArea$ParagraphList.removeAll:([Ljava/lang/CharSequence;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual javafx.scene.control.TextArea$ParagraphList.get:(I)Ljava/lang/CharSequence;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean addAll(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.CharSequence[]
            invokevirtual javafx.scene.control.TextArea$ParagraphList.addAll:([Ljava/lang/CharSequence;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean setAll(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.CharSequence[]
            invokevirtual javafx.scene.control.TextArea$ParagraphList.setAll:([Ljava/lang/CharSequence;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractList<Ljava/lang/CharSequence;>;Ljavafx/collections/ObservableList<Ljava/lang/CharSequence;>;
SourceFile: "TextArea.java"
NestHost: javafx.scene.control.TextArea
InnerClasses:
  private final ParagraphList = javafx.scene.control.TextArea$ParagraphList of javafx.scene.control.TextArea
  private final TextAreaContent = javafx.scene.control.TextArea$TextAreaContent of javafx.scene.control.TextArea