class javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration implements java.util.Enumeration<javax.swing.tree.TreePath>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration
  super_class: java.lang.Object
{
  protected javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent;
    descriptor: Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    flags: (0x0004) ACC_PROTECTED

  protected int nextIndex;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int childCount;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  final javax.swing.tree.FixedHeightLayoutCache this$0;
    descriptor: Ljavax/swing/tree/FixedHeightLayoutCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(javax.swing.tree.FixedHeightLayoutCache, javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode);
    descriptor: (Ljavax/swing/tree/FixedHeightLayoutCache;Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         0: .line 1491
            aload 0 /* this */
            aload 1
            aload 2 /* node */
            iconst_m1
            invokespecial javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.<init>:(Ljavax/swing/tree/FixedHeightLayoutCache;Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;I)V
         1: .line 1492
            return
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
            0    2     2  node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
        Name  Flags
      this$0  final
      node    

  protected void <init>(javax.swing.tree.FixedHeightLayoutCache, javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode, int);
    descriptor: (Ljavax/swing/tree/FixedHeightLayoutCache;Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        start local 3 // int startIndex
         0: .line 1495
            aload 0 /* this */
            aload 1
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
         1: .line 1494
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 1496
            aload 0 /* this */
            aload 2 /* parent */
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
         3: .line 1497
            aload 0 /* this */
            iload 3 /* startIndex */
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
         4: .line 1498
            aload 0 /* this */
            aload 1
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
         5: .line 1499
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
         6: .line 1498
            invokeinterface javax.swing.tree.TreeModel.getChildCount:(Ljava/lang/Object;)I
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.childCount:I
         7: .line 1500
            return
        end local 3 // int startIndex
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
            0    8     2      parent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0    8     3  startIndex  I
    MethodParameters:
            Name  Flags
      this$0      final
      parent      
      startIndex  

  public boolean hasMoreElements();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
         0: .line 1506
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;

  public javax.swing.tree.TreePath nextElement();
    descriptor: ()Ljavax/swing/tree/TreePath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
         0: .line 1513
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.hasMoreElements:()Z
            ifne 2
         1: .line 1514
            new java.util.NoSuchElementException
            dup
            ldc "No more visible paths"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
            iconst_m1
            if_icmpne 5
         3: .line 1519
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
            astore 1 /* retObject */
        start local 1 // javax.swing.tree.TreePath retObject
         4: goto 14
        end local 1 // javax.swing.tree.TreePath retObject
         5: .line 1521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAtModelIndex:(I)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 2 /* node */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         6: .line 1523
            aload 2 /* node */
            ifnonnull 13
         7: .line 1524
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
         8: .line 1525
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
         9: .line 1526
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
        10: .line 1525
            invokeinterface javax.swing.tree.TreeModel.getChild:(Ljava/lang/Object;I)Ljava/lang/Object;
        11: .line 1524
            invokevirtual javax.swing.tree.TreePath.pathByAddingChild:(Ljava/lang/Object;)Ljavax/swing/tree/TreePath;
            astore 1 /* retObject */
        start local 1 // javax.swing.tree.TreePath retObject
        12: .line 1526
            goto 14
        end local 1 // javax.swing.tree.TreePath retObject
        13: .line 1528
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration top javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 2 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
            astore 1 /* retObject */
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        start local 1 // javax.swing.tree.TreePath retObject
        14: .line 1530
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration javax.swing.tree.TreePath
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.updateNextObject:()V
        15: .line 1531
            aload 1 /* retObject */
            areturn
        end local 1 // javax.swing.tree.TreePath retObject
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
            4    5     1  retObject  Ljavax/swing/tree/TreePath;
           12   13     1  retObject  Ljavax/swing/tree/TreePath;
           14   16     1  retObject  Ljavax/swing/tree/TreePath;
            6   14     2       node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  protected void updateNextObject();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
         0: .line 1539
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.updateNextIndex:()Z
            ifne 2
         1: .line 1540
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.findNextValidParent:()Z
            pop
         2: .line 1542
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;

  protected boolean findNextValidParent();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
         0: .line 1549
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            if_acmpne 15
         1: .line 1551
            aload 0 /* this */
            aconst_null
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
         2: .line 1552
            iconst_0
            ireturn
         3: .line 1555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
         4: .line 1556
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
         5: .line 1555
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 1 /* newParent */
        start local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode newParent
         6: .line 1558
            aload 1 /* newParent */
            ifnull 14
         7: .line 1559
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
         8: .line 1560
            aload 0 /* this */
            aload 1 /* newParent */
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
         9: .line 1561
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
        10: .line 1562
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
        11: .line 1561
            invokeinterface javax.swing.tree.TreeModel.getChildCount:(Ljava/lang/Object;)I
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.childCount:I
        12: .line 1563
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.updateNextIndex:()Z
            ifeq 15
        13: .line 1564
            iconst_1
            ireturn
        14: .line 1567
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode newParent
        15: .line 1554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            ifnonnull 3
        16: .line 1569
            iconst_0
            ireturn
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
            6   15     1  newParent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  protected boolean updateNextIndex();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
         0: .line 1579
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
            iconst_m1
            if_icmpne 2
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifne 2
         1: .line 1580
            iconst_0
            ireturn
         2: .line 1584
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.childCount:I
            ifne 4
         3: .line 1585
            iconst_0
            ireturn
         4: .line 1588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
            iconst_1
            iadd
            dup_x1
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.childCount:I
            if_icmplt 6
         5: .line 1589
            iconst_0
            ireturn
         6: .line 1592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAtModelIndex:(I)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 1 /* child */
        start local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
         7: .line 1594
            aload 1 /* child */
            ifnull 11
            aload 1 /* child */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 11
         8: .line 1595
            aload 0 /* this */
            aload 1 /* child */
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
         9: .line 1596
            aload 0 /* this */
            iconst_m1
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
        10: .line 1597
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 1 /* child */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            invokeinterface javax.swing.tree.TreeModel.getChildCount:(Ljava/lang/Object;)I
            putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.childCount:I
        11: .line 1599
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
            7   12     1  child  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  public java.lang.Object nextElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextElement:()Ljavax/swing/tree/TreePath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Enumeration<Ljavax/swing/tree/TreePath;>;
SourceFile: "FixedHeightLayoutCache.java"
NestHost: javax.swing.tree.FixedHeightLayoutCache
InnerClasses:
  private FHTreeStateNode = javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode of javax.swing.tree.FixedHeightLayoutCache
  private VisibleFHTreeStateNodeEnumeration = javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration of javax.swing.tree.FixedHeightLayoutCache