class javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector extends java.util.Vector<javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector
  super_class: java.util.Vector
{
  final javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport this$1;
    descriptor: Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport);
    descriptor: (Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector this
         0: .line 1925
            aload 0 /* this */
            aload 1
            putfield javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector.this$1:Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport;
            aload 0 /* this */
            invokespecial java.util.Vector.<init>:()V
            return
        end local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector;
    MethodParameters:
        Name  Flags
      this$0  final

  public int baseElementIndex(javax.swing.text.Element);
    descriptor: (Ljavax/swing/text/Element;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector this
        start local 1 // javax.swing.text.Element e
         0: .line 1928
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 6
         2: .line 1929
      StackMap locals: javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector javax.swing.text.Element top int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector.elementAt:(I)Ljava/lang/Object;
            checkcast javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink
            astore 2 /* l */
        start local 2 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink l
         3: .line 1930
            aload 2 /* l */
            getfield javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink.element:Ljavax/swing/text/Element;
            aload 1 /* e */
            if_acmpne 5
         4: .line 1931
            iload 3 /* i */
            ireturn
         5: .line 1928
      StackMap locals: javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector javax.swing.text.Element javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink int
      StackMap stack:
            iinc 3 /* i */ 1
        end local 2 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink l
      StackMap locals: javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector javax.swing.text.Element top int
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector.elementCount:I
            if_icmplt 2
        end local 3 // int i
         7: .line 1934
            iconst_m1
            ireturn
        end local 1 // javax.swing.text.Element e
        end local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector;
            0    8     1     e  Ljavax/swing/text/Element;
            3    6     2     l  Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink;
            1    7     3     i  I
    MethodParameters:
      Name  Flags
      e     
}
Signature: Ljava/util/Vector<Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink;>;
SourceFile: "JEditorPane.java"
NestHost: javax.swing.JEditorPane
InnerClasses:
  protected JEditorPaneAccessibleHypertextSupport = javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport of javax.swing.JEditorPane
  public HTMLLink = javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$HTMLLink of javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport
  private LinkVector = javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$LinkVector of javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport