public class javafx.scene.control.skin.VirtualFlow<T extends javafx.scene.control.IndexedCell> extends javafx.scene.layout.Region
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.control.skin.VirtualFlow
  super_class: javafx.scene.layout.Region
{
  private static final int MIN_SCROLLING_LINES_PER_PAGE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final java.lang.String NEW_CELL;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "newcell"

  private static final double GOLDEN_RATIO_MULTIPLIER;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0.618033987

  private boolean touchDetected;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mouseDown;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  double lastWidth;
    descriptor: D
    flags: (0x0000) 

  double lastHeight;
    descriptor: D
    flags: (0x0000) 

  int lastCellCount;
    descriptor: I
    flags: (0x0000) 

  boolean lastVertical;
    descriptor: Z
    flags: (0x0000) 

  double lastPosition;
    descriptor: D
    flags: (0x0000) 

  double lastCellBreadth;
    descriptor: D
    flags: (0x0000) 

  double lastCellLength;
    descriptor: D
    flags: (0x0000) 

  final javafx.scene.control.skin.VirtualFlow$ArrayLinkedList<T> cells;
    descriptor: Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
    flags: (0x0010) ACC_FINAL
    Signature: Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList<TT;>;

  final javafx.scene.control.skin.VirtualFlow$ArrayLinkedList<T> pile;
    descriptor: Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
    flags: (0x0010) ACC_FINAL
    Signature: Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList<TT;>;

  T accumCell;
    descriptor: Ljavafx/scene/control/IndexedCell;
    flags: (0x0000) 
    Signature: TT;

  javafx.scene.Group accumCellParent;
    descriptor: Ljavafx/scene/Group;
    flags: (0x0000) 

  final javafx.scene.Group sheet;
    descriptor: Ljavafx/scene/Group;
    flags: (0x0010) ACC_FINAL

  final javafx.collections.ObservableList<javafx.scene.Node> sheetChildren;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0010) ACC_FINAL
    Signature: Ljavafx/collections/ObservableList<Ljavafx/scene/Node;>;

  private com.sun.javafx.scene.control.VirtualScrollBar hbar;
    descriptor: Lcom/sun/javafx/scene/control/VirtualScrollBar;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.javafx.scene.control.VirtualScrollBar vbar;
    descriptor: Lcom/sun/javafx/scene/control/VirtualScrollBar;
    flags: (0x0002) ACC_PRIVATE

  javafx.scene.control.skin.VirtualFlow$ClippedContainer clipView;
    descriptor: Ljavafx/scene/control/skin/VirtualFlow$ClippedContainer;
    flags: (0x0000) 

  javafx.scene.layout.StackPane corner;
    descriptor: Ljavafx/scene/layout/StackPane;
    flags: (0x0000) 

  private double lastX;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lastY;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private boolean isPanning;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean fixedCellSizeEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean needsReconfigureCells;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean needsRecreateCells;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean needsRebuildCells;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean needsCellsLayout;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean sizeChanged;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.util.BitSet dirtyCells;
    descriptor: Ljava/util/BitSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  javafx.animation.Timeline sbTouchTimeline;
    descriptor: Ljavafx/animation/Timeline;
    flags: (0x0000) 

  javafx.animation.KeyFrame sbTouchKF1;
    descriptor: Ljavafx/animation/KeyFrame;
    flags: (0x0000) 

  javafx.animation.KeyFrame sbTouchKF2;
    descriptor: Ljavafx/animation/KeyFrame;
    flags: (0x0000) 

  private boolean needBreadthBar;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean needLengthBar;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean tempVisibility;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.BooleanProperty vertical;
    descriptor: Ljavafx/beans/property/BooleanProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.BooleanProperty pannable;
    descriptor: Ljavafx/beans/property/BooleanProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.IntegerProperty cellCount;
    descriptor: Ljavafx/beans/property/IntegerProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty position;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty fixedCellSize;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.ObjectProperty<javafx.util.Callback<javafx.scene.control.skin.VirtualFlow<T>, T>> cellFactory;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/util/Callback<Ljavafx/scene/control/skin/VirtualFlow<TT;>;TT;>;>;

  private double maxPrefBreadth;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double viewportBreadth;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double viewportLength;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private final java.util.List<T> privateCells;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<TT;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 85
            ldc Ljavafx/scene/control/skin/VirtualFlow;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic javafx.scene.control.skin.VirtualFlow.$assertionsDisabled:Z
         3: .line 111
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 271
            aload 0 /* this */
            invokespecial javafx.scene.layout.Region.<init>:()V
         1: .line 121
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.touchDetected:Z
         2: .line 122
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.mouseDown:Z
         3: .line 128
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
         4: .line 134
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
         5: .line 141
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.lastCellCount:I
         6: .line 162
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastCellBreadth:D
         7: .line 167
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastCellLength:D
         8: .line 178
            aload 0 /* this */
            new javafx.scene.control.skin.VirtualFlow$ArrayLinkedList
            dup
            invokespecial javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.<init>:()V
            putfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
         9: .line 187
            aload 0 /* this */
            new javafx.scene.control.skin.VirtualFlow$ArrayLinkedList
            dup
            invokespecial javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.<init>:()V
            putfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
        10: .line 215
            aload 0 /* this */
            new com.sun.javafx.scene.control.VirtualScrollBar
            dup
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.control.VirtualScrollBar.<init>:(Ljavafx/scene/control/skin/VirtualFlow;)V
            putfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
        11: .line 221
            aload 0 /* this */
            new com.sun.javafx.scene.control.VirtualScrollBar
            dup
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.control.VirtualScrollBar.<init>:(Ljavafx/scene/control/skin/VirtualFlow;)V
            putfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
        12: .line 241
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.isPanning:Z
        13: .line 243
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.fixedCellSizeEnabled:Z
        14: .line 245
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.needsReconfigureCells:Z
        15: .line 246
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.needsRecreateCells:Z
        16: .line 247
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.needsRebuildCells:Z
        17: .line 248
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.needsCellsLayout:Z
        18: .line 249
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.sizeChanged:Z
        19: .line 250
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield javafx.scene.control.skin.VirtualFlow.dirtyCells:Ljava/util/BitSet;
        20: .line 258
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.tempVisibility:Z
        21: .line 791
            aload 0 /* this */
            new javafx.beans.property.SimpleBooleanProperty
            dup
            aload 0 /* this */
            ldc "pannable"
            iconst_1
            invokespecial javafx.beans.property.SimpleBooleanProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Z)V
            putfield javafx.scene.control.skin.VirtualFlow.pannable:Ljavafx/beans/property/BooleanProperty;
        22: .line 804
            aload 0 /* this */
            new javafx.scene.control.skin.VirtualFlow$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "cellCount"
            iconst_0
            invokespecial javafx.scene.control.skin.VirtualFlow$1.<init>:(Ljavafx/scene/control/skin/VirtualFlow;Ljava/lang/Object;Ljava/lang/String;I)V
            putfield javafx.scene.control.skin.VirtualFlow.cellCount:Ljavafx/beans/property/IntegerProperty;
        23: .line 864
            aload 0 /* this */
            new javafx.scene.control.skin.VirtualFlow$2
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "position"
            invokespecial javafx.scene.control.skin.VirtualFlow$2.<init>:(Ljavafx/scene/control/skin/VirtualFlow;Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.scene.control.skin.VirtualFlow.position:Ljavafx/beans/property/DoubleProperty;
        24: .line 884
            aload 0 /* this */
            new javafx.scene.control.skin.VirtualFlow$3
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "fixedCellSize"
            invokespecial javafx.scene.control.skin.VirtualFlow$3.<init>:(Ljavafx/scene/control/skin/VirtualFlow;Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.scene.control.skin.VirtualFlow.fixedCellSize:Ljavafx/beans/property/DoubleProperty;
        25: .line 2537
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield javafx.scene.control.skin.VirtualFlow.privateCells:Ljava/util/List;
        26: .line 272
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getStyleClass:()Ljavafx/collections/ObservableList;
            ldc "virtual-flow"
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
        27: .line 273
            aload 0 /* this */
            ldc "virtual-flow"
            invokevirtual javafx.scene.control.skin.VirtualFlow.setId:(Ljava/lang/String;)V
        28: .line 277
            aload 0 /* this */
            new javafx.scene.Group
            dup
            invokespecial javafx.scene.Group.<init>:()V
            putfield javafx.scene.control.skin.VirtualFlow.sheet:Ljavafx/scene/Group;
        29: .line 278
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sheet:Ljavafx/scene/Group;
            invokevirtual javafx.scene.Group.getStyleClass:()Ljavafx/collections/ObservableList;
            ldc "sheet"
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
        30: .line 279
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sheet:Ljavafx/scene/Group;
            iconst_0
            invokevirtual javafx.scene.Group.setAutoSizeChildren:(Z)V
        31: .line 281
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sheet:Ljavafx/scene/Group;
            invokevirtual javafx.scene.Group.getChildren:()Ljavafx/collections/ObservableList;
            putfield javafx.scene.control.skin.VirtualFlow.sheetChildren:Ljavafx/collections/ObservableList;
        32: .line 284
            aload 0 /* this */
            new javafx.scene.control.skin.VirtualFlow$ClippedContainer
            dup
            aload 0 /* this */
            invokespecial javafx.scene.control.skin.VirtualFlow$ClippedContainer.<init>:(Ljavafx/scene/control/skin/VirtualFlow;)V
            putfield javafx.scene.control.skin.VirtualFlow.clipView:Ljavafx/scene/control/skin/VirtualFlow$ClippedContainer;
        33: .line 285
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.clipView:Ljavafx/scene/control/skin/VirtualFlow$ClippedContainer;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sheet:Ljavafx/scene/Group;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ClippedContainer.setNode:(Ljavafx/scene/Node;)V
        34: .line 286
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getChildren:()Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.clipView:Ljavafx/scene/control/skin/VirtualFlow$ClippedContainer;
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
        35: .line 289
            aload 0 /* this */
            new javafx.scene.Group
            dup
            invokespecial javafx.scene.Group.<init>:()V
            putfield javafx.scene.control.skin.VirtualFlow.accumCellParent:Ljavafx/scene/Group;
        36: .line 290
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCellParent:Ljavafx/scene/Group;
            iconst_0
            invokevirtual javafx.scene.Group.setVisible:(Z)V
        37: .line 291
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getChildren:()Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCellParent:Ljavafx/scene/Group;
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
        38: .line 300
            invokedynamic dispatchEvent()Ljavafx/event/EventDispatcher;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
                  javafx/scene/control/skin/VirtualFlow.lambda$0(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (6)
                  (Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
            astore 1 /* blockEventDispatcher */
        start local 1 // javafx.event.EventDispatcher blockEventDispatcher
        39: .line 302
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getEventDispatcher:()Ljavafx/event/EventDispatcher;
            astore 2 /* oldHsbEventDispatcher */
        start local 2 // javafx.event.EventDispatcher oldHsbEventDispatcher
        40: .line 303
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            aload 1 /* blockEventDispatcher */
            aload 2 /* oldHsbEventDispatcher */
            invokedynamic dispatchEvent(Ljavafx/event/EventDispatcher;Ljavafx/event/EventDispatcher;)Ljavafx/event/EventDispatcher;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
                  javafx/scene/control/skin/VirtualFlow.lambda$1(Ljavafx/event/EventDispatcher;Ljavafx/event/EventDispatcher;Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (6)
                  (Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setEventDispatcher:(Ljavafx/event/EventDispatcher;)V
        41: .line 313
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getEventDispatcher:()Ljavafx/event/EventDispatcher;
            astore 3 /* oldVsbEventDispatcher */
        start local 3 // javafx.event.EventDispatcher oldVsbEventDispatcher
        42: .line 314
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            aload 1 /* blockEventDispatcher */
            aload 3 /* oldVsbEventDispatcher */
            invokedynamic dispatchEvent(Ljavafx/event/EventDispatcher;Ljavafx/event/EventDispatcher;)Ljavafx/event/EventDispatcher;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
                  javafx/scene/control/skin/VirtualFlow.lambda$2(Ljavafx/event/EventDispatcher;Ljavafx/event/EventDispatcher;Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (6)
                  (Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setEventDispatcher:(Ljavafx/event/EventDispatcher;)V
        43: .line 328
            aload 0 /* this */
            new javafx.scene.control.skin.VirtualFlow$4
            dup
            aload 0 /* this */
            invokespecial javafx.scene.control.skin.VirtualFlow$4.<init>:(Ljavafx/scene/control/skin/VirtualFlow;)V
            invokevirtual javafx.scene.control.skin.VirtualFlow.setOnScroll:(Ljavafx/event/EventHandler;)V
        44: .line 411
            aload 0 /* this */
            getstatic javafx.scene.input.MouseEvent.MOUSE_PRESSED:Ljavafx/event/EventType;
            new javafx.scene.control.skin.VirtualFlow$5
            dup
            aload 0 /* this */
            invokespecial javafx.scene.control.skin.VirtualFlow$5.<init>:(Ljavafx/scene/control/skin/VirtualFlow;)V
            invokevirtual javafx.scene.control.skin.VirtualFlow.addEventFilter:(Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
        45: .line 457
            aload 0 /* this */
            getstatic javafx.scene.input.MouseEvent.MOUSE_RELEASED:Ljavafx/event/EventType;
            aload 0 /* this */
            invokedynamic handle(Ljavafx/scene/control/skin/VirtualFlow;)Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$3(Ljavafx/scene/input/MouseEvent;)V (7)
                  (Ljavafx/scene/input/MouseEvent;)V
            invokevirtual javafx.scene.control.skin.VirtualFlow.addEventFilter:(Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
        46: .line 463
            aload 0 /* this */
            getstatic javafx.scene.input.MouseEvent.MOUSE_DRAGGED:Ljavafx/event/EventType;
            aload 0 /* this */
            invokedynamic handle(Ljavafx/scene/control/skin/VirtualFlow;)Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$4(Ljavafx/scene/input/MouseEvent;)V (7)
                  (Ljavafx/scene/input/MouseEvent;)V
            invokevirtual javafx.scene.control.skin.VirtualFlow.addEventFilter:(Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
        47: .line 517
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            getstatic javafx.geometry.Orientation.VERTICAL:Ljavafx/geometry/Orientation;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setOrientation:(Ljavafx/geometry/Orientation;)V
        48: .line 518
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            getstatic javafx.scene.input.MouseEvent.ANY:Ljavafx/event/EventType;
            invokedynamic handle()Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$5(Ljavafx/scene/input/MouseEvent;)V (6)
                  (Ljavafx/scene/input/MouseEvent;)V
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.addEventHandler:(Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
        49: .line 521
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getChildren:()Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
        50: .line 524
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            getstatic javafx.geometry.Orientation.HORIZONTAL:Ljavafx/geometry/Orientation;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setOrientation:(Ljavafx/geometry/Orientation;)V
        51: .line 525
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            getstatic javafx.scene.input.MouseEvent.ANY:Ljavafx/event/EventType;
            invokedynamic handle()Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$6(Ljavafx/scene/input/MouseEvent;)V (6)
                  (Ljavafx/scene/input/MouseEvent;)V
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.addEventHandler:(Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
        52: .line 528
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getChildren:()Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
        53: .line 531
            aload 0 /* this */
            new javafx.scene.layout.StackPane
            dup
            invokespecial javafx.scene.layout.StackPane.<init>:()V
            putfield javafx.scene.control.skin.VirtualFlow.corner:Ljavafx/scene/layout/StackPane;
        54: .line 532
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.corner:Ljavafx/scene/layout/StackPane;
            invokevirtual javafx.scene.layout.StackPane.getStyleClass:()Ljavafx/collections/ObservableList;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "corner"
            aastore
            invokeinterface javafx.collections.ObservableList.setAll:([Ljava/lang/Object;)Z
            pop
        55: .line 533
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getChildren:()Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.corner:Ljavafx/scene/layout/StackPane;
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
        56: .line 539
            aload 0 /* this */
            invokedynamic invalidated(Ljavafx/scene/control/skin/VirtualFlow;)Ljavafx/beans/InvalidationListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/beans/Observable;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$7(Ljavafx/beans/Observable;)V (7)
                  (Ljavafx/beans/Observable;)V
            astore 4 /* listenerX */
        start local 4 // javafx.beans.InvalidationListener listenerX
        57: .line 542
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.verticalProperty:()Ljavafx/beans/property/BooleanProperty;
            aload 4 /* listenerX */
            invokevirtual javafx.beans.property.BooleanProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
        58: .line 543
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.valueProperty:()Ljavafx/beans/property/DoubleProperty;
            aload 4 /* listenerX */
            invokevirtual javafx.beans.property.DoubleProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
        59: .line 544
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.visibleProperty:()Ljavafx/beans/property/BooleanProperty;
            aload 4 /* listenerX */
            invokevirtual javafx.beans.property.BooleanProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
        60: .line 554
            aload 0 /* this */
            invokedynamic changed(Ljavafx/scene/control/skin/VirtualFlow;)Ljavafx/beans/value/ChangeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$8(Ljavafx/beans/value/ObservableValue;Ljava/lang/Number;Ljava/lang/Number;)V (7)
                  (Ljavafx/beans/value/ObservableValue;Ljava/lang/Number;Ljava/lang/Number;)V
            astore 5 /* listenerY */
        start local 5 // javafx.beans.value.ChangeListener listenerY
        61: .line 557
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.valueProperty:()Ljavafx/beans/property/DoubleProperty;
            aload 5 /* listenerY */
            invokevirtual javafx.beans.property.DoubleProperty.addListener:(Ljavafx/beans/value/ChangeListener;)V
        62: .line 559
            aload 0 /* this */
            invokespecial javafx.scene.layout.Region.heightProperty:()Ljavafx/beans/property/ReadOnlyDoubleProperty;
            aload 0 /* this */
            invokedynamic changed(Ljavafx/scene/control/skin/VirtualFlow;)Ljavafx/beans/value/ChangeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$9(Ljavafx/beans/value/ObservableValue;Ljava/lang/Number;Ljava/lang/Number;)V (7)
                  (Ljavafx/beans/value/ObservableValue;Ljava/lang/Number;Ljava/lang/Number;)V
            invokevirtual javafx.beans.property.ReadOnlyDoubleProperty.addListener:(Ljavafx/beans/value/ChangeListener;)V
        63: .line 572
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic handle(Ljavafx/scene/control/skin/VirtualFlow;)Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$10(Ljavafx/scene/input/TouchEvent;)V (7)
                  (Ljavafx/scene/input/TouchEvent;)V
            invokevirtual javafx.scene.control.skin.VirtualFlow.setOnTouchPressed:(Ljavafx/event/EventHandler;)V
        64: .line 577
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic handle(Ljavafx/scene/control/skin/VirtualFlow;)Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$11(Ljavafx/scene/input/TouchEvent;)V (7)
                  (Ljavafx/scene/input/TouchEvent;)V
            invokevirtual javafx.scene.control.skin.VirtualFlow.setOnTouchReleased:(Ljavafx/event/EventHandler;)V
        65: .line 582
            aload 0 /* this */
            new com.sun.javafx.scene.traversal.ParentTraversalEngine
            dup
            aload 0 /* this */
            new javafx.scene.control.skin.VirtualFlow$6
            dup
            aload 0 /* this */
            invokespecial javafx.scene.control.skin.VirtualFlow$6.<init>:(Ljavafx/scene/control/skin/VirtualFlow;)V
            invokespecial com.sun.javafx.scene.traversal.ParentTraversalEngine.<init>:(Ljavafx/scene/Parent;Lcom/sun/javafx/scene/traversal/Algorithm;)V
            invokestatic com.sun.javafx.scene.ParentHelper.setTraversalEngine:(Ljavafx/scene/Parent;Lcom/sun/javafx/scene/traversal/ParentTraversalEngine;)V
        66: .line 674
            return
        end local 5 // javafx.beans.value.ChangeListener listenerY
        end local 4 // javafx.beans.InvalidationListener listenerX
        end local 3 // javafx.event.EventDispatcher oldVsbEventDispatcher
        end local 2 // javafx.event.EventDispatcher oldHsbEventDispatcher
        end local 1 // javafx.event.EventDispatcher blockEventDispatcher
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   67     0                   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
           39   67     1   blockEventDispatcher  Ljavafx/event/EventDispatcher;
           40   67     2  oldHsbEventDispatcher  Ljavafx/event/EventDispatcher;
           42   67     3  oldVsbEventDispatcher  Ljavafx/event/EventDispatcher;
           57   67     4              listenerX  Ljavafx/beans/InvalidationListener;
           61   67     5              listenerY  Ljavafx/beans/value/ChangeListener<Ljava/lang/Number;>;

  public final void setVertical(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // boolean value
         0: .line 746
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.verticalProperty:()Ljavafx/beans/property/BooleanProperty;
            iload 1 /* value */
            invokevirtual javafx.beans.property.BooleanProperty.set:(Z)V
         1: .line 747
            return
        end local 1 // boolean value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public final boolean isVertical();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 750
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vertical:Ljavafx/beans/property/BooleanProperty;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vertical:Ljavafx/beans/property/BooleanProperty;
            invokevirtual javafx.beans.property.BooleanProperty.get:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  public final javafx.beans.property.BooleanProperty verticalProperty();
    descriptor: ()Ljavafx/beans/property/BooleanProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 754
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vertical:Ljavafx/beans/property/BooleanProperty;
            ifnonnull 2
         1: .line 755
            aload 0 /* this */
            new javafx.scene.control.skin.VirtualFlow$7
            dup
            aload 0 /* this */
            iconst_1
            invokespecial javafx.scene.control.skin.VirtualFlow$7.<init>:(Ljavafx/scene/control/skin/VirtualFlow;Z)V
            putfield javafx.scene.control.skin.VirtualFlow.vertical:Ljavafx/beans/property/BooleanProperty;
         2: .line 783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vertical:Ljavafx/beans/property/BooleanProperty;
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  public final boolean isPannable();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 792
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pannable:Ljavafx/beans/property/BooleanProperty;
            invokevirtual javafx.beans.property.BooleanProperty.get:()Z
            ireturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  public final void setPannable(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // boolean value
         0: .line 793
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pannable:Ljavafx/beans/property/BooleanProperty;
            iload 1 /* value */
            invokevirtual javafx.beans.property.BooleanProperty.set:(Z)V
            return
        end local 1 // boolean value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public final javafx.beans.property.BooleanProperty pannableProperty();
    descriptor: ()Ljavafx/beans/property/BooleanProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 794
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pannable:Ljavafx/beans/property/BooleanProperty;
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  public final int getCellCount();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 854
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cellCount:Ljavafx/beans/property/IntegerProperty;
            invokevirtual javafx.beans.property.IntegerProperty.get:()I
            ireturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  public final void setCellCount(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int value
         0: .line 855
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cellCount:Ljavafx/beans/property/IntegerProperty;
            iload 1 /* value */
            invokevirtual javafx.beans.property.IntegerProperty.set:(I)V
            return
        end local 1 // int value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public final javafx.beans.property.IntegerProperty cellCountProperty();
    descriptor: ()Ljavafx/beans/property/IntegerProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 856
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cellCount:Ljavafx/beans/property/IntegerProperty;
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  public final double getPosition();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 874
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.position:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
            dreturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  public final void setPosition(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double value
         0: .line 875
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.position:Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
            return
        end local 1 // double value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final javafx.beans.property.DoubleProperty positionProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 876
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.position:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  public final void setFixedCellSize(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double value
         0: .line 891
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.fixedCellSize:Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
            return
        end local 1 // double value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  final

  public final double getFixedCellSize();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 892
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.fixedCellSize:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
            dreturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  public final javafx.beans.property.DoubleProperty fixedCellSizeProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 893
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.fixedCellSize:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  public final void setCellFactory(javafx.util.Callback<javafx.scene.control.skin.VirtualFlow<T>, T>);
    descriptor: (Ljavafx/util/Callback;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.util.Callback value
         0: .line 906
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.cellFactoryProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 907
            return
        end local 1 // javafx.util.Callback value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    2     1  value  Ljavafx/util/Callback<Ljavafx/scene/control/skin/VirtualFlow<TT;>;TT;>;
    Signature: (Ljavafx/util/Callback<Ljavafx/scene/control/skin/VirtualFlow<TT;>;TT;>;)V
    MethodParameters:
       Name  Flags
      value  

  public final javafx.util.Callback<javafx.scene.control.skin.VirtualFlow<T>, T> getCellFactory();
    descriptor: ()Ljavafx/util/Callback;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 914
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cellFactory:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cellFactory:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.util.Callback
      StackMap locals:
      StackMap stack: javafx.util.Callback
         2: areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
    Signature: ()Ljavafx/util/Callback<Ljavafx/scene/control/skin/VirtualFlow<TT;>;TT;>;

  public final javafx.beans.property.ObjectProperty<javafx.util.Callback<javafx.scene.control.skin.VirtualFlow<T>, T>> cellFactoryProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 928
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cellFactory:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 929
            aload 0 /* this */
            new javafx.scene.control.skin.VirtualFlow$8
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "cellFactory"
            invokespecial javafx.scene.control.skin.VirtualFlow$8.<init>:(Ljavafx/scene/control/skin/VirtualFlow;Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.scene.control.skin.VirtualFlow.cellFactory:Ljavafx/beans/property/ObjectProperty;
         2: .line 940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cellFactory:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/util/Callback<Ljavafx/scene/control/skin/VirtualFlow<TT;>;TT;>;>;

  public void requestLayout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 972
            aload 0 /* this */
            invokespecial javafx.scene.layout.Region.requestLayout:()V
         1: .line 973
            return
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  protected void layoutChildren();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=22, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 977
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needsRecreateCells:Z
            ifeq 15
         1: .line 978
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
         2: .line 979
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
         3: .line 980
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            invokevirtual javafx.scene.control.skin.VirtualFlow.releaseCell:(Ljavafx/scene/control/IndexedCell;)V
         4: .line 983
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sheet:Ljavafx/scene/Group;
            invokevirtual javafx.scene.Group.getChildren:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.clear:()V
         5: .line 984
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         6: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            istore 2 /* max */
        start local 2 // int max
         7: goto 10
         8: .line 985
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 1 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            iconst_m1
            invokevirtual javafx.scene.control.IndexedCell.updateIndex:(I)V
         9: .line 984
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 1 /* i */
            iload 2 /* max */
            if_icmplt 8
        end local 2 // int max
        end local 1 // int i
        11: .line 987
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.clear:()V
        12: .line 988
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.clear:()V
        13: .line 989
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.releaseAllPrivateCells:()V
        14: .line 990
            goto 32
      StackMap locals:
      StackMap stack:
        15: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needsRebuildCells:Z
            ifeq 28
        16: .line 991
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
        17: .line 992
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
        18: .line 993
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            invokevirtual javafx.scene.control.skin.VirtualFlow.releaseCell:(Ljavafx/scene/control/IndexedCell;)V
        19: .line 994
            iconst_0
            istore 1 /* i */
        start local 1 // int i
        20: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            istore 2 /* max */
        start local 2 // int max
        21: goto 24
        22: .line 995
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 1 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            iconst_m1
            invokevirtual javafx.scene.control.IndexedCell.updateIndex:(I)V
        23: .line 994
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 1 /* i */
            iload 2 /* max */
            if_icmplt 22
        end local 2 // int max
        end local 1 // int i
        25: .line 997
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.addAllToPile:()V
        26: .line 998
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.releaseAllPrivateCells:()V
        27: .line 999
            goto 32
      StackMap locals:
      StackMap stack:
        28: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needsReconfigureCells:Z
            ifeq 32
        29: .line 1000
            aload 0 /* this */
            ldc -1.0
            invokevirtual javafx.scene.control.skin.VirtualFlow.setMaxPrefBreadth:(D)V
        30: .line 1001
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
        31: .line 1002
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
        32: .line 1005
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.dirtyCells:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.isEmpty:()Z
            ifne 44
        33: .line 1007
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            istore 2 /* cellsSize */
        start local 2 // int cellsSize
        34: .line 1008
            goto 39
        start local 1 // int index
        35: .line 1009
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 3 /* cell */
        start local 3 // javafx.scene.control.IndexedCell cell
        36: .line 1013
            aload 3 /* cell */
            ifnull 38
        37: .line 1014
            aload 3 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.requestLayout:()V
        38: .line 1016
      StackMap locals: javafx.scene.control.IndexedCell
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.dirtyCells:Ljava/util/BitSet;
            iload 1 /* index */
            invokevirtual java.util.BitSet.clear:(I)V
        end local 3 // javafx.scene.control.IndexedCell cell
        end local 1 // int index
        39: .line 1008
      StackMap locals: javafx.scene.control.skin.VirtualFlow top int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.dirtyCells:Ljava/util/BitSet;
            iconst_0
            invokevirtual java.util.BitSet.nextSetBit:(I)I
            dup
            istore 1 /* index */
        start local 1 // int index
        40: iconst_m1
            if_icmpeq 41
            iload 1 /* index */
            iload 2 /* cellsSize */
            if_icmplt 35
        41: .line 1019
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int
      StackMap stack:
            aload 0 /* this */
            ldc -1.0
            invokevirtual javafx.scene.control.skin.VirtualFlow.setMaxPrefBreadth:(D)V
        42: .line 1020
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
        43: .line 1021
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
        end local 2 // int cellsSize
        end local 1 // int index
        44: .line 1024
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sizeChanged:Z
            istore 1 /* hasSizeChange */
        start local 1 // boolean hasSizeChange
        45: .line 1025
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needsRebuildCells:Z
            ifne 46
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needsRecreateCells:Z
            ifne 46
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sizeChanged:Z
            ifne 46
            iconst_0
            goto 47
      StackMap locals: int
      StackMap stack:
        46: iconst_1
      StackMap locals:
      StackMap stack: int
        47: istore 2 /* recreatedOrRebuilt */
        start local 2 // boolean recreatedOrRebuilt
        48: .line 1027
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.needsRecreateCells:Z
        49: .line 1028
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.needsReconfigureCells:Z
        50: .line 1029
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.needsRebuildCells:Z
        51: .line 1030
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.sizeChanged:Z
        52: .line 1032
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needsCellsLayout:Z
            ifeq 63
        53: .line 1033
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        54: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            istore 4 /* max */
        start local 4 // int max
        55: goto 60
        56: .line 1034
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 3 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.Cell
            astore 5 /* cell */
        start local 5 // javafx.scene.control.Cell cell
        57: .line 1035
            aload 5 /* cell */
            ifnull 59
        58: .line 1036
            aload 5 /* cell */
            invokevirtual javafx.scene.control.Cell.requestLayout:()V
        end local 5 // javafx.scene.control.Cell cell
        59: .line 1033
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        60: iload 3 /* i */
            iload 4 /* max */
            if_icmplt 56
        end local 4 // int max
        end local 3 // int i
        61: .line 1039
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.needsCellsLayout:Z
        62: .line 1043
            return
        63: .line 1046
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getWidth:()D
            dstore 3 /* width */
        start local 3 // double width
        64: .line 1047
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getHeight:()D
            dstore 5 /* height */
        start local 5 // double height
        65: .line 1048
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            istore 7 /* isVertical */
        start local 7 // boolean isVertical
        66: .line 1049
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            dstore 8 /* position */
        start local 8 // double position
        67: .line 1053
            dload 3 /* width */
            dconst_0
            dcmpg
            ifle 68
            dload 5 /* height */
            dconst_0
            dcmpg
            ifgt 75
        68: .line 1054
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int double double int double
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.addAllToPile:()V
        69: .line 1055
            aload 0 /* this */
            dload 3 /* width */
            putfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
        70: .line 1056
            aload 0 /* this */
            dload 5 /* height */
            putfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
        71: .line 1057
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            iconst_0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVisible:(Z)V
        72: .line 1058
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            iconst_0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVisible:(Z)V
        73: .line 1059
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.corner:Ljavafx/scene/layout/StackPane;
            iconst_0
            invokevirtual javafx.scene.layout.StackPane.setVisible:(Z)V
        74: .line 1060
            return
        75: .line 1068
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 10 /* cellNeedsLayout */
        start local 10 // boolean cellNeedsLayout
        76: .line 1069
            iconst_0
            istore 11 /* thumbNeedsLayout */
        start local 11 // boolean thumbNeedsLayout
        77: .line 1071
            getstatic com.sun.javafx.scene.control.Properties.IS_TOUCH_SUPPORTED:Z
            ifeq 81
        78: .line 1072
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.tempVisibility:Z
            ifeq 79
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifeq 80
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifeq 80
        79: .line 1073
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.tempVisibility:Z
            ifne 81
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifne 80
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifeq 81
        80: .line 1074
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 11 /* thumbNeedsLayout */
        81: .line 1078
      StackMap locals:
      StackMap stack:
            iload 10 /* cellNeedsLayout */
            ifne 89
        82: .line 1079
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        83: goto 88
        84: .line 1080
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 12 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.Cell
            astore 13 /* cell */
        start local 13 // javafx.scene.control.Cell cell
        85: .line 1081
            aload 13 /* cell */
            invokevirtual javafx.scene.control.Cell.isNeedsLayout:()Z
            istore 10 /* cellNeedsLayout */
        86: .line 1082
            iload 10 /* cellNeedsLayout */
            ifeq 87
            goto 89
        end local 13 // javafx.scene.control.Cell cell
        87: .line 1079
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        88: iload 12 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            if_icmplt 84
        end local 12 // int i
        89: .line 1086
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            istore 12 /* cellCount */
        start local 12 // int cellCount
        90: .line 1087
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getFirstVisibleCell:()Ljavafx/scene/control/IndexedCell;
            astore 13 /* firstCell */
        start local 13 // javafx.scene.control.IndexedCell firstCell
        91: .line 1092
            iload 10 /* cellNeedsLayout */
            ifne 108
            iload 11 /* thumbNeedsLayout */
            ifne 108
        92: .line 1093
            iconst_0
            istore 14 /* cellSizeChanged */
        start local 14 // boolean cellSizeChanged
        93: .line 1094
            aload 13 /* firstCell */
            ifnull 101
        94: .line 1095
            aload 0 /* this */
            aload 13 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellBreadth:(Ljavafx/scene/control/Cell;)D
            dstore 15 /* breadth */
        start local 15 // double breadth
        95: .line 1096
            aload 0 /* this */
            aload 13 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dstore 17 /* length */
        start local 17 // double length
        96: .line 1097
            dload 15 /* breadth */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastCellBreadth:D
            dcmpl
            ifne 97
            dload 17 /* length */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastCellLength:D
            dcmpl
            ifne 97
            iconst_0
            goto 98
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int double double int double int int int javafx.scene.control.IndexedCell int double double
      StackMap stack:
        97: iconst_1
      StackMap locals:
      StackMap stack: int
        98: istore 14 /* cellSizeChanged */
        99: .line 1098
            aload 0 /* this */
            dload 15 /* breadth */
            putfield javafx.scene.control.skin.VirtualFlow.lastCellBreadth:D
       100: .line 1099
            aload 0 /* this */
            dload 17 /* length */
            putfield javafx.scene.control.skin.VirtualFlow.lastCellLength:D
        end local 17 // double length
        end local 15 // double breadth
       101: .line 1102
      StackMap locals:
      StackMap stack:
            dload 3 /* width */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
            dcmpl
            ifne 108
       102: .line 1103
            dload 5 /* height */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
            dcmpl
            ifne 108
       103: .line 1104
            iload 12 /* cellCount */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastCellCount:I
            if_icmpne 108
       104: .line 1105
            iload 7 /* isVertical */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastVertical:Z
            if_icmpne 108
       105: .line 1106
            dload 8 /* position */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastPosition:D
            dcmpl
            ifne 108
       106: .line 1107
            iload 14 /* cellSizeChanged */
            ifne 108
       107: .line 1116
            return
        end local 14 // boolean cellSizeChanged
       108: .line 1173
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 14 /* needTrailingCells */
        start local 14 // boolean needTrailingCells
       109: .line 1174
            iload 10 /* cellNeedsLayout */
            ifne 120
       110: .line 1175
            iload 7 /* isVertical */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastVertical:Z
            if_icmpne 120
       111: .line 1176
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifne 120
       112: .line 1177
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            ldc -1.0
            dcmpl
            ifeq 120
       113: .line 1178
            dload 8 /* position */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastPosition:D
            dcmpl
            ifne 120
       114: .line 1179
            iload 12 /* cellCount */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastCellCount:I
            if_icmpne 120
       115: .line 1180
            iload 1 /* hasSizeChange */
            ifne 120
       116: .line 1181
            iload 7 /* isVertical */
            ifeq 117
            dload 5 /* height */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
            dcmpg
            iflt 120
      StackMap locals: int
      StackMap stack:
       117: iload 7 /* isVertical */
            ifne 119
            dload 3 /* width */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
       118: .line 1174
            dcmpg
            iflt 120
      StackMap locals:
      StackMap stack:
       119: iconst_0
            goto 121
      StackMap locals:
      StackMap stack:
       120: iconst_1
      StackMap locals:
      StackMap stack: int
       121: istore 15 /* rebuild */
        start local 15 // boolean rebuild
       122: .line 1183
            iload 15 /* rebuild */
            ifne 138
       123: .line 1185
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            dstore 16 /* maxPrefBreadth */
        start local 16 // double maxPrefBreadth
       124: .line 1186
            iconst_0
            istore 18 /* foundMax */
        start local 18 // boolean foundMax
       125: .line 1187
            iconst_0
            istore 19 /* i */
        start local 19 // int i
       126: goto 135
       127: .line 1188
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int double double int double int int int javafx.scene.control.IndexedCell int int double int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 19 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.Cell
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellBreadth:(Ljavafx/scene/control/Cell;)D
            dstore 20 /* breadth */
        start local 20 // double breadth
       128: .line 1189
            dload 16 /* maxPrefBreadth */
            dload 20 /* breadth */
            dcmpl
            ifne 131
       129: .line 1190
            iconst_1
            istore 18 /* foundMax */
       130: .line 1191
            goto 134
      StackMap locals: double
      StackMap stack:
       131: dload 20 /* breadth */
            dload 16 /* maxPrefBreadth */
            dcmpl
            ifle 134
       132: .line 1192
            iconst_1
            istore 15 /* rebuild */
       133: .line 1193
            goto 136
        end local 20 // double breadth
       134: .line 1187
      StackMap locals:
      StackMap stack:
            iinc 19 /* i */ 1
      StackMap locals:
      StackMap stack:
       135: iload 19 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            if_icmplt 127
        end local 19 // int i
       136: .line 1196
      StackMap locals:
      StackMap stack:
            iload 18 /* foundMax */
            ifne 138
       137: .line 1197
            iconst_1
            istore 15 /* rebuild */
        end local 18 // boolean foundMax
        end local 16 // double maxPrefBreadth
       138: .line 1201
      StackMap locals:
      StackMap stack:
            iload 15 /* rebuild */
            ifne 142
       139: .line 1202
            iload 7 /* isVertical */
            ifeq 140
            dload 5 /* height */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
            dcmpl
            ifgt 141
      StackMap locals:
      StackMap stack:
       140: iload 7 /* isVertical */
            ifne 142
            dload 3 /* width */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
            dcmpl
            ifle 142
       141: .line 1204
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 14 /* needTrailingCells */
       142: .line 1208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.initViewport:()V
       143: .line 1211
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeCurrentIndex:()I
            istore 16 /* currentIndex */
        start local 16 // int currentIndex
       144: .line 1212
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastCellCount:I
            iload 12 /* cellCount */
            if_icmpeq 156
       145: .line 1219
            dload 8 /* position */
            dconst_0
            dcmpl
            ifeq 155
            dload 8 /* position */
            dconst_1
            dcmpl
            ifeq 155
       146: .line 1222
            iload 16 /* currentIndex */
            iload 12 /* cellCount */
            if_icmplt 149
       147: .line 1223
            aload 0 /* this */
            dconst_1
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
       148: .line 1225
            goto 155
      StackMap locals: int
      StackMap stack:
       149: aload 13 /* firstCell */
            ifnull 155
       150: .line 1226
            aload 0 /* this */
            aload 13 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dstore 17 /* firstCellOffset */
        start local 17 // double firstCellOffset
       151: .line 1227
            aload 0 /* this */
            aload 13 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            istore 19 /* firstCellIndex */
        start local 19 // int firstCellIndex
       152: .line 1229
            aload 0 /* this */
            iload 19 /* firstCellIndex */
            invokevirtual javafx.scene.control.skin.VirtualFlow.adjustPositionToIndex:(I)V
       153: .line 1230
            aload 0 /* this */
            iload 19 /* firstCellIndex */
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeOffsetForCell:(I)D
            dneg
            dstore 20 /* viewportTopToCellTop */
        start local 20 // double viewportTopToCellTop
       154: .line 1231
            aload 0 /* this */
            dload 20 /* viewportTopToCellTop */
            dload 17 /* firstCellOffset */
            dsub
            invokevirtual javafx.scene.control.skin.VirtualFlow.adjustByPixelAmount:(D)V
        end local 20 // double viewportTopToCellTop
        end local 19 // int firstCellIndex
        end local 17 // double firstCellOffset
       155: .line 1235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeCurrentIndex:()I
            istore 16 /* currentIndex */
       156: .line 1238
      StackMap locals:
      StackMap stack:
            iload 15 /* rebuild */
            ifeq 163
       157: .line 1239
            aload 0 /* this */
            ldc -1.0
            invokevirtual javafx.scene.control.skin.VirtualFlow.setMaxPrefBreadth:(D)V
       158: .line 1241
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.addAllToPile:()V
       159: .line 1245
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeViewportOffset:(D)D
            dneg
            dstore 17 /* offset */
        start local 17 // double offset
       160: .line 1250
            aload 0 /* this */
            iload 16 /* currentIndex */
            dload 17 /* offset */
            invokevirtual javafx.scene.control.skin.VirtualFlow.addLeadingCells:(ID)V
       161: .line 1253
            aload 0 /* this */
            iconst_1
            invokevirtual javafx.scene.control.skin.VirtualFlow.addTrailingCells:(Z)Z
            pop
        end local 17 // double offset
       162: .line 1254
            goto 165
      StackMap locals:
      StackMap stack:
       163: iload 14 /* needTrailingCells */
            ifeq 165
       164: .line 1255
            aload 0 /* this */
            iconst_1
            invokevirtual javafx.scene.control.skin.VirtualFlow.addTrailingCells:(Z)Z
            pop
       165: .line 1258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeBarVisiblity:()Z
            pop
       166: .line 1260
            iload 2 /* recreatedOrRebuilt */
            ifne 167
            iload 15 /* rebuild */
            ifne 167
            iconst_0
            goto 168
      StackMap locals:
      StackMap stack:
       167: iconst_1
      StackMap locals:
      StackMap stack: int
       168: istore 2 /* recreatedOrRebuilt */
       169: .line 1261
            aload 0 /* this */
            iload 2 /* recreatedOrRebuilt */
            invokevirtual javafx.scene.control.skin.VirtualFlow.updateScrollBarsAndCells:(Z)V
       170: .line 1263
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getWidth:()D
            putfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
       171: .line 1264
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getHeight:()D
            putfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
       172: .line 1265
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            putfield javafx.scene.control.skin.VirtualFlow.lastCellCount:I
       173: .line 1266
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            putfield javafx.scene.control.skin.VirtualFlow.lastVertical:Z
       174: .line 1267
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            putfield javafx.scene.control.skin.VirtualFlow.lastPosition:D
       175: .line 1269
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.cleanPile:()V
       176: .line 1270
            return
        end local 16 // int currentIndex
        end local 15 // boolean rebuild
        end local 14 // boolean needTrailingCells
        end local 13 // javafx.scene.control.IndexedCell firstCell
        end local 12 // int cellCount
        end local 11 // boolean thumbNeedsLayout
        end local 10 // boolean cellNeedsLayout
        end local 8 // double position
        end local 7 // boolean isVertical
        end local 5 // double height
        end local 3 // double width
        end local 2 // boolean recreatedOrRebuilt
        end local 1 // boolean hasSizeChange
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0  177     0                  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            6   11     1                     i  I
            7   11     2                   max  I
           20   25     1                     i  I
           21   25     2                   max  I
           35   39     1                 index  I
           40   44     1                 index  I
           34   44     2             cellsSize  I
           36   39     3                  cell  TT;
           45  177     1         hasSizeChange  Z
           48  177     2    recreatedOrRebuilt  Z
           54   61     3                     i  I
           55   61     4                   max  I
           57   59     5                  cell  Ljavafx/scene/control/Cell<*>;
           64  177     3                 width  D
           65  177     5                height  D
           66  177     7            isVertical  Z
           67  177     8              position  D
           76  177    10       cellNeedsLayout  Z
           77  177    11      thumbNeedsLayout  Z
           83   89    12                     i  I
           85   87    13                  cell  Ljavafx/scene/control/Cell<*>;
           90  177    12             cellCount  I
           91  177    13             firstCell  TT;
           93  108    14       cellSizeChanged  Z
           95  101    15               breadth  D
           96  101    17                length  D
          109  177    14     needTrailingCells  Z
          122  177    15               rebuild  Z
          124  138    16        maxPrefBreadth  D
          125  138    18              foundMax  Z
          126  136    19                     i  I
          128  134    20               breadth  D
          144  177    16          currentIndex  I
          151  155    17       firstCellOffset  D
          152  155    19        firstCellIndex  I
          154  155    20  viewportTopToCellTop  D
          160  162    17                offset  D

  protected void setWidth(double);
    descriptor: (D)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double value
         0: .line 1274
            dload 1 /* value */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastWidth:D
            dcmpl
            ifeq 5
         1: .line 1275
            aload 0 /* this */
            dload 1 /* value */
            invokespecial javafx.scene.layout.Region.setWidth:(D)V
         2: .line 1276
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.control.skin.VirtualFlow.sizeChanged:Z
         3: .line 1277
            aload 0 /* this */
            iconst_1
            invokevirtual javafx.scene.control.skin.VirtualFlow.setNeedsLayout:(Z)V
         4: .line 1278
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         5: .line 1280
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    6     1  value  D
    MethodParameters:
       Name  Flags
      value  

  protected void setHeight(double);
    descriptor: (D)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double value
         0: .line 1284
            dload 1 /* value */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastHeight:D
            dcmpl
            ifeq 5
         1: .line 1285
            aload 0 /* this */
            dload 1 /* value */
            invokespecial javafx.scene.layout.Region.setHeight:(D)V
         2: .line 1286
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.control.skin.VirtualFlow.sizeChanged:Z
         3: .line 1287
            aload 0 /* this */
            iconst_1
            invokevirtual javafx.scene.control.skin.VirtualFlow.setNeedsLayout:(Z)V
         4: .line 1288
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         5: .line 1290
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    6     1  value  D
    MethodParameters:
       Name  Flags
      value  

  protected T getAvailableCell();
    descriptor: (I)Ljavafx/scene/control/IndexedCell;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int prefIndex
         0: .line 1300
            aconst_null
            astore 2 /* cell */
        start local 2 // javafx.scene.control.IndexedCell cell
         1: .line 1304
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            istore 4 /* max */
        start local 4 // int max
         3: goto 11
         4: .line 1305
      StackMap locals: javafx.scene.control.IndexedCell int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 3 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 5 /* _cell */
        start local 5 // javafx.scene.control.IndexedCell _cell
         5: .line 1306
            getstatic javafx.scene.control.skin.VirtualFlow.$assertionsDisabled:Z
            ifne 6
            aload 5 /* _cell */
            ifnonnull 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 1308
      StackMap locals: javafx.scene.control.IndexedCell
      StackMap stack:
            aload 0 /* this */
            aload 5 /* _cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            iload 1 /* prefIndex */
            if_icmpne 10
         7: .line 1309
            aload 5 /* _cell */
            astore 2 /* cell */
         8: .line 1310
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 3 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.remove:(I)Ljava/lang/Object;
            pop
         9: .line 1311
            goto 12
        end local 5 // javafx.scene.control.IndexedCell _cell
        10: .line 1304
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 4 /* max */
            if_icmplt 4
        end local 4 // int max
        end local 3 // int i
        12: .line 1315
      StackMap locals:
      StackMap stack:
            aload 2 /* cell */
            ifnonnull 14
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifne 14
        13: .line 1316
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.removeLast:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 2 /* cell */
        14: .line 1319
      StackMap locals:
      StackMap stack:
            aload 2 /* cell */
            ifnonnull 17
        15: .line 1320
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellFactory:()Ljavafx/util/Callback;
            aload 0 /* this */
            invokeinterface javafx.util.Callback.call:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 2 /* cell */
        16: .line 1321
            aload 2 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getProperties:()Ljavafx/collections/ObservableMap;
            ldc "newcell"
            aconst_null
            invokeinterface javafx.collections.ObservableMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 1324
      StackMap locals:
      StackMap stack:
            aload 2 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getParent:()Ljavafx/scene/Parent;
            ifnonnull 19
        18: .line 1325
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sheetChildren:Ljavafx/collections/ObservableList;
            aload 2 /* cell */
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
        19: .line 1328
      StackMap locals:
      StackMap stack:
            aload 2 /* cell */
            areturn
        end local 2 // javafx.scene.control.IndexedCell cell
        end local 1 // int prefIndex
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   20     1  prefIndex  I
            1   20     2       cell  TT;
            2   12     3          i  I
            3   12     4        max  I
            5   10     5      _cell  TT;
    Signature: (I)TT;
    MethodParameters:
           Name  Flags
      prefIndex  

  protected void addAllToPile();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1338
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            istore 2 /* max */
        start local 2 // int max
         2: goto 5
         3: .line 1339
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.removeFirst:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            invokevirtual javafx.scene.control.skin.VirtualFlow.addToPile:(Ljavafx/scene/control/IndexedCell;)V
         4: .line 1338
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            iload 2 /* max */
            if_icmplt 3
        end local 2 // int max
        end local 1 // int i
         6: .line 1341
            return
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            1    6     1     i  I
            2    6     2   max  I

  public T getVisibleCell();
    descriptor: (I)Ljavafx/scene/control/IndexedCell;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int index
         0: .line 1353
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifeq 1
            aconst_null
            areturn
         1: .line 1356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getLast:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 2 /* lastCell */
        start local 2 // javafx.scene.control.IndexedCell lastCell
         2: .line 1357
            aload 0 /* this */
            aload 2 /* lastCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            istore 3 /* lastIndex */
        start local 3 // int lastIndex
         3: .line 1358
            iload 1 /* index */
            iload 3 /* lastIndex */
            if_icmpne 4
            aload 2 /* lastCell */
            areturn
         4: .line 1361
      StackMap locals: javafx.scene.control.IndexedCell int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getFirst:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 4 /* firstCell */
        start local 4 // javafx.scene.control.IndexedCell firstCell
         5: .line 1362
            aload 0 /* this */
            aload 4 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            istore 5 /* firstIndex */
        start local 5 // int firstIndex
         6: .line 1363
            iload 1 /* index */
            iload 5 /* firstIndex */
            if_icmpne 7
            aload 4 /* firstCell */
            areturn
         7: .line 1366
      StackMap locals: javafx.scene.control.IndexedCell int
      StackMap stack:
            iload 1 /* index */
            iload 5 /* firstIndex */
            if_icmple 10
            iload 1 /* index */
            iload 3 /* lastIndex */
            if_icmpge 10
         8: .line 1367
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 1 /* index */
            iload 5 /* firstIndex */
            isub
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 6 /* cell */
        start local 6 // javafx.scene.control.IndexedCell cell
         9: .line 1368
            aload 0 /* this */
            aload 6 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            iload 1 /* index */
            if_icmpne 10
            aload 6 /* cell */
            areturn
        end local 6 // javafx.scene.control.IndexedCell cell
        10: .line 1372
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // int firstIndex
        end local 4 // javafx.scene.control.IndexedCell firstCell
        end local 3 // int lastIndex
        end local 2 // javafx.scene.control.IndexedCell lastCell
        end local 1 // int index
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   11     1       index  I
            2   11     2    lastCell  TT;
            3   11     3   lastIndex  I
            5   11     4   firstCell  TT;
            6   11     5  firstIndex  I
            9   10     6        cell  TT;
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  public T getLastVisibleCell();
    descriptor: ()Ljavafx/scene/control/IndexedCell;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1382
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dconst_0
            dcmpg
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
            areturn
         2: .line 1385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 1386
      StackMap locals: javafx.scene.control.skin.VirtualFlow top int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 2 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 1 /* cell */
        start local 1 // javafx.scene.control.IndexedCell cell
         5: .line 1387
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.isEmpty:()Z
            ifne 7
         6: .line 1388
            aload 1 /* cell */
            areturn
         7: .line 1385
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.scene.control.IndexedCell int
      StackMap stack:
            iinc 2 /* i */ -1
        end local 1 // javafx.scene.control.IndexedCell cell
      StackMap locals: javafx.scene.control.skin.VirtualFlow top int
      StackMap stack:
         8: iload 2 /* i */
            ifge 4
        end local 2 // int i
         9: .line 1392
            aconst_null
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            5    8     1  cell  TT;
            3    9     2     i  I
    Signature: ()TT;

  public T getFirstVisibleCell();
    descriptor: ()Ljavafx/scene/control/IndexedCell;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1402
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dconst_0
            dcmpg
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
            areturn
         2: .line 1403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getFirst:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 1 /* cell */
        start local 1 // javafx.scene.control.IndexedCell cell
         3: .line 1404
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.isEmpty:()Z
            ifeq 4
            aconst_null
            goto 5
      StackMap locals: javafx.scene.control.IndexedCell
      StackMap stack:
         4: aload 1 /* cell */
      StackMap locals:
      StackMap stack: javafx.scene.control.IndexedCell
         5: areturn
        end local 1 // javafx.scene.control.IndexedCell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            3    6     1  cell  TT;
    Signature: ()TT;

  public void scrollToTop();
    descriptor: (Ljavafx/scene/control/IndexedCell;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell firstCell
         0: .line 1414
            aload 1 /* firstCell */
            ifnull 2
         1: .line 1415
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            invokevirtual javafx.scene.control.skin.VirtualFlow.scrollPixels:(D)D
            pop2
         2: .line 1417
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.control.IndexedCell firstCell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    3     1  firstCell  TT;
    Signature: (TT;)V
    MethodParameters:
           Name  Flags
      firstCell  

  public void scrollToBottom();
    descriptor: (Ljavafx/scene/control/IndexedCell;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell lastCell
         0: .line 1426
            aload 1 /* lastCell */
            ifnull 2
         1: .line 1427
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* lastCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            aload 0 /* this */
            aload 1 /* lastCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dadd
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dsub
            invokevirtual javafx.scene.control.skin.VirtualFlow.scrollPixels:(D)D
            pop2
         2: .line 1429
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.control.IndexedCell lastCell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    3     1  lastCell  TT;
    Signature: (TT;)V
    MethodParameters:
          Name  Flags
      lastCell  

  public void scrollTo();
    descriptor: (Ljavafx/scene/control/IndexedCell;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell cell
         0: .line 1437
            aload 1 /* cell */
            ifnull 10
         1: .line 1438
            aload 0 /* this */
            aload 1 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dstore 2 /* start */
        start local 2 // double start
         2: .line 1439
            aload 0 /* this */
            aload 1 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dstore 4 /* length */
        start local 4 // double length
         3: .line 1440
            dload 2 /* start */
            dload 4 /* length */
            dadd
            dstore 6 /* end */
        start local 6 // double end
         4: .line 1441
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dstore 8 /* viewportLength */
        start local 8 // double viewportLength
         5: .line 1443
            dload 2 /* start */
            dconst_0
            dcmpg
            ifge 8
         6: .line 1444
            aload 0 /* this */
            dload 2 /* start */
            invokevirtual javafx.scene.control.skin.VirtualFlow.scrollPixels:(D)D
            pop2
         7: .line 1445
            goto 10
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.scene.control.IndexedCell double double double double
      StackMap stack:
         8: dload 6 /* end */
            dload 8 /* viewportLength */
            dcmpl
            ifle 10
         9: .line 1446
            aload 0 /* this */
            dload 6 /* end */
            dload 8 /* viewportLength */
            dsub
            invokevirtual javafx.scene.control.skin.VirtualFlow.scrollPixels:(D)D
            pop2
        end local 8 // double viewportLength
        end local 6 // double end
        end local 4 // double length
        end local 2 // double start
        10: .line 1449
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.scene.control.IndexedCell
      StackMap stack:
            return
        end local 1 // javafx.scene.control.IndexedCell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   11     1            cell  TT;
            2   10     2           start  D
            3   10     4          length  D
            4   10     6             end  D
            5   10     8  viewportLength  D
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      cell  

  public void scrollTo(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int index
         0: .line 1457
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getVisibleCell:(I)Ljavafx/scene/control/IndexedCell;
            astore 2 /* cell */
        start local 2 // javafx.scene.control.IndexedCell cell
         1: .line 1458
            aload 2 /* cell */
            ifnull 4
         2: .line 1459
            aload 0 /* this */
            aload 2 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.scrollTo:(Ljavafx/scene/control/IndexedCell;)V
         3: .line 1460
            goto 7
         4: .line 1461
      StackMap locals: javafx.scene.control.IndexedCell
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.adjustPositionToIndex:(I)V
         5: .line 1462
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.addAllToPile:()V
         6: .line 1463
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         7: .line 1465
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javafx.scene.control.IndexedCell cell
        end local 1 // int index
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    8     1  index  I
            1    8     2   cell  TT;
    MethodParameters:
       Name  Flags
      index  

  public void scrollToTop(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int index
         0: .line 1473
            iconst_0
            istore 2 /* posSet */
        start local 2 // boolean posSet
         1: .line 1475
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            iconst_1
            isub
            if_icmplt 5
         2: .line 1476
            aload 0 /* this */
            dconst_1
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
         3: .line 1477
            iconst_1
            istore 2 /* posSet */
         4: .line 1478
            goto 8
      StackMap locals: int
      StackMap stack:
         5: iload 1 /* index */
            ifge 8
         6: .line 1479
            aload 0 /* this */
            dconst_0
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
         7: .line 1480
            iconst_1
            istore 2 /* posSet */
         8: .line 1483
      StackMap locals:
      StackMap stack:
            iload 2 /* posSet */
            ifne 12
         9: .line 1484
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.adjustPositionToIndex:(I)V
        10: .line 1485
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeOffsetForCell:(I)D
            dneg
            dstore 3 /* offset */
        start local 3 // double offset
        11: .line 1486
            aload 0 /* this */
            dload 3 /* offset */
            invokevirtual javafx.scene.control.skin.VirtualFlow.adjustByPixelAmount:(D)V
        end local 3 // double offset
        12: .line 1489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
        13: .line 1490
            return
        end local 2 // boolean posSet
        end local 1 // int index
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   14     1   index  I
            1   14     2  posSet  Z
           11   12     3  offset  D
    MethodParameters:
       Name  Flags
      index  

  public double scrollPixels(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=21, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double delta
         0: .line 1508
            dload 1 /* delta */
            dconst_0
            dcmpl
            ifne 1
            dconst_0
            dreturn
         1: .line 1510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            istore 3 /* isVertical */
        start local 3 // boolean isVertical
         2: .line 1511
            iload 3 /* isVertical */
            ifeq 4
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.tempVisibility:Z
            ifeq 3
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needLengthBar:Z
            ifeq 6
            goto 4
      StackMap locals: int
      StackMap stack:
         3: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifeq 6
         4: .line 1512
      StackMap locals:
      StackMap stack:
            iload 3 /* isVertical */
            ifne 7
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.tempVisibility:Z
            ifeq 5
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needLengthBar:Z
            ifne 7
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifne 7
      StackMap locals:
      StackMap stack:
         6: dconst_0
            dreturn
         7: .line 1514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            dstore 4 /* pos */
        start local 4 // double pos
         8: .line 1515
            dload 4 /* pos */
            dconst_0
            dcmpl
            ifne 9
            dload 1 /* delta */
            dconst_0
            dcmpg
            ifge 9
            dconst_0
            dreturn
         9: .line 1516
      StackMap locals: double
      StackMap stack:
            dload 4 /* pos */
            dconst_1
            dcmpl
            ifne 10
            dload 1 /* delta */
            dconst_0
            dcmpl
            ifle 10
            dconst_0
            dreturn
        10: .line 1518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* delta */
            invokevirtual javafx.scene.control.skin.VirtualFlow.adjustByPixelAmount:(D)V
        11: .line 1519
            dload 4 /* pos */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            dcmpl
            ifne 13
        12: .line 1522
            dconst_0
            dreturn
        13: .line 1538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            ifle 63
        14: .line 1539
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        15: goto 20
        16: .line 1540
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 6 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 7 /* cell */
        start local 7 // javafx.scene.control.IndexedCell cell
        17: .line 1541
            getstatic javafx.scene.control.skin.VirtualFlow.$assertionsDisabled:Z
            ifne 18
            aload 7 /* cell */
            ifnonnull 18
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        18: .line 1542
      StackMap locals: javafx.scene.control.IndexedCell
      StackMap stack:
            aload 0 /* this */
            aload 7 /* cell */
            aload 0 /* this */
            aload 7 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dload 1 /* delta */
            dsub
            invokevirtual javafx.scene.control.skin.VirtualFlow.positionCell:(Ljavafx/scene/control/IndexedCell;D)V
        end local 7 // javafx.scene.control.IndexedCell cell
        19: .line 1539
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 6 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            if_icmplt 16
        end local 6 // int i
        21: .line 1546
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getFirst:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 6 /* firstCell */
        start local 6 // javafx.scene.control.IndexedCell firstCell
        22: .line 1547
            aload 6 /* firstCell */
            ifnonnull 23
            dconst_0
            goto 24
      StackMap locals: javafx.scene.control.skin.VirtualFlow double int double javafx.scene.control.IndexedCell
      StackMap stack:
        23: aload 0 /* this */
            aload 6 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
      StackMap locals:
      StackMap stack: double
        24: dstore 7 /* layoutY */
        start local 7 // double layoutY
        25: .line 1548
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        26: goto 34
        27: .line 1549
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 9 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 10 /* cell */
        start local 10 // javafx.scene.control.IndexedCell cell
        28: .line 1550
            getstatic javafx.scene.control.skin.VirtualFlow.$assertionsDisabled:Z
            ifne 29
            aload 10 /* cell */
            ifnonnull 29
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        29: .line 1551
      StackMap locals: javafx.scene.control.IndexedCell
      StackMap stack:
            aload 0 /* this */
            aload 10 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dstore 11 /* actualLayoutY */
        start local 11 // double actualLayoutY
        30: .line 1552
            dload 11 /* actualLayoutY */
            dload 7 /* layoutY */
            dsub
            invokestatic java.lang.Math.abs:(D)D
            ldc 0.001
            dcmpl
            ifle 32
        31: .line 1554
            aload 0 /* this */
            aload 10 /* cell */
            dload 7 /* layoutY */
            invokevirtual javafx.scene.control.skin.VirtualFlow.positionCell:(Ljavafx/scene/control/IndexedCell;D)V
        32: .line 1557
      StackMap locals: double
      StackMap stack:
            dload 7 /* layoutY */
            aload 0 /* this */
            aload 10 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dadd
            dstore 7 /* layoutY */
        end local 11 // double actualLayoutY
        end local 10 // javafx.scene.control.IndexedCell cell
        33: .line 1548
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 9 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            if_icmplt 27
        end local 9 // int i
        35: .line 1560
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.cull:()V
        36: .line 1561
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getFirst:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 6 /* firstCell */
        37: .line 1564
            aload 6 /* firstCell */
            ifnull 42
        38: .line 1565
            aload 0 /* this */
            aload 6 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            istore 9 /* firstIndex */
        start local 9 // int firstIndex
        39: .line 1566
            aload 0 /* this */
            iload 9 /* firstIndex */
            iconst_1
            isub
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(I)D
            dstore 10 /* prevIndexSize */
        start local 10 // double prevIndexSize
        40: .line 1567
            aload 0 /* this */
            iload 9 /* firstIndex */
            iconst_1
            isub
            aload 0 /* this */
            aload 6 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dload 10 /* prevIndexSize */
            dsub
            invokevirtual javafx.scene.control.skin.VirtualFlow.addLeadingCells:(ID)V
        end local 10 // double prevIndexSize
        end local 9 // int firstIndex
        41: .line 1568
            goto 45
        42: .line 1569
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeCurrentIndex:()I
            istore 9 /* currentIndex */
        start local 9 // int currentIndex
        43: .line 1573
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeViewportOffset:(D)D
            dneg
            dstore 10 /* offset */
        start local 10 // double offset
        44: .line 1578
            aload 0 /* this */
            iload 9 /* currentIndex */
            dload 10 /* offset */
            invokevirtual javafx.scene.control.skin.VirtualFlow.addLeadingCells:(ID)V
        end local 10 // double offset
        end local 9 // int currentIndex
        45: .line 1586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual javafx.scene.control.skin.VirtualFlow.addTrailingCells:(Z)Z
            ifne 63
        46: .line 1590
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getLastVisibleCell:()Ljavafx/scene/control/IndexedCell;
            astore 9 /* lastCell */
        start local 9 // javafx.scene.control.IndexedCell lastCell
        47: .line 1591
            aload 0 /* this */
            aload 9 /* lastCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dstore 10 /* lastCellSize */
        start local 10 // double lastCellSize
        48: .line 1592
            aload 0 /* this */
            aload 9 /* lastCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dload 10 /* lastCellSize */
            dadd
            dstore 12 /* cellEnd */
        start local 12 // double cellEnd
        49: .line 1593
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dstore 14 /* viewportLength */
        start local 14 // double viewportLength
        50: .line 1595
            dload 12 /* cellEnd */
            dload 14 /* viewportLength */
            dcmpg
            ifge 63
        51: .line 1597
            dload 14 /* viewportLength */
            dload 12 /* cellEnd */
            dsub
            dstore 16 /* emptySize */
        start local 16 // double emptySize
        52: .line 1598
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        53: goto 57
        54: .line 1599
      StackMap locals: javafx.scene.control.skin.VirtualFlow double int double javafx.scene.control.IndexedCell double javafx.scene.control.IndexedCell double double double double int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 18 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 19 /* cell */
        start local 19 // javafx.scene.control.IndexedCell cell
        55: .line 1600
            aload 0 /* this */
            aload 19 /* cell */
            aload 0 /* this */
            aload 19 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dload 16 /* emptySize */
            dadd
            invokevirtual javafx.scene.control.skin.VirtualFlow.positionCell:(Ljavafx/scene/control/IndexedCell;D)V
        end local 19 // javafx.scene.control.IndexedCell cell
        56: .line 1598
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        57: iload 18 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            if_icmplt 54
        end local 18 // int i
        58: .line 1602
            aload 0 /* this */
            dconst_1
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
        59: .line 1604
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getFirst:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 6 /* firstCell */
        60: .line 1605
            aload 0 /* this */
            aload 6 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            istore 18 /* firstIndex */
        start local 18 // int firstIndex
        61: .line 1606
            aload 0 /* this */
            iload 18 /* firstIndex */
            iconst_1
            isub
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(I)D
            dstore 19 /* prevIndexSize */
        start local 19 // double prevIndexSize
        62: .line 1607
            aload 0 /* this */
            iload 18 /* firstIndex */
            iconst_1
            isub
            aload 0 /* this */
            aload 6 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dload 19 /* prevIndexSize */
            dsub
            invokevirtual javafx.scene.control.skin.VirtualFlow.addLeadingCells:(ID)V
        end local 19 // double prevIndexSize
        end local 18 // int firstIndex
        end local 16 // double emptySize
        end local 14 // double viewportLength
        end local 12 // double cellEnd
        end local 10 // double lastCellSize
        end local 9 // javafx.scene.control.IndexedCell lastCell
        end local 7 // double layoutY
        end local 6 // javafx.scene.control.IndexedCell firstCell
        63: .line 1613
      StackMap locals: javafx.scene.control.skin.VirtualFlow double int double
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.cull:()V
        64: .line 1616
            aload 0 /* this */
            iconst_0
            invokevirtual javafx.scene.control.skin.VirtualFlow.updateScrollBarsAndCells:(Z)V
        65: .line 1617
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            putfield javafx.scene.control.skin.VirtualFlow.lastPosition:D
        66: .line 1620
            dload 1 /* delta */
            dreturn
        end local 4 // double pos
        end local 3 // boolean isVertical
        end local 1 // double delta
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   67     0            this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   67     1           delta  D
            2   67     3      isVertical  Z
            8   67     4             pos  D
           15   21     6               i  I
           17   19     7            cell  TT;
           22   63     6       firstCell  TT;
           25   63     7         layoutY  D
           26   35     9               i  I
           28   33    10            cell  TT;
           30   33    11   actualLayoutY  D
           39   41     9      firstIndex  I
           40   41    10   prevIndexSize  D
           43   45     9    currentIndex  I
           44   45    10          offset  D
           47   63     9        lastCell  TT;
           48   63    10    lastCellSize  D
           49   63    12         cellEnd  D
           50   63    14  viewportLength  D
           52   63    16       emptySize  D
           53   58    18               i  I
           55   56    19            cell  TT;
           61   63    18      firstIndex  I
           62   63    19   prevIndexSize  D
    MethodParameters:
       Name  Flags
      delta  final

  protected double computePrefWidth(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double height
         0: .line 1625
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 1
            aload 0 /* this */
            dload 1 /* height */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPrefBreadth:(D)D
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPrefLength:()D
      StackMap locals:
      StackMap stack: double
         2: dstore 3 /* w */
        start local 3 // double w
         3: .line 1626
            dload 3 /* w */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            ldc -1.0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefWidth:(D)D
            dadd
            dreturn
        end local 3 // double w
        end local 1 // double height
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    4     1  height  D
            3    4     3       w  D
    MethodParameters:
        Name  Flags
      height  

  protected double computePrefHeight(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double width
         0: .line 1631
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPrefLength:()D
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dload 1 /* width */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPrefBreadth:(D)D
      StackMap locals:
      StackMap stack: double
         2: dstore 3 /* h */
        start local 3 // double h
         3: .line 1632
            dload 3 /* h */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            ldc -1.0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefHeight:(D)D
            dadd
            dreturn
        end local 3 // double h
        end local 1 // double width
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    4     1  width  D
            3    4     3      h  D
    MethodParameters:
       Name  Flags
      width  

  public T getCell();
    descriptor: (I)Ljavafx/scene/control/IndexedCell;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int index
         0: .line 1645
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifne 3
         1: .line 1648
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getVisibleCell:(I)Ljavafx/scene/control/IndexedCell;
            astore 2 /* cell */
        start local 2 // javafx.scene.control.IndexedCell cell
         2: .line 1649
            aload 2 /* cell */
            ifnull 3
            aload 2 /* cell */
            areturn
        end local 2 // javafx.scene.control.IndexedCell cell
         3: .line 1653
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 9
         5: .line 1654
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 2 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 3 /* cell */
        start local 3 // javafx.scene.control.IndexedCell cell
         6: .line 1655
            aload 0 /* this */
            aload 3 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            iload 1 /* index */
            if_icmpne 8
         7: .line 1660
            aload 3 /* cell */
            areturn
        end local 3 // javafx.scene.control.IndexedCell cell
         8: .line 1653
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            if_icmplt 5
        end local 2 // int i
        10: .line 1664
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            ifle 12
        11: .line 1665
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iconst_0
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            areturn
        12: .line 1669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            ifnonnull 20
        13: .line 1670
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellFactory:()Ljavafx/util/Callback;
            astore 2 /* cellFactory */
        start local 2 // javafx.util.Callback cellFactory
        14: .line 1671
            aload 2 /* cellFactory */
            ifnull 20
        15: .line 1672
            aload 0 /* this */
            aload 2 /* cellFactory */
            aload 0 /* this */
            invokeinterface javafx.util.Callback.call:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            putfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
        16: .line 1673
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            invokevirtual javafx.scene.control.IndexedCell.getProperties:()Ljavafx/collections/ObservableMap;
            ldc "newcell"
            aconst_null
            invokeinterface javafx.collections.ObservableMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 1674
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCellParent:Ljavafx/scene/Group;
            invokevirtual javafx.scene.Group.getChildren:()Ljavafx/collections/ObservableList;
            iconst_1
            anewarray javafx.scene.Node
            dup
            iconst_0
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            aastore
            invokeinterface javafx.collections.ObservableList.setAll:([Ljava/lang/Object;)Z
            pop
        18: .line 1684
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            getstatic javafx.scene.AccessibleRole.NODE:Ljavafx/scene/AccessibleRole;
            invokevirtual javafx.scene.control.IndexedCell.setAccessibleRole:(Ljavafx/scene/AccessibleRole;)V
        19: .line 1685
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            invokevirtual javafx.scene.control.IndexedCell.getChildrenUnmodifiable:()Ljavafx/collections/ObservableList;
            aload 0 /* this */
            invokedynamic invalidated(Ljavafx/scene/control/skin/VirtualFlow;)Ljavafx/beans/InvalidationListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/beans/Observable;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$12(Ljavafx/beans/Observable;)V (7)
                  (Ljavafx/beans/Observable;)V
            invokeinterface javafx.collections.ObservableList.addListener:(Ljavafx/beans/InvalidationListener;)V
        end local 2 // javafx.util.Callback cellFactory
        20: .line 1692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.setCellIndex:(Ljavafx/scene/control/IndexedCell;I)V
        21: .line 1693
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            invokevirtual javafx.scene.control.skin.VirtualFlow.resizeCellSize:(Ljavafx/scene/control/IndexedCell;)V
        22: .line 1694
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            areturn
        end local 1 // int index
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   23     1        index  I
            2    3     2         cell  TT;
            4   10     2            i  I
            6    8     3         cell  TT;
           14   20     2  cellFactory  Ljavafx/util/Callback<Ljavafx/scene/control/skin/VirtualFlow<TT;>;TT;>;
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  protected void setCellIndex(T, );
    descriptor: (Ljavafx/scene/control/IndexedCell;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell cell
        start local 2 // int index
         0: .line 1706
            getstatic javafx.scene.control.skin.VirtualFlow.$assertionsDisabled:Z
            ifne 1
            aload 1 /* cell */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1708
      StackMap locals:
      StackMap stack:
            aload 1 /* cell */
            iload 2 /* index */
            invokevirtual javafx.scene.control.IndexedCell.updateIndex:(I)V
         2: .line 1714
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.isNeedsLayout:()Z
            ifeq 3
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getScene:()Ljavafx/scene/Scene;
            ifnonnull 4
      StackMap locals:
      StackMap stack:
         3: aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getProperties:()Ljavafx/collections/ObservableMap;
            ldc "newcell"
            invokeinterface javafx.collections.ObservableMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 1715
      StackMap locals:
      StackMap stack:
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.applyCss:()V
         5: .line 1716
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getProperties:()Ljavafx/collections/ObservableMap;
            ldc "newcell"
            invokeinterface javafx.collections.ObservableMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 1718
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int index
        end local 1 // javafx.scene.control.IndexedCell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    7     1   cell  TT;
            0    7     2  index  I
    Signature: (TT;I)V
    MethodParameters:
       Name  Flags
      cell   
      index  

  protected int getCellIndex();
    descriptor: (Ljavafx/scene/control/IndexedCell;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell cell
         0: .line 1727
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getIndex:()I
            ireturn
        end local 1 // javafx.scene.control.IndexedCell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    1     1  cell  TT;
    Signature: (TT;)I
    MethodParameters:
      Name  Flags
      cell  

  final com.sun.javafx.scene.control.VirtualScrollBar getHbar();
    descriptor: ()Lcom/sun/javafx/scene/control/VirtualScrollBar;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1739
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  final com.sun.javafx.scene.control.VirtualScrollBar getVbar();
    descriptor: ()Lcom/sun/javafx/scene/control/VirtualScrollBar;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1742
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  private final void setMaxPrefBreadth(double);
    descriptor: (D)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double value
         0: .line 1756
            aload 0 /* this */
            dload 1 /* value */
            putfield javafx.scene.control.skin.VirtualFlow.maxPrefBreadth:D
         1: .line 1757
            return
        end local 1 // double value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  final double getMaxPrefBreadth();
    descriptor: ()D
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1759
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.maxPrefBreadth:D
            dreturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  private final void setViewportBreadth(double);
    descriptor: (D)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double value
         0: .line 1770
            aload 0 /* this */
            dload 1 /* value */
            putfield javafx.scene.control.skin.VirtualFlow.viewportBreadth:D
         1: .line 1771
            return
        end local 1 // double value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  private final double getViewportBreadth();
    descriptor: ()D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1773
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.viewportBreadth:D
            dreturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  void setViewportLength(double);
    descriptor: (D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double value
         0: .line 1784
            aload 0 /* this */
            dload 1 /* value */
            putfield javafx.scene.control.skin.VirtualFlow.viewportLength:D
         1: .line 1785
            return
        end local 1 // double value
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  double getViewportLength();
    descriptor: ()D
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1787
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.viewportLength:D
            dreturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  double getCellLength(int);
    descriptor: (I)D
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int index
         0: .line 1799
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.fixedCellSizeEnabled:Z
            ifeq 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getFixedCellSize:()D
            dreturn
         1: .line 1801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCell:(I)Ljavafx/scene/control/IndexedCell;
            astore 2 /* cell */
        start local 2 // javafx.scene.control.IndexedCell cell
         2: .line 1802
            aload 0 /* this */
            aload 2 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dstore 3 /* length */
        start local 3 // double length
         3: .line 1803
            aload 0 /* this */
            aload 2 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.releaseCell:(Ljavafx/scene/control/IndexedCell;)V
         4: .line 1804
            dload 3 /* length */
            dreturn
        end local 3 // double length
        end local 2 // javafx.scene.control.IndexedCell cell
        end local 1 // int index
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    5     1   index  I
            2    5     2    cell  TT;
            3    5     3  length  D
    MethodParameters:
       Name  Flags
      index  

  double getCellBreadth(int);
    descriptor: (I)D
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int index
         0: .line 1810
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCell:(I)Ljavafx/scene/control/IndexedCell;
            astore 2 /* cell */
        start local 2 // javafx.scene.control.IndexedCell cell
         1: .line 1811
            aload 0 /* this */
            aload 2 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellBreadth:(Ljavafx/scene/control/Cell;)D
            dstore 3 /* b */
        start local 3 // double b
         2: .line 1812
            aload 0 /* this */
            aload 2 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.releaseCell:(Ljavafx/scene/control/IndexedCell;)V
         3: .line 1813
            dload 3 /* b */
            dreturn
        end local 3 // double b
        end local 2 // javafx.scene.control.IndexedCell cell
        end local 1 // int index
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    4     1  index  I
            1    4     2   cell  TT;
            2    4     3      b  D
    MethodParameters:
       Name  Flags
      index  

  double getCellLength();
    descriptor: (Ljavafx/scene/control/IndexedCell;)D
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell cell
         0: .line 1820
            aload 1 /* cell */
            ifnonnull 1
            dconst_0
            dreturn
         1: .line 1821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.fixedCellSizeEnabled:Z
            ifeq 2
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getFixedCellSize:()D
            dreturn
         2: .line 1823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 4
         3: .line 1824
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getLayoutBounds:()Ljavafx/geometry/Bounds;
            invokevirtual javafx.geometry.Bounds.getHeight:()D
            goto 5
         4: .line 1825
      StackMap locals:
      StackMap stack:
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getLayoutBounds:()Ljavafx/geometry/Bounds;
            invokevirtual javafx.geometry.Bounds.getWidth:()D
         5: .line 1823
      StackMap locals:
      StackMap stack: double
            dreturn
        end local 1 // javafx.scene.control.IndexedCell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    6     1  cell  TT;
    Signature: (TT;)D
    MethodParameters:
      Name  Flags
      cell  

  double getCellBreadth(javafx.scene.control.Cell);
    descriptor: (Ljavafx/scene/control/Cell;)D
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.Cell cell
         0: .line 1832
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 2
         1: .line 1833
            aload 1 /* cell */
            ldc -1.0
            invokevirtual javafx.scene.control.Cell.prefWidth:(D)D
            goto 3
         2: .line 1834
      StackMap locals:
      StackMap stack:
            aload 1 /* cell */
            ldc -1.0
            invokevirtual javafx.scene.control.Cell.prefHeight:(D)D
         3: .line 1832
      StackMap locals:
      StackMap stack: double
            dreturn
        end local 1 // javafx.scene.control.Cell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    4     1  cell  Ljavafx/scene/control/Cell;
    MethodParameters:
      Name  Flags
      cell  

  double getCellPosition();
    descriptor: (Ljavafx/scene/control/IndexedCell;)D
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell cell
         0: .line 1841
            aload 1 /* cell */
            ifnonnull 1
            dconst_0
            dreturn
         1: .line 1843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 3
         2: .line 1844
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getLayoutY:()D
            goto 4
         3: .line 1845
      StackMap locals:
      StackMap stack:
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getLayoutX:()D
         4: .line 1843
      StackMap locals:
      StackMap stack: double
            dreturn
        end local 1 // javafx.scene.control.IndexedCell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    5     1  cell  TT;
    Signature: (TT;)D
    MethodParameters:
      Name  Flags
      cell  

  private void positionCell(T, );
    descriptor: (Ljavafx/scene/control/IndexedCell;D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell cell
        start local 2 // double position
         0: .line 1849
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 4
         1: .line 1850
            aload 1 /* cell */
            dconst_0
            invokevirtual javafx.scene.control.IndexedCell.setLayoutX:(D)V
         2: .line 1851
            aload 1 /* cell */
            aload 0 /* this */
            dload 2 /* position */
            invokevirtual javafx.scene.control.skin.VirtualFlow.snapSizeY:(D)D
            invokevirtual javafx.scene.control.IndexedCell.setLayoutY:(D)V
         3: .line 1852
            goto 6
         4: .line 1853
      StackMap locals:
      StackMap stack:
            aload 1 /* cell */
            aload 0 /* this */
            dload 2 /* position */
            invokevirtual javafx.scene.control.skin.VirtualFlow.snapSizeX:(D)D
            invokevirtual javafx.scene.control.IndexedCell.setLayoutX:(D)V
         5: .line 1854
            aload 1 /* cell */
            dconst_0
            invokevirtual javafx.scene.control.IndexedCell.setLayoutY:(D)V
         6: .line 1856
      StackMap locals:
      StackMap stack:
            return
        end local 2 // double position
        end local 1 // javafx.scene.control.IndexedCell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    7     1      cell  TT;
            0    7     2  position  D
    Signature: (TT;D)V
    MethodParameters:
          Name  Flags
      cell      
      position  

  private void resizeCellSize();
    descriptor: (Ljavafx/scene/control/IndexedCell;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=4, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell cell
         0: .line 1859
            aload 1 /* cell */
            ifnonnull 1
            return
         1: .line 1861
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 7
         2: .line 1862
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportBreadth:()D
            invokestatic java.lang.Math.max:(DD)D
            dstore 2 /* width */
        start local 2 // double width
         3: .line 1863
            aload 1 /* cell */
            dload 2 /* width */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.fixedCellSizeEnabled:Z
            ifeq 4
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getFixedCellSize:()D
            goto 5
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.scene.control.IndexedCell double
      StackMap stack: javafx.scene.control.IndexedCell double
         4: aload 1 /* cell */
            dload 2 /* width */
            invokevirtual javafx.scene.control.IndexedCell.prefHeight:(D)D
            aload 1 /* cell */
            dload 2 /* width */
            invokevirtual javafx.scene.control.IndexedCell.minHeight:(D)D
            aload 1 /* cell */
            dload 2 /* width */
            invokevirtual javafx.scene.control.IndexedCell.maxHeight:(D)D
            invokestatic com.sun.javafx.scene.control.skin.Utils.boundedSize:(DDD)D
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.scene.control.IndexedCell double
      StackMap stack: javafx.scene.control.IndexedCell double double
         5: invokevirtual javafx.scene.control.IndexedCell.resize:(DD)V
        end local 2 // double width
         6: .line 1864
            goto 11
         7: .line 1865
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportBreadth:()D
            invokestatic java.lang.Math.max:(DD)D
            dstore 2 /* height */
        start local 2 // double height
         8: .line 1866
            aload 1 /* cell */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.fixedCellSizeEnabled:Z
            ifeq 9
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getFixedCellSize:()D
            goto 10
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.scene.control.IndexedCell double
      StackMap stack: javafx.scene.control.IndexedCell
         9: aload 1 /* cell */
            dload 2 /* height */
            invokevirtual javafx.scene.control.IndexedCell.prefWidth:(D)D
            aload 1 /* cell */
            dload 2 /* height */
            invokevirtual javafx.scene.control.IndexedCell.minWidth:(D)D
            aload 1 /* cell */
            dload 2 /* height */
            invokevirtual javafx.scene.control.IndexedCell.maxWidth:(D)D
            invokestatic com.sun.javafx.scene.control.skin.Utils.boundedSize:(DDD)D
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.scene.control.IndexedCell double
      StackMap stack: javafx.scene.control.IndexedCell double
        10: dload 2 /* height */
            invokevirtual javafx.scene.control.IndexedCell.resize:(DD)V
        end local 2 // double height
        11: .line 1868
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.control.IndexedCell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   12     1    cell  TT;
            3    6     2   width  D
            8   11     2  height  D
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      cell  

  private java.util.List<T> getCells();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1871
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
    Signature: ()Ljava/util/List<TT;>;

  T getLastVisibleCellWithinViewPort();
    descriptor: ()Ljavafx/scene/control/IndexedCell;
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1876
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dconst_0
            dcmpg
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
            areturn
         2: .line 1879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dstore 2 /* max */
        start local 2 // double max
         3: .line 1880
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         4: goto 12
         5: .line 1881
      StackMap locals: javafx.scene.control.skin.VirtualFlow top double int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 4 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 1 /* cell */
        start local 1 // javafx.scene.control.IndexedCell cell
         6: .line 1882
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.isEmpty:()Z
            ifeq 7
            goto 11
         7: .line 1884
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.scene.control.IndexedCell double int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dstore 5 /* cellStart */
        start local 5 // double cellStart
         8: .line 1885
            dload 5 /* cellStart */
            aload 0 /* this */
            aload 1 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dadd
            dstore 7 /* cellEnd */
        start local 7 // double cellEnd
         9: .line 1889
            dload 7 /* cellEnd */
            dload 2 /* max */
            ldc 2.0
            dadd
            dcmpg
            ifgt 11
        10: .line 1890
            aload 1 /* cell */
            areturn
        end local 7 // double cellEnd
        end local 5 // double cellStart
        11: .line 1880
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ -1
        end local 1 // javafx.scene.control.IndexedCell cell
      StackMap locals: javafx.scene.control.skin.VirtualFlow top double int
      StackMap stack:
        12: iload 4 /* i */
            ifge 5
        end local 4 // int i
        13: .line 1894
            aconst_null
            areturn
        end local 2 // double max
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            6   12     1       cell  TT;
            3   14     2        max  D
            4   13     4          i  I
            8   11     5  cellStart  D
            9   11     7    cellEnd  D
    Signature: ()TT;

  T getFirstVisibleCellWithinViewPort();
    descriptor: ()Ljavafx/scene/control/IndexedCell;
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 1899
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dconst_0
            dcmpg
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
            areturn
         2: .line 1902
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 10
         4: .line 1903
      StackMap locals: javafx.scene.control.skin.VirtualFlow top int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 2 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 1 /* cell */
        start local 1 // javafx.scene.control.IndexedCell cell
         5: .line 1904
            aload 1 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.isEmpty:()Z
            ifeq 6
            goto 9
         6: .line 1906
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.scene.control.IndexedCell int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dstore 3 /* cellStart */
        start local 3 // double cellStart
         7: .line 1907
            dload 3 /* cellStart */
            dconst_0
            dcmpl
            iflt 9
         8: .line 1908
            aload 1 /* cell */
            areturn
        end local 3 // double cellStart
         9: .line 1902
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        end local 1 // javafx.scene.control.IndexedCell cell
      StackMap locals: javafx.scene.control.skin.VirtualFlow top int
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            if_icmplt 4
        end local 2 // int i
        11: .line 1912
            aconst_null
            areturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            5   10     1       cell  TT;
            3   11     2          i  I
            7    9     3  cellStart  D
    Signature: ()TT;

  void addLeadingCells(int, double);
    descriptor: (ID)V
    flags: (0x0000) 
    Code:
      stack=5, locals=13, args_size=3
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int currentIndex
        start local 2 // double startOffset
         0: .line 1925
            dload 2 /* startOffset */
            dstore 4 /* offset */
        start local 4 // double offset
         1: .line 1927
            iload 1 /* currentIndex */
            istore 6 /* index */
        start local 6 // int index
         2: .line 1930
            iconst_1
            istore 7 /* first */
        start local 7 // boolean first
         3: .line 1938
            aconst_null
            astore 8 /* cell */
        start local 8 // javafx.scene.control.IndexedCell cell
         4: .line 1941
            iload 6 /* index */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            if_icmpne 20
            dload 4 /* offset */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dcmpl
            ifne 20
         5: .line 1942
            iinc 6 /* index */ -1
         6: .line 1943
            iconst_0
            istore 7 /* first */
         7: .line 1945
            goto 20
         8: .line 1946
      StackMap locals: javafx.scene.control.skin.VirtualFlow int double double int int javafx.scene.control.IndexedCell
      StackMap stack:
            aload 0 /* this */
            iload 6 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getAvailableCell:(I)Ljavafx/scene/control/IndexedCell;
            astore 8 /* cell */
         9: .line 1947
            aload 0 /* this */
            aload 8 /* cell */
            iload 6 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.setCellIndex:(Ljavafx/scene/control/IndexedCell;I)V
        10: .line 1948
            aload 0 /* this */
            aload 8 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.resizeCellSize:(Ljavafx/scene/control/IndexedCell;)V
        11: .line 1949
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            aload 8 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.addFirst:(Ljava/lang/Object;)V
        12: .line 1956
            iload 7 /* first */
            ifeq 15
        13: .line 1957
            iconst_0
            istore 7 /* first */
        14: .line 1958
            goto 16
        15: .line 1959
      StackMap locals:
      StackMap stack:
            dload 4 /* offset */
            aload 0 /* this */
            aload 8 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dsub
            dstore 4 /* offset */
        16: .line 1963
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 8 /* cell */
            dload 4 /* offset */
            invokevirtual javafx.scene.control.skin.VirtualFlow.positionCell:(Ljavafx/scene/control/IndexedCell;D)V
        17: .line 1964
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            aload 0 /* this */
            aload 8 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellBreadth:(Ljavafx/scene/control/Cell;)D
            invokestatic java.lang.Math.max:(DD)D
            invokevirtual javafx.scene.control.skin.VirtualFlow.setMaxPrefBreadth:(D)V
        18: .line 1965
            aload 8 /* cell */
            iconst_1
            invokevirtual javafx.scene.control.IndexedCell.setVisible:(Z)V
        19: .line 1966
            iinc 6 /* index */ -1
        20: .line 1945
      StackMap locals:
      StackMap stack:
            iload 6 /* index */
            iflt 21
            dload 4 /* offset */
            dconst_0
            dcmpl
            ifgt 8
            iload 7 /* first */
            ifne 8
        21: .line 1974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            ifle 36
        22: .line 1975
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getFirst:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 8 /* cell */
        23: .line 1976
            aload 0 /* this */
            aload 8 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            istore 9 /* firstIndex */
        start local 9 // int firstIndex
        24: .line 1977
            aload 0 /* this */
            aload 8 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dstore 10 /* firstCellPos */
        start local 10 // double firstCellPos
        25: .line 1978
            iload 9 /* firstIndex */
            ifne 38
            dload 10 /* firstCellPos */
            dconst_0
            dcmpl
            ifle 38
        26: .line 1979
            aload 0 /* this */
            dconst_0
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
        27: .line 1980
            dconst_0
            dstore 4 /* offset */
        28: .line 1981
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        29: goto 34
        30: .line 1982
      StackMap locals: int double int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 12 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 8 /* cell */
        31: .line 1983
            aload 0 /* this */
            aload 8 /* cell */
            dload 4 /* offset */
            invokevirtual javafx.scene.control.skin.VirtualFlow.positionCell:(Ljavafx/scene/control/IndexedCell;D)V
        32: .line 1984
            dload 4 /* offset */
            aload 0 /* this */
            aload 8 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dadd
            dstore 4 /* offset */
        33: .line 1981
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 12 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            if_icmplt 30
        end local 12 // int i
        end local 10 // double firstCellPos
        end local 9 // int firstIndex
        35: .line 1987
            goto 38
        36: .line 1989
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dconst_0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setValue:(D)V
        37: .line 1990
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dconst_0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setValue:(D)V
        38: .line 1992
      StackMap locals:
      StackMap stack:
            return
        end local 8 // javafx.scene.control.IndexedCell cell
        end local 7 // boolean first
        end local 6 // int index
        end local 4 // double offset
        end local 2 // double startOffset
        end local 1 // int currentIndex
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   39     0          this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   39     1  currentIndex  I
            0   39     2   startOffset  D
            1   39     4        offset  D
            2   39     6         index  I
            3   39     7         first  Z
            4   39     8          cell  TT;
           24   35     9    firstIndex  I
           25   35    10  firstCellPos  D
           29   35    12             i  I
    MethodParameters:
              Name  Flags
      currentIndex  
      startOffset   

  boolean addTrailingCells(boolean);
    descriptor: (Z)Z
    flags: (0x0000) 
    Code:
      stack=6, locals=26, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // boolean fillEmptyCells
         0: .line 2001
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifeq 1
            iconst_0
            ireturn
         1: .line 2007
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getLast:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 2 /* startCell */
        start local 2 // javafx.scene.control.IndexedCell startCell
         2: .line 2008
            aload 0 /* this */
            aload 2 /* startCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            aload 0 /* this */
            aload 2 /* startCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dadd
            dstore 3 /* offset */
        start local 3 // double offset
         3: .line 2009
            aload 0 /* this */
            aload 2 /* startCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            iconst_1
            iadd
            istore 5 /* index */
        start local 5 // int index
         4: .line 2010
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            istore 6 /* cellCount */
        start local 6 // int cellCount
         5: .line 2011
            iload 5 /* index */
            iload 6 /* cellCount */
            if_icmpgt 6
            iconst_1
            goto 7
      StackMap locals: javafx.scene.control.skin.VirtualFlow int javafx.scene.control.IndexedCell double int int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 7 /* filledWithNonEmpty */
        start local 7 // boolean filledWithNonEmpty
         8: .line 2013
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dstore 8 /* viewportLength */
        start local 8 // double viewportLength
         9: .line 2016
            dload 3 /* offset */
            dconst_0
            dcmpg
            ifge 11
            iload 1 /* fillEmptyCells */
            ifne 11
        10: .line 2017
            iconst_0
            ireturn
        11: .line 2027
      StackMap locals: int double
      StackMap stack:
            dload 8 /* viewportLength */
            dstore 10 /* maxCellCount */
        start local 10 // double maxCellCount
        12: .line 2028
            goto 30
        13: .line 2029
      StackMap locals: double
      StackMap stack:
            iload 5 /* index */
            iload 6 /* cellCount */
            if_icmplt 21
        14: .line 2030
            dload 3 /* offset */
            dload 8 /* viewportLength */
            dcmpg
            ifge 15
            iconst_0
            istore 7 /* filledWithNonEmpty */
        15: .line 2031
      StackMap locals:
      StackMap stack:
            iload 1 /* fillEmptyCells */
            ifne 16
            iload 7 /* filledWithNonEmpty */
            ireturn
        16: .line 2033
      StackMap locals:
      StackMap stack:
            iload 5 /* index */
            i2d
            dload 10 /* maxCellCount */
            dcmpl
            ifle 21
        17: .line 2034
            invokestatic com.sun.javafx.scene.control.Logging.getControlsLogger:()Lcom/sun/javafx/logging/PlatformLogger;
            astore 12 /* logger */
        start local 12 // com.sun.javafx.logging.PlatformLogger logger
        18: .line 2035
            aload 12 /* logger */
            getstatic com.sun.javafx.logging.PlatformLogger$Level.INFO:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 20
        19: .line 2036
            aload 12 /* logger */
            new java.lang.StringBuilder
            dup
            ldc "index exceeds maxCellCount. Check size calculations for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* startCell */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.javafx.logging.PlatformLogger.info:(Ljava/lang/String;)V
        20: .line 2038
      StackMap locals: com.sun.javafx.logging.PlatformLogger
      StackMap stack:
            iload 7 /* filledWithNonEmpty */
            ireturn
        end local 12 // com.sun.javafx.logging.PlatformLogger logger
        21: .line 2041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getAvailableCell:(I)Ljavafx/scene/control/IndexedCell;
            astore 12 /* cell */
        start local 12 // javafx.scene.control.IndexedCell cell
        22: .line 2042
            aload 0 /* this */
            aload 12 /* cell */
            iload 5 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.setCellIndex:(Ljavafx/scene/control/IndexedCell;I)V
        23: .line 2043
            aload 0 /* this */
            aload 12 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.resizeCellSize:(Ljavafx/scene/control/IndexedCell;)V
        24: .line 2044
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            aload 12 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.addLast:(Ljava/lang/Object;)V
        25: .line 2047
            aload 0 /* this */
            aload 12 /* cell */
            dload 3 /* offset */
            invokevirtual javafx.scene.control.skin.VirtualFlow.positionCell:(Ljavafx/scene/control/IndexedCell;D)V
        26: .line 2048
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            aload 0 /* this */
            aload 12 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellBreadth:(Ljavafx/scene/control/Cell;)D
            invokestatic java.lang.Math.max:(DD)D
            invokevirtual javafx.scene.control.skin.VirtualFlow.setMaxPrefBreadth:(D)V
        27: .line 2050
            dload 3 /* offset */
            aload 0 /* this */
            aload 12 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dadd
            dstore 3 /* offset */
        28: .line 2051
            aload 12 /* cell */
            iconst_1
            invokevirtual javafx.scene.control.IndexedCell.setVisible:(Z)V
        29: .line 2052
            iinc 5 /* index */ 1
        end local 12 // javafx.scene.control.IndexedCell cell
        30: .line 2028
      StackMap locals:
      StackMap stack:
            dload 3 /* offset */
            dload 8 /* viewportLength */
            dcmpg
            iflt 13
        31: .line 2062
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getFirst:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 12 /* firstCell */
        start local 12 // javafx.scene.control.IndexedCell firstCell
        32: .line 2063
            aload 0 /* this */
            aload 12 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            istore 5 /* index */
        33: .line 2064
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getLastVisibleCell:()Ljavafx/scene/control/IndexedCell;
            astore 13 /* lastNonEmptyCell */
        start local 13 // javafx.scene.control.IndexedCell lastNonEmptyCell
        34: .line 2065
            aload 0 /* this */
            aload 12 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dstore 14 /* start */
        start local 14 // double start
        35: .line 2066
            aload 0 /* this */
            aload 13 /* lastNonEmptyCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            aload 0 /* this */
            aload 13 /* lastNonEmptyCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dadd
            dstore 16 /* end */
        start local 16 // double end
        36: .line 2067
            iload 5 /* index */
            ifne 37
            iload 5 /* index */
            ifne 71
            dload 14 /* start */
            dconst_0
            dcmpg
            ifge 71
      StackMap locals: javafx.scene.control.skin.VirtualFlow int javafx.scene.control.IndexedCell double int int int double double javafx.scene.control.IndexedCell javafx.scene.control.IndexedCell double double
      StackMap stack:
        37: iload 1 /* fillEmptyCells */
            ifeq 71
        38: .line 2068
            aload 13 /* lastNonEmptyCell */
            ifnull 71
            aload 0 /* this */
            aload 13 /* lastNonEmptyCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            iload 6 /* cellCount */
            iconst_1
            isub
            if_icmpne 71
            dload 16 /* end */
            dload 8 /* viewportLength */
            dcmpg
            ifge 71
        39: .line 2070
            dload 16 /* end */
            dstore 18 /* prospectiveEnd */
        start local 18 // double prospectiveEnd
        40: .line 2071
            dload 8 /* viewportLength */
            dload 16 /* end */
            dsub
            dstore 20 /* distance */
        start local 20 // double distance
        41: .line 2072
            goto 53
        42: .line 2073
      StackMap locals: double double
      StackMap stack:
            iinc 5 /* index */ -1
        43: .line 2074
            aload 0 /* this */
            iload 5 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getAvailableCell:(I)Ljavafx/scene/control/IndexedCell;
            astore 22 /* cell */
        start local 22 // javafx.scene.control.IndexedCell cell
        44: .line 2075
            aload 0 /* this */
            aload 22 /* cell */
            iload 5 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.setCellIndex:(Ljavafx/scene/control/IndexedCell;I)V
        45: .line 2076
            aload 0 /* this */
            aload 22 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.resizeCellSize:(Ljavafx/scene/control/IndexedCell;)V
        46: .line 2077
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            aload 22 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.addFirst:(Ljava/lang/Object;)V
        47: .line 2078
            aload 0 /* this */
            aload 22 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dstore 23 /* cellLength */
        start local 23 // double cellLength
        48: .line 2079
            dload 14 /* start */
            dload 23 /* cellLength */
            dsub
            dstore 14 /* start */
        49: .line 2080
            dload 18 /* prospectiveEnd */
            dload 23 /* cellLength */
            dadd
            dstore 18 /* prospectiveEnd */
        50: .line 2081
            aload 0 /* this */
            aload 22 /* cell */
            dload 14 /* start */
            invokevirtual javafx.scene.control.skin.VirtualFlow.positionCell:(Ljavafx/scene/control/IndexedCell;D)V
        51: .line 2082
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            aload 0 /* this */
            aload 22 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellBreadth:(Ljavafx/scene/control/Cell;)D
            invokestatic java.lang.Math.max:(DD)D
            invokevirtual javafx.scene.control.skin.VirtualFlow.setMaxPrefBreadth:(D)V
        52: .line 2083
            aload 22 /* cell */
            iconst_1
            invokevirtual javafx.scene.control.IndexedCell.setVisible:(Z)V
        end local 23 // double cellLength
        end local 22 // javafx.scene.control.IndexedCell cell
        53: .line 2072
      StackMap locals:
      StackMap stack:
            dload 18 /* prospectiveEnd */
            dload 8 /* viewportLength */
            dcmpg
            ifge 54
            iload 5 /* index */
            ifeq 54
            dload 14 /* start */
            dneg
            dload 20 /* distance */
            dcmpg
            iflt 42
        54: .line 2087
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getFirst:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 12 /* firstCell */
        55: .line 2088
            aload 0 /* this */
            aload 12 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dstore 14 /* start */
        56: .line 2089
            dload 8 /* viewportLength */
            dload 16 /* end */
            dsub
            dstore 22 /* delta */
        start local 22 // double delta
        57: .line 2090
            aload 0 /* this */
            aload 12 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            ifne 59
            dload 22 /* delta */
            dload 14 /* start */
            dneg
            dcmpl
            ifle 59
        58: .line 2091
            dload 14 /* start */
            dneg
            dstore 22 /* delta */
        59: .line 2094
      StackMap locals: double
      StackMap stack:
            iconst_0
            istore 24 /* i */
        start local 24 // int i
        60: goto 64
        61: .line 2095
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 24 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 25 /* cell */
        start local 25 // javafx.scene.control.IndexedCell cell
        62: .line 2096
            aload 0 /* this */
            aload 25 /* cell */
            aload 0 /* this */
            aload 25 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dload 22 /* delta */
            dadd
            invokevirtual javafx.scene.control.skin.VirtualFlow.positionCell:(Ljavafx/scene/control/IndexedCell;D)V
        end local 25 // javafx.scene.control.IndexedCell cell
        63: .line 2094
            iinc 24 /* i */ 1
      StackMap locals:
      StackMap stack:
        64: iload 24 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            if_icmplt 61
        end local 24 // int i
        65: .line 2102
            aload 0 /* this */
            aload 12 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dstore 14 /* start */
        66: .line 2103
            aload 0 /* this */
            aload 12 /* firstCell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            ifne 69
            dload 14 /* start */
            dconst_0
            dcmpl
            ifne 69
        67: .line 2104
            aload 0 /* this */
            dconst_0
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
        68: .line 2105
            goto 71
      StackMap locals:
      StackMap stack:
        69: aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            dconst_1
            dcmpl
            ifeq 71
        70: .line 2106
            aload 0 /* this */
            dconst_1
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
        end local 22 // double delta
        end local 20 // double distance
        end local 18 // double prospectiveEnd
        71: .line 2110
      StackMap locals:
      StackMap stack:
            iload 7 /* filledWithNonEmpty */
            ireturn
        end local 16 // double end
        end local 14 // double start
        end local 13 // javafx.scene.control.IndexedCell lastNonEmptyCell
        end local 12 // javafx.scene.control.IndexedCell firstCell
        end local 10 // double maxCellCount
        end local 8 // double viewportLength
        end local 7 // boolean filledWithNonEmpty
        end local 6 // int cellCount
        end local 5 // int index
        end local 3 // double offset
        end local 2 // javafx.scene.control.IndexedCell startCell
        end local 1 // boolean fillEmptyCells
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   72     0                this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   72     1      fillEmptyCells  Z
            2   72     2           startCell  TT;
            3   72     3              offset  D
            4   72     5               index  I
            5   72     6           cellCount  I
            8   72     7  filledWithNonEmpty  Z
            9   72     8      viewportLength  D
           12   72    10        maxCellCount  D
           18   21    12              logger  Lcom/sun/javafx/logging/PlatformLogger;
           22   30    12                cell  TT;
           32   72    12           firstCell  TT;
           34   72    13    lastNonEmptyCell  TT;
           35   72    14               start  D
           36   72    16                 end  D
           40   71    18      prospectiveEnd  D
           41   71    20            distance  D
           44   53    22                cell  TT;
           48   53    23          cellLength  D
           57   71    22               delta  D
           60   65    24                   i  I
           62   63    25                cell  TT;
    MethodParameters:
                Name  Flags
      fillEmptyCells  

  void reconfigureCells();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2114
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.control.skin.VirtualFlow.needsReconfigureCells:Z
         1: .line 2115
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         2: .line 2116
            return
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  void recreateCells();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2119
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.control.skin.VirtualFlow.needsRecreateCells:Z
         1: .line 2120
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         2: .line 2121
            return
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  void rebuildCells();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2124
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.control.skin.VirtualFlow.needsRebuildCells:Z
         1: .line 2125
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         2: .line 2126
            return
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  void requestCellLayout();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2129
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.control.skin.VirtualFlow.needsCellsLayout:Z
         1: .line 2130
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         2: .line 2131
            return
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  void setCellDirty(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int index
         0: .line 2134
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.dirtyCells:Ljava/util/BitSet;
            iload 1 /* index */
            invokevirtual java.util.BitSet.set:(I)V
         1: .line 2135
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         2: .line 2136
            return
        end local 1 // int index
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private void startSBReleasedAnimation();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2139
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sbTouchTimeline:Ljavafx/animation/Timeline;
            ifnonnull 5
         1: .line 2144
            aload 0 /* this */
            new javafx.animation.Timeline
            dup
            invokespecial javafx.animation.Timeline.<init>:()V
            putfield javafx.scene.control.skin.VirtualFlow.sbTouchTimeline:Ljavafx/animation/Timeline;
         2: .line 2145
            aload 0 /* this */
            new javafx.animation.KeyFrame
            dup
            dconst_0
            invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
            aload 0 /* this */
            invokedynamic handle(Ljavafx/scene/control/skin/VirtualFlow;)Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$13(Ljavafx/event/ActionEvent;)V (7)
                  (Ljavafx/event/ActionEvent;)V
            iconst_0
            anewarray javafx.animation.KeyValue
            invokespecial javafx.animation.KeyFrame.<init>:(Ljavafx/util/Duration;Ljavafx/event/EventHandler;[Ljavafx/animation/KeyValue;)V
            putfield javafx.scene.control.skin.VirtualFlow.sbTouchKF1:Ljavafx/animation/KeyFrame;
         3: .line 2150
            aload 0 /* this */
            new javafx.animation.KeyFrame
            dup
            ldc 1000.0
            invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
            aload 0 /* this */
            invokedynamic handle(Ljavafx/scene/control/skin/VirtualFlow;)Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  javafx/scene/control/skin/VirtualFlow.lambda$14(Ljavafx/event/ActionEvent;)V (7)
                  (Ljavafx/event/ActionEvent;)V
            iconst_0
            anewarray javafx.animation.KeyValue
            invokespecial javafx.animation.KeyFrame.<init>:(Ljavafx/util/Duration;Ljavafx/event/EventHandler;[Ljavafx/animation/KeyValue;)V
            putfield javafx.scene.control.skin.VirtualFlow.sbTouchKF2:Ljavafx/animation/KeyFrame;
         4: .line 2156
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sbTouchTimeline:Ljavafx/animation/Timeline;
            invokevirtual javafx.animation.Timeline.getKeyFrames:()Ljavafx/collections/ObservableList;
            iconst_2
            anewarray javafx.animation.KeyFrame
            dup
            iconst_0
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sbTouchKF1:Ljavafx/animation/KeyFrame;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sbTouchKF2:Ljavafx/animation/KeyFrame;
            aastore
            invokeinterface javafx.collections.ObservableList.addAll:([Ljava/lang/Object;)Z
            pop
         5: .line 2158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sbTouchTimeline:Ljavafx/animation/Timeline;
            invokevirtual javafx.animation.Timeline.playFromStart:()V
         6: .line 2159
            return
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  private void scrollBarOn();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2162
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.control.skin.VirtualFlow.tempVisibility:Z
         1: .line 2163
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         2: .line 2164
            return
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  void updateHbar();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2167
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVisible:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getScene:()Ljavafx/scene/Scene;
            ifnonnull 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 2170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 8
         3: .line 2171
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifeq 6
         4: .line 2172
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.clipView:Ljavafx/scene/control/skin/VirtualFlow$ClippedContainer;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getValue:()D
            invokevirtual javafx.scene.control.skin.VirtualFlow$ClippedContainer.setClipX:(D)V
         5: .line 2173
            goto 8
         6: .line 2177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.clipView:Ljavafx/scene/control/skin/VirtualFlow$ClippedContainer;
            dconst_0
            invokevirtual javafx.scene.control.skin.VirtualFlow$ClippedContainer.setClipX:(D)V
         7: .line 2178
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dconst_0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setValue:(D)V
         8: .line 2181
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  private boolean computeBarVisiblity();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=12, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2187
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifeq 4
         1: .line 2189
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.needLengthBar:Z
         2: .line 2190
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.needBreadthBar:Z
         3: .line 2191
            iconst_1
            ireturn
         4: .line 2194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            istore 1 /* isVertical */
        start local 1 // boolean isVertical
         5: .line 2195
            iconst_0
            istore 2 /* barVisibilityChanged */
        start local 2 // boolean barVisibilityChanged
         6: .line 2197
            iload 1 /* isVertical */
            ifeq 7
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            goto 8
      StackMap locals: int int
      StackMap stack:
         7: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
      StackMap locals:
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar
         8: astore 3 /* breadthBar */
        start local 3 // com.sun.javafx.scene.control.VirtualScrollBar breadthBar
         9: .line 2198
            iload 1 /* isVertical */
            ifeq 10
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            goto 11
      StackMap locals: com.sun.javafx.scene.control.VirtualScrollBar
      StackMap stack:
        10: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
      StackMap locals:
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar
        11: astore 4 /* lengthBar */
        start local 4 // com.sun.javafx.scene.control.VirtualScrollBar lengthBar
        12: .line 2200
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportBreadth:()D
            dstore 5 /* viewportBreadth */
        start local 5 // double viewportBreadth
        13: .line 2202
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            istore 7 /* cellsSize */
        start local 7 // int cellsSize
        14: .line 2203
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            istore 8 /* cellCount */
        start local 8 // int cellCount
        15: .line 2204
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        16: goto 34
        17: .line 2205
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double int int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            dconst_0
            dcmpl
            ifgt 22
        18: .line 2206
            iload 8 /* cellCount */
            iload 7 /* cellsSize */
            if_icmpgt 22
        19: .line 2207
            iload 8 /* cellCount */
            iload 7 /* cellsSize */
            if_icmpne 20
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getLast:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getLast:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dadd
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dcmpl
            ifgt 22
        20: .line 2208
      StackMap locals:
      StackMap stack:
            iload 8 /* cellCount */
            iload 7 /* cellsSize */
            iconst_1
            isub
            if_icmpne 21
            iload 2 /* barVisibilityChanged */
            ifeq 21
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needBreadthBar:Z
            ifne 22
        21: .line 2205
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 23
      StackMap locals:
      StackMap stack:
        22: iconst_1
      StackMap locals:
      StackMap stack: int
        23: istore 10 /* lengthBarVisible */
        start local 10 // boolean lengthBarVisible
        24: .line 2210
            iload 10 /* lengthBarVisible */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needLengthBar:Z
            ixor
            ifeq 27
        25: .line 2211
            aload 0 /* this */
            iload 10 /* lengthBarVisible */
            putfield javafx.scene.control.skin.VirtualFlow.needLengthBar:Z
        26: .line 2212
            iconst_1
            istore 2 /* barVisibilityChanged */
        27: .line 2216
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.maxPrefBreadth:D
            dload 5 /* viewportBreadth */
            dcmpl
            ifle 28
            iconst_1
            goto 29
      StackMap locals:
      StackMap stack:
        28: iconst_0
      StackMap locals:
      StackMap stack: int
        29: istore 11 /* breadthBarVisible */
        start local 11 // boolean breadthBarVisible
        30: .line 2217
            iload 11 /* breadthBarVisible */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needBreadthBar:Z
            ixor
            ifeq 33
        31: .line 2218
            aload 0 /* this */
            iload 11 /* breadthBarVisible */
            putfield javafx.scene.control.skin.VirtualFlow.needBreadthBar:Z
        32: .line 2219
            iconst_1
            istore 2 /* barVisibilityChanged */
        end local 11 // boolean breadthBarVisible
        end local 10 // boolean lengthBarVisible
        33: .line 2204
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 9 /* i */
            iconst_2
            if_icmplt 17
        end local 9 // int i
        35: .line 2228
            getstatic com.sun.javafx.scene.control.Properties.IS_TOUCH_SUPPORTED:Z
            ifne 40
        36: .line 2229
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.updateViewportDimensions:()V
        37: .line 2230
            aload 3 /* breadthBar */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needBreadthBar:Z
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVisible:(Z)V
        38: .line 2231
            aload 4 /* lengthBar */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needLengthBar:Z
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVisible:(Z)V
        39: .line 2232
            goto 46
        40: .line 2233
      StackMap locals:
      StackMap stack:
            aload 3 /* breadthBar */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needBreadthBar:Z
            ifeq 41
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.tempVisibility:Z
            ifeq 41
            iconst_1
            goto 42
      StackMap locals:
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar
        41: iconst_0
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double int int
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar int
        42: invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVisible:(Z)V
        43: .line 2234
            aload 4 /* lengthBar */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needLengthBar:Z
            ifeq 44
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.tempVisibility:Z
            ifeq 44
            iconst_1
            goto 45
      StackMap locals:
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar
        44: iconst_0
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double int int
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar int
        45: invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVisible:(Z)V
        46: .line 2237
      StackMap locals:
      StackMap stack:
            iload 2 /* barVisibilityChanged */
            ireturn
        end local 8 // int cellCount
        end local 7 // int cellsSize
        end local 5 // double viewportBreadth
        end local 4 // com.sun.javafx.scene.control.VirtualScrollBar lengthBar
        end local 3 // com.sun.javafx.scene.control.VirtualScrollBar breadthBar
        end local 2 // boolean barVisibilityChanged
        end local 1 // boolean isVertical
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   47     0                  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            5   47     1            isVertical  Z
            6   47     2  barVisibilityChanged  Z
            9   47     3            breadthBar  Lcom/sun/javafx/scene/control/VirtualScrollBar;
           12   47     4             lengthBar  Lcom/sun/javafx/scene/control/VirtualScrollBar;
           13   47     5       viewportBreadth  D
           14   47     7             cellsSize  I
           15   47     8             cellCount  I
           16   35     9                     i  I
           24   33    10      lengthBarVisible  Z
           30   33    11     breadthBarVisible  Z

  private void updateViewportDimensions();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2241
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            istore 1 /* isVertical */
        start local 1 // boolean isVertical
         1: .line 2242
            iload 1 /* isVertical */
            ifeq 2
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            ldc -1.0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefHeight:(D)D
            invokevirtual javafx.scene.control.skin.VirtualFlow.snapSizeY:(D)D
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            ldc -1.0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefWidth:(D)D
            invokevirtual javafx.scene.control.skin.VirtualFlow.snapSizeX:(D)D
      StackMap locals:
      StackMap stack: double
         3: dstore 2 /* breadthBarLength */
        start local 2 // double breadthBarLength
         4: .line 2243
            iload 1 /* isVertical */
            ifeq 5
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            ldc -1.0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefWidth:(D)D
            invokevirtual javafx.scene.control.skin.VirtualFlow.snapSizeX:(D)D
            goto 6
      StackMap locals: double
      StackMap stack:
         5: aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            ldc -1.0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefHeight:(D)D
            invokevirtual javafx.scene.control.skin.VirtualFlow.snapSizeY:(D)D
      StackMap locals:
      StackMap stack: double
         6: dstore 4 /* lengthBarBreadth */
        start local 4 // double lengthBarBreadth
         7: .line 2245
            aload 0 /* this */
            iload 1 /* isVertical */
            ifeq 8
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getWidth:()D
            goto 9
      StackMap locals: javafx.scene.control.skin.VirtualFlow int double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow
         8: aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getHeight:()D
      StackMap locals: javafx.scene.control.skin.VirtualFlow int double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow double
         9: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needLengthBar:Z
            ifeq 10
            dload 4 /* lengthBarBreadth */
            goto 11
      StackMap locals: javafx.scene.control.skin.VirtualFlow int double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow double
        10: dconst_0
      StackMap locals: javafx.scene.control.skin.VirtualFlow int double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow double double
        11: dsub
            invokevirtual javafx.scene.control.skin.VirtualFlow.setViewportBreadth:(D)V
        12: .line 2246
            aload 0 /* this */
            iload 1 /* isVertical */
            ifeq 13
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getHeight:()D
            goto 14
      StackMap locals:
      StackMap stack: javafx.scene.control.skin.VirtualFlow
        13: aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getWidth:()D
      StackMap locals: javafx.scene.control.skin.VirtualFlow int double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow double
        14: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.needBreadthBar:Z
            ifeq 15
            dload 2 /* breadthBarLength */
            goto 16
      StackMap locals: javafx.scene.control.skin.VirtualFlow int double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow double
        15: dconst_0
      StackMap locals: javafx.scene.control.skin.VirtualFlow int double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow double double
        16: dsub
            invokevirtual javafx.scene.control.skin.VirtualFlow.setViewportLength:(D)V
        17: .line 2247
            return
        end local 4 // double lengthBarBreadth
        end local 2 // double breadthBarLength
        end local 1 // boolean isVertical
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   18     0              this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            1   18     1        isVertical  Z
            4   18     2  breadthBarLength  D
            7   18     4  lengthBarBreadth  D

  private void initViewport();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2252
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            istore 1 /* isVertical */
        start local 1 // boolean isVertical
         1: .line 2254
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.updateViewportDimensions:()V
         2: .line 2256
            iload 1 /* isVertical */
            ifeq 3
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            goto 4
      StackMap locals: int
      StackMap stack:
         3: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
      StackMap locals:
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar
         4: astore 2 /* breadthBar */
        start local 2 // com.sun.javafx.scene.control.VirtualScrollBar breadthBar
         5: .line 2257
            iload 1 /* isVertical */
            ifeq 6
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            goto 7
      StackMap locals: com.sun.javafx.scene.control.VirtualScrollBar
      StackMap stack:
         6: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
      StackMap locals:
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar
         7: astore 3 /* lengthBar */
        start local 3 // com.sun.javafx.scene.control.VirtualScrollBar lengthBar
         8: .line 2261
            aload 2 /* breadthBar */
            iconst_0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVirtual:(Z)V
         9: .line 2262
            aload 3 /* lengthBar */
            iconst_1
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVirtual:(Z)V
        10: .line 2263
            return
        end local 3 // com.sun.javafx.scene.control.VirtualScrollBar lengthBar
        end local 2 // com.sun.javafx.scene.control.VirtualScrollBar breadthBar
        end local 1 // boolean isVertical
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            1   11     1  isVertical  Z
            5   11     2  breadthBar  Lcom/sun/javafx/scene/control/VirtualScrollBar;
            8   11     3   lengthBar  Lcom/sun/javafx/scene/control/VirtualScrollBar;

  private void updateScrollBarsAndCells(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=18, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // boolean recreate
         0: .line 2268
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            istore 2 /* isVertical */
        start local 2 // boolean isVertical
         1: .line 2269
            iload 2 /* isVertical */
            ifeq 2
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
      StackMap locals:
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar
         3: astore 3 /* breadthBar */
        start local 3 // com.sun.javafx.scene.control.VirtualScrollBar breadthBar
         4: .line 2270
            iload 2 /* isVertical */
            ifeq 5
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            goto 6
      StackMap locals: com.sun.javafx.scene.control.VirtualScrollBar
      StackMap stack:
         5: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
      StackMap locals:
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar
         6: astore 4 /* lengthBar */
        start local 4 // com.sun.javafx.scene.control.VirtualScrollBar lengthBar
         7: .line 2278
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.fitCells:()V
         8: .line 2285
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifne 28
         9: .line 2286
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeViewportOffset:(D)D
            dneg
            dstore 5 /* currOffset */
        start local 5 // double currOffset
        10: .line 2287
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeCurrentIndex:()I
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.getFirst:()Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            invokevirtual javafx.scene.control.IndexedCell.getIndex:()I
            isub
            istore 7 /* currIndex */
        start local 7 // int currIndex
        11: .line 2288
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            istore 8 /* size */
        start local 8 // int size
        12: .line 2291
            dload 5 /* currOffset */
            dstore 9 /* offset */
        start local 9 // double offset
        13: .line 2293
            iload 7 /* currIndex */
            iconst_1
            isub
            istore 11 /* i */
        start local 11 // int i
        14: goto 19
        15: .line 2294
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double int int double int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 11 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 12 /* cell */
        start local 12 // javafx.scene.control.IndexedCell cell
        16: .line 2296
            dload 9 /* offset */
            aload 0 /* this */
            aload 12 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dsub
            dstore 9 /* offset */
        17: .line 2298
            aload 0 /* this */
            aload 12 /* cell */
            dload 9 /* offset */
            invokevirtual javafx.scene.control.skin.VirtualFlow.positionCell:(Ljavafx/scene/control/IndexedCell;D)V
        end local 12 // javafx.scene.control.IndexedCell cell
        18: .line 2293
            iinc 11 /* i */ -1
      StackMap locals:
      StackMap stack:
        19: iload 11 /* i */
            iflt 20
            iload 11 /* i */
            iload 8 /* size */
            if_icmplt 15
        end local 11 // int i
        20: .line 2302
      StackMap locals:
      StackMap stack:
            dload 5 /* currOffset */
            dstore 9 /* offset */
        21: .line 2303
            iload 7 /* currIndex */
            istore 11 /* i */
        start local 11 // int i
        22: goto 27
        23: .line 2304
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 11 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 12 /* cell */
        start local 12 // javafx.scene.control.IndexedCell cell
        24: .line 2305
            aload 0 /* this */
            aload 12 /* cell */
            dload 9 /* offset */
            invokevirtual javafx.scene.control.skin.VirtualFlow.positionCell:(Ljavafx/scene/control/IndexedCell;D)V
        25: .line 2307
            dload 9 /* offset */
            aload 0 /* this */
            aload 12 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dadd
            dstore 9 /* offset */
        end local 12 // javafx.scene.control.IndexedCell cell
        26: .line 2303
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 11 /* i */
            iflt 28
            iload 11 /* i */
            iload 8 /* size */
            if_icmplt 23
        end local 11 // int i
        end local 9 // double offset
        end local 8 // int size
        end local 7 // int currIndex
        end local 5 // double currOffset
        28: .line 2312
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.corner:Ljavafx/scene/layout/StackPane;
            aload 3 /* breadthBar */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifeq 29
            aload 4 /* lengthBar */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifeq 29
            iconst_1
            goto 30
      StackMap locals:
      StackMap stack: javafx.scene.layout.StackPane
        29: iconst_0
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar
      StackMap stack: javafx.scene.layout.StackPane int
        30: invokevirtual javafx.scene.layout.StackPane.setVisible:(Z)V
        31: .line 2314
            dconst_0
            dstore 5 /* sumCellLength */
        start local 5 // double sumCellLength
        32: .line 2315
            iload 2 /* isVertical */
            ifeq 33
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getHeight:()D
            goto 34
      StackMap locals: double
      StackMap stack:
        33: aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getWidth:()D
        34: .line 2316
      StackMap locals:
      StackMap stack: double
            aload 3 /* breadthBar */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifeq 35
            aload 3 /* breadthBar */
            ldc -1.0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefHeight:(D)D
            goto 36
      StackMap locals:
      StackMap stack: double
        35: dconst_0
        36: .line 2315
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double
      StackMap stack: double double
            dsub
            dstore 7 /* flowLength */
        start local 7 // double flowLength
        37: .line 2318
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportBreadth:()D
            dstore 9 /* viewportBreadth */
        start local 9 // double viewportBreadth
        38: .line 2319
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dstore 11 /* viewportLength */
        start local 11 // double viewportLength
        39: .line 2322
            aload 3 /* breadthBar */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifeq 69
        40: .line 2326
            getstatic com.sun.javafx.scene.control.Properties.IS_TOUCH_SUPPORTED:Z
            ifne 50
        41: .line 2327
            iload 2 /* isVertical */
            ifeq 46
        42: .line 2328
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dconst_0
            dload 11 /* viewportLength */
        43: .line 2329
            dload 9 /* viewportBreadth */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dload 9 /* viewportBreadth */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefHeight:(D)D
        44: .line 2328
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.resizeRelocate:(DDDD)V
        45: .line 2330
            goto 58
        46: .line 2331
      StackMap locals: double double double
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dload 11 /* viewportLength */
            dconst_0
        47: .line 2332
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dload 9 /* viewportBreadth */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefWidth:(D)D
            dload 9 /* viewportBreadth */
        48: .line 2331
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.resizeRelocate:(DDDD)V
        49: .line 2334
            goto 58
        50: .line 2336
      StackMap locals:
      StackMap stack:
            iload 2 /* isVertical */
            ifeq 55
        51: .line 2337
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dconst_0
            dload 11 /* viewportLength */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getHeight:()D
            dsub
        52: .line 2338
            dload 9 /* viewportBreadth */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dload 9 /* viewportBreadth */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefHeight:(D)D
        53: .line 2337
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.resizeRelocate:(DDDD)V
        54: .line 2339
            goto 58
        55: .line 2340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dload 11 /* viewportLength */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getWidth:()D
            dsub
            dconst_0
        56: .line 2341
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dload 9 /* viewportBreadth */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefWidth:(D)D
            dload 9 /* viewportBreadth */
        57: .line 2340
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.resizeRelocate:(DDDD)V
        58: .line 2345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            ldc -1.0
            dcmpl
            ifeq 69
        59: .line 2346
            dconst_1
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            dload 9 /* viewportBreadth */
            dsub
            invokestatic java.lang.Math.max:(DD)D
            dstore 13 /* newMax */
        start local 13 // double newMax
        60: .line 2347
            dload 13 /* newMax */
            aload 3 /* breadthBar */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getMax:()D
            dcmpl
            ifeq 69
        61: .line 2348
            aload 3 /* breadthBar */
            dload 13 /* newMax */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setMax:(D)V
        62: .line 2350
            aload 3 /* breadthBar */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getValue:()D
            dstore 15 /* breadthBarValue */
        start local 15 // double breadthBarValue
        63: .line 2351
            dload 15 /* breadthBarValue */
            dconst_0
            dcmpl
            ifeq 64
            dload 13 /* newMax */
            dload 15 /* breadthBarValue */
            dcmpl
            ifne 64
            iconst_1
            goto 65
      StackMap locals: double double
      StackMap stack:
        64: iconst_0
      StackMap locals:
      StackMap stack: int
        65: istore 17 /* maxed */
        start local 17 // boolean maxed
        66: .line 2352
            iload 17 /* maxed */
            ifne 67
            dload 15 /* breadthBarValue */
            dload 13 /* newMax */
            dcmpl
            ifle 68
        67: .line 2353
      StackMap locals: int
      StackMap stack:
            aload 3 /* breadthBar */
            dload 13 /* newMax */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setValue:(D)V
        68: .line 2356
      StackMap locals:
      StackMap stack:
            aload 3 /* breadthBar */
            dload 9 /* viewportBreadth */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            ddiv
            dload 13 /* newMax */
            dmul
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVisibleAmount:(D)V
        end local 17 // boolean maxed
        end local 15 // double breadthBarValue
        end local 13 // double newMax
        69: .line 2363
      StackMap locals:
      StackMap stack:
            iload 1 /* recreate */
            ifeq 90
            aload 4 /* lengthBar */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifne 70
            getstatic com.sun.javafx.scene.control.Properties.IS_TOUCH_SUPPORTED:Z
            ifeq 90
        70: .line 2364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            istore 13 /* cellCount */
        start local 13 // int cellCount
        71: .line 2365
            iconst_0
            istore 14 /* numCellsVisibleOnScreen */
        start local 14 // int numCellsVisibleOnScreen
        72: .line 2366
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        73: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            istore 16 /* max */
        start local 16 // int max
        74: goto 84
        75: .line 2367
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double double double double int int int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 15 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 17 /* cell */
        start local 17 // javafx.scene.control.IndexedCell cell
        76: .line 2368
            aload 17 /* cell */
            ifnull 83
            aload 17 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.isEmpty:()Z
            ifne 83
        77: .line 2369
            dload 5 /* sumCellLength */
            iload 2 /* isVertical */
            ifeq 78
            aload 17 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getHeight:()D
            goto 79
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double double double double int int int int javafx.scene.control.IndexedCell
      StackMap stack: double
        78: aload 17 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.getWidth:()D
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double double double double int int int int javafx.scene.control.IndexedCell
      StackMap stack: double double
        79: dadd
            dstore 5 /* sumCellLength */
        80: .line 2370
            dload 5 /* sumCellLength */
            dload 7 /* flowLength */
            dcmpl
            ifle 82
        81: .line 2371
            goto 85
        82: .line 2374
      StackMap locals:
      StackMap stack:
            iinc 14 /* numCellsVisibleOnScreen */ 1
        end local 17 // javafx.scene.control.IndexedCell cell
        83: .line 2366
      StackMap locals:
      StackMap stack:
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        84: iload 15 /* i */
            iload 16 /* max */
            if_icmplt 75
        end local 16 // int max
        end local 15 // int i
        85: .line 2378
      StackMap locals:
      StackMap stack:
            aload 4 /* lengthBar */
            dconst_1
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setMax:(D)V
        86: .line 2379
            iload 14 /* numCellsVisibleOnScreen */
            ifne 89
            iload 13 /* cellCount */
            iconst_1
            if_icmpne 89
        87: .line 2382
            aload 4 /* lengthBar */
            dload 7 /* flowLength */
            dload 5 /* sumCellLength */
            ddiv
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVisibleAmount:(D)V
        88: .line 2383
            goto 90
        89: .line 2384
      StackMap locals:
      StackMap stack:
            aload 4 /* lengthBar */
            iload 14 /* numCellsVisibleOnScreen */
            i2f
            iload 13 /* cellCount */
            i2f
            fdiv
            f2d
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setVisibleAmount:(D)V
        end local 14 // int numCellsVisibleOnScreen
        end local 13 // int cellCount
        90: .line 2388
      StackMap locals:
      StackMap stack:
            aload 4 /* lengthBar */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.isVisible:()Z
            ifeq 101
        91: .line 2405
            getstatic com.sun.javafx.scene.control.Properties.IS_TOUCH_SUPPORTED:Z
            ifne 97
        92: .line 2406
            iload 2 /* isVertical */
            ifeq 95
        93: .line 2407
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dload 9 /* viewportBreadth */
            dconst_0
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dload 11 /* viewportLength */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefWidth:(D)D
            dload 11 /* viewportLength */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.resizeRelocate:(DDDD)V
        94: .line 2408
            goto 101
        95: .line 2409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dconst_0
            dload 9 /* viewportBreadth */
            dload 11 /* viewportLength */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            ldc -1.0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefHeight:(D)D
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.resizeRelocate:(DDDD)V
        96: .line 2411
            goto 101
        97: .line 2413
      StackMap locals:
      StackMap stack:
            iload 2 /* isVertical */
            ifeq 100
        98: .line 2414
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dload 9 /* viewportBreadth */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getWidth:()D
            dsub
            dconst_0
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dload 11 /* viewportLength */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefWidth:(D)D
            dload 11 /* viewportLength */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.resizeRelocate:(DDDD)V
        99: .line 2415
            goto 101
       100: .line 2416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            dconst_0
            dload 9 /* viewportBreadth */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getHeight:()D
            dsub
            dload 11 /* viewportLength */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            ldc -1.0
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.prefHeight:(D)D
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.resizeRelocate:(DDDD)V
       101: .line 2421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.corner:Ljavafx/scene/layout/StackPane;
            invokevirtual javafx.scene.layout.StackPane.isVisible:()Z
            ifeq 110
       102: .line 2422
            getstatic com.sun.javafx.scene.control.Properties.IS_TOUCH_SUPPORTED:Z
            ifne 106
       103: .line 2423
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.corner:Ljavafx/scene/layout/StackPane;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getWidth:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getHeight:()D
            invokevirtual javafx.scene.layout.StackPane.resize:(DD)V
       104: .line 2424
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.corner:Ljavafx/scene/layout/StackPane;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getLayoutX:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getWidth:()D
            dadd
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getLayoutY:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getHeight:()D
            dadd
            invokevirtual javafx.scene.layout.StackPane.relocate:(DD)V
       105: .line 2425
            goto 110
       106: .line 2427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.corner:Ljavafx/scene/layout/StackPane;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getWidth:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getHeight:()D
            invokevirtual javafx.scene.layout.StackPane.resize:(DD)V
       107: .line 2428
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.corner:Ljavafx/scene/layout/StackPane;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getLayoutX:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getWidth:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getWidth:()D
            dsub
            dadd
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getLayoutY:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getHeight:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getHeight:()D
            dsub
            dadd
            invokevirtual javafx.scene.layout.StackPane.relocate:(DD)V
       108: .line 2429
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getWidth:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getWidth:()D
            dsub
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getHeight:()D
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.resize:(DD)V
       109: .line 2430
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getWidth:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getHeight:()D
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getHeight:()D
            dsub
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.resize:(DD)V
       110: .line 2434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.clipView:Ljavafx/scene/control/skin/VirtualFlow$ClippedContainer;
            aload 0 /* this */
            iload 2 /* isVertical */
            ifeq 111
            dload 9 /* viewportBreadth */
            goto 112
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double double double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow$ClippedContainer javafx.scene.control.skin.VirtualFlow
       111: dload 11 /* viewportLength */
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double double double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow$ClippedContainer javafx.scene.control.skin.VirtualFlow double
       112: invokevirtual javafx.scene.control.skin.VirtualFlow.snapSizeX:(D)D
       113: .line 2435
            aload 0 /* this */
            iload 2 /* isVertical */
            ifeq 114
            dload 11 /* viewportLength */
            goto 115
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double double double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow$ClippedContainer double javafx.scene.control.skin.VirtualFlow
       114: dload 9 /* viewportBreadth */
      StackMap locals: javafx.scene.control.skin.VirtualFlow int int com.sun.javafx.scene.control.VirtualScrollBar com.sun.javafx.scene.control.VirtualScrollBar double double double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow$ClippedContainer double javafx.scene.control.skin.VirtualFlow double
       115: invokevirtual javafx.scene.control.skin.VirtualFlow.snapSizeY:(D)D
       116: .line 2434
            invokevirtual javafx.scene.control.skin.VirtualFlow$ClippedContainer.resize:(DD)V
       117: .line 2439
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            aload 4 /* lengthBar */
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getValue:()D
            dcmpl
            ifeq 119
       118: .line 2440
            aload 4 /* lengthBar */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.setValue:(D)V
       119: .line 2442
      StackMap locals:
      StackMap stack:
            return
        end local 11 // double viewportLength
        end local 9 // double viewportBreadth
        end local 7 // double flowLength
        end local 5 // double sumCellLength
        end local 4 // com.sun.javafx.scene.control.VirtualScrollBar lengthBar
        end local 3 // com.sun.javafx.scene.control.VirtualScrollBar breadthBar
        end local 2 // boolean isVertical
        end local 1 // boolean recreate
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0  120     0                     this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0  120     1                 recreate  Z
            1  120     2               isVertical  Z
            4  120     3               breadthBar  Lcom/sun/javafx/scene/control/VirtualScrollBar;
            7  120     4                lengthBar  Lcom/sun/javafx/scene/control/VirtualScrollBar;
           10   28     5               currOffset  D
           11   28     7                currIndex  I
           12   28     8                     size  I
           13   28     9                   offset  D
           14   20    11                        i  I
           16   18    12                     cell  TT;
           22   28    11                        i  I
           24   26    12                     cell  TT;
           32  120     5            sumCellLength  D
           37  120     7               flowLength  D
           38  120     9          viewportBreadth  D
           39  120    11           viewportLength  D
           60   69    13                   newMax  D
           63   69    15          breadthBarValue  D
           66   69    17                    maxed  Z
           71   90    13                cellCount  I
           72   90    14  numCellsVisibleOnScreen  I
           73   85    15                        i  I
           74   85    16                      max  I
           76   83    17                     cell  TT;
    MethodParameters:
          Name  Flags
      recreate  

  private void fitCells();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2451
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxPrefBreadth:()D
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportBreadth:()D
            invokestatic java.lang.Math.max:(DD)D
            dstore 1 /* size */
        start local 1 // double size
         1: .line 2452
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            istore 3 /* isVertical */
        start local 3 // boolean isVertical
         2: .line 2456
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 10
         4: .line 2457
      StackMap locals: double int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 4 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.Cell
            astore 5 /* cell */
        start local 5 // javafx.scene.control.Cell cell
         5: .line 2458
            iload 3 /* isVertical */
            ifeq 8
         6: .line 2459
            aload 5 /* cell */
            dload 1 /* size */
            aload 5 /* cell */
            dload 1 /* size */
            invokevirtual javafx.scene.control.Cell.prefHeight:(D)D
            invokevirtual javafx.scene.control.Cell.resize:(DD)V
         7: .line 2460
            goto 9
         8: .line 2461
      StackMap locals: javafx.scene.control.Cell
      StackMap stack:
            aload 5 /* cell */
            aload 5 /* cell */
            dload 1 /* size */
            invokevirtual javafx.scene.control.Cell.prefWidth:(D)D
            dload 1 /* size */
            invokevirtual javafx.scene.control.Cell.resize:(DD)V
        end local 5 // javafx.scene.control.Cell cell
         9: .line 2456
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            if_icmplt 4
        end local 4 // int i
        11: .line 2464
            return
        end local 3 // boolean isVertical
        end local 1 // double size
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            1   12     1        size  D
            2   12     3  isVertical  Z
            3   11     4           i  I
            5    9     5        cell  Ljavafx/scene/control/Cell<*>;

  private void cull();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=11, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2467
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dstore 1 /* viewportLength */
        start local 1 // double viewportLength
         1: .line 2468
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 2469
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 3 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 4 /* cell */
        start local 4 // javafx.scene.control.IndexedCell cell
         4: .line 2470
            aload 0 /* this */
            aload 4 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(Ljavafx/scene/control/IndexedCell;)D
            dstore 5 /* cellSize */
        start local 5 // double cellSize
         5: .line 2471
            aload 0 /* this */
            aload 4 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellPosition:(Ljavafx/scene/control/IndexedCell;)D
            dstore 7 /* cellStart */
        start local 7 // double cellStart
         6: .line 2472
            dload 7 /* cellStart */
            dload 5 /* cellSize */
            dadd
            dstore 9 /* cellEnd */
        start local 9 // double cellEnd
         7: .line 2473
            dload 7 /* cellStart */
            dload 1 /* viewportLength */
            dcmpl
            ifge 8
            dload 9 /* cellEnd */
            dconst_0
            dcmpg
            ifge 9
         8: .line 2474
      StackMap locals: javafx.scene.control.skin.VirtualFlow double int javafx.scene.control.IndexedCell double double double
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 3 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.remove:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            invokevirtual javafx.scene.control.skin.VirtualFlow.addToPile:(Ljavafx/scene/control/IndexedCell;)V
        end local 9 // double cellEnd
        end local 7 // double cellStart
        end local 5 // double cellSize
        end local 4 // javafx.scene.control.IndexedCell cell
         9: .line 2468
      StackMap locals: javafx.scene.control.skin.VirtualFlow double int
      StackMap stack:
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            ifge 3
        end local 3 // int i
        11: .line 2477
            return
        end local 1 // double viewportLength
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            1   12     1  viewportLength  D
            2   11     3               i  I
            4    9     4            cell  TT;
            5    9     5        cellSize  D
            6    9     7       cellStart  D
            7    9     9         cellEnd  D

  private void releaseCell();
    descriptor: (Ljavafx/scene/control/IndexedCell;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell cell
         0: .line 2483
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            ifnull 2
            aload 1 /* cell */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            if_acmpne 2
         1: .line 2484
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            iconst_m1
            invokevirtual javafx.scene.control.IndexedCell.updateIndex:(I)V
         2: .line 2486
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.control.IndexedCell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    3     1  cell  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      cell  

  T getPrivateCell();
    descriptor: (I)Ljavafx/scene/control/IndexedCell;
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int index
         0: .line 2495
            aconst_null
            astore 2 /* cell */
        start local 2 // javafx.scene.control.IndexedCell cell
         1: .line 2498
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.cells:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.isEmpty:()Z
            ifne 6
         2: .line 2501
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getVisibleCell:(I)Ljavafx/scene/control/IndexedCell;
            astore 2 /* cell */
         3: .line 2502
            aload 2 /* cell */
            ifnull 6
         4: .line 2506
            aload 2 /* cell */
            invokevirtual javafx.scene.control.IndexedCell.layout:()V
         5: .line 2507
            aload 2 /* cell */
            areturn
         6: .line 2512
      StackMap locals: javafx.scene.control.IndexedCell
      StackMap stack:
            aload 2 /* cell */
            ifnonnull 14
         7: .line 2513
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 13
         9: .line 2514
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sheetChildren:Ljavafx/collections/ObservableList;
            iload 3 /* i */
            invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 4 /* _cell */
        start local 4 // javafx.scene.control.IndexedCell _cell
        10: .line 2515
            aload 0 /* this */
            aload 4 /* _cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellIndex:(Ljavafx/scene/control/IndexedCell;)I
            iload 1 /* index */
            if_icmpne 12
        11: .line 2516
            aload 4 /* _cell */
            areturn
        end local 4 // javafx.scene.control.IndexedCell _cell
        12: .line 2513
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sheetChildren:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            if_icmplt 9
        end local 3 // int i
        14: .line 2521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellFactory:()Ljavafx/util/Callback;
            astore 3 /* cellFactory */
        start local 3 // javafx.util.Callback cellFactory
        15: .line 2522
            aload 3 /* cellFactory */
            ifnull 17
        16: .line 2523
            aload 3 /* cellFactory */
            aload 0 /* this */
            invokeinterface javafx.util.Callback.call:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 2 /* cell */
        17: .line 2526
      StackMap locals: javafx.util.Callback
      StackMap stack:
            aload 2 /* cell */
            ifnull 23
        18: .line 2527
            aload 0 /* this */
            aload 2 /* cell */
            iload 1 /* index */
            invokevirtual javafx.scene.control.skin.VirtualFlow.setCellIndex:(Ljavafx/scene/control/IndexedCell;I)V
        19: .line 2528
            aload 0 /* this */
            aload 2 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.resizeCellSize:(Ljavafx/scene/control/IndexedCell;)V
        20: .line 2529
            aload 2 /* cell */
            iconst_0
            invokevirtual javafx.scene.control.IndexedCell.setVisible:(Z)V
        21: .line 2530
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sheetChildren:Ljavafx/collections/ObservableList;
            aload 2 /* cell */
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
        22: .line 2531
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.privateCells:Ljava/util/List;
            aload 2 /* cell */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 2534
      StackMap locals:
      StackMap stack:
            aload 2 /* cell */
            areturn
        end local 3 // javafx.util.Callback cellFactory
        end local 2 // javafx.scene.control.IndexedCell cell
        end local 1 // int index
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   24     0         this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   24     1        index  I
            1   24     2         cell  TT;
            8   14     3            i  I
           10   12     4        _cell  TT;
           15   24     3  cellFactory  Ljavafx/util/Callback<Ljavafx/scene/control/skin/VirtualFlow<TT;>;TT;>;
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  private void releaseAllPrivateCells();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2540
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.sheetChildren:Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.privateCells:Ljava/util/List;
            invokeinterface javafx.collections.ObservableList.removeAll:(Ljava/util/Collection;)Z
            pop
         1: .line 2541
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.privateCells:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 2542
            return
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  private void addToPile();
    descriptor: (Ljavafx/scene/control/IndexedCell;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.IndexedCell cell
         0: .line 2549
            getstatic javafx.scene.control.skin.VirtualFlow.$assertionsDisabled:Z
            ifne 1
            aload 1 /* cell */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 2550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            aload 1 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.addLast:(Ljava/lang/Object;)V
         2: .line 2551
            return
        end local 1 // javafx.scene.control.IndexedCell cell
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    3     1  cell  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      cell  

  private void cleanPile();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2554
            iconst_0
            istore 1 /* wasFocusOwner */
        start local 1 // boolean wasFocusOwner
         1: .line 2556
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.size:()I
            istore 3 /* max */
        start local 3 // int max
         3: goto 10
         4: .line 2557
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.pile:Ljavafx/scene/control/skin/VirtualFlow$ArrayLinkedList;
            iload 2 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow$ArrayLinkedList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.control.IndexedCell
            astore 4 /* cell */
        start local 4 // javafx.scene.control.IndexedCell cell
         5: .line 2558
            iload 1 /* wasFocusOwner */
            ifne 6
            aload 0 /* this */
            aload 4 /* cell */
            invokevirtual javafx.scene.control.skin.VirtualFlow.doesCellContainFocus:(Ljavafx/scene/control/Cell;)Z
            ifne 6
            iconst_0
            goto 7
      StackMap locals: javafx.scene.control.IndexedCell
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: istore 1 /* wasFocusOwner */
         8: .line 2559
            aload 4 /* cell */
            iconst_0
            invokevirtual javafx.scene.control.IndexedCell.setVisible:(Z)V
        end local 4 // javafx.scene.control.IndexedCell cell
         9: .line 2556
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            iload 3 /* max */
            if_icmplt 4
        end local 3 // int max
        end local 2 // int i
        11: .line 2565
            iload 1 /* wasFocusOwner */
            ifeq 13
        12: .line 2566
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestFocus:()V
        13: .line 2568
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean wasFocusOwner
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            1   14     1  wasFocusOwner  Z
            2   11     2              i  I
            3   11     3            max  I
            5    9     4           cell  TT;

  private boolean doesCellContainFocus(javafx.scene.control.Cell<?>);
    descriptor: (Ljavafx/scene/control/Cell;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.control.Cell c
         0: .line 2571
            aload 1 /* c */
            invokevirtual javafx.scene.control.Cell.getScene:()Ljavafx/scene/Scene;
            astore 2 /* scene */
        start local 2 // javafx.scene.Scene scene
         1: .line 2572
            aload 2 /* scene */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: javafx.scene.Scene
      StackMap stack:
         2: aload 2 /* scene */
            invokevirtual javafx.scene.Scene.getFocusOwner:()Ljavafx/scene/Node;
      StackMap locals:
      StackMap stack: javafx.scene.Node
         3: astore 3 /* focusOwner */
        start local 3 // javafx.scene.Node focusOwner
         4: .line 2574
            aload 3 /* focusOwner */
            ifnull 13
         5: .line 2575
            aload 1 /* c */
            aload 3 /* focusOwner */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 2576
            iconst_1
            ireturn
         7: .line 2579
      StackMap locals: javafx.scene.Node
      StackMap stack:
            aload 3 /* focusOwner */
            invokevirtual javafx.scene.Node.getParent:()Ljavafx/scene/Parent;
            astore 4 /* p */
        start local 4 // javafx.scene.Parent p
         8: .line 2580
            goto 12
         9: .line 2581
      StackMap locals: javafx.scene.Parent
      StackMap stack:
            aload 1 /* c */
            aload 4 /* p */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 2582
            iconst_1
            ireturn
        11: .line 2584
      StackMap locals:
      StackMap stack:
            aload 4 /* p */
            invokevirtual javafx.scene.Parent.getParent:()Ljavafx/scene/Parent;
            astore 4 /* p */
        12: .line 2580
      StackMap locals:
      StackMap stack:
            aload 4 /* p */
            ifnull 13
            aload 4 /* p */
            instanceof javafx.scene.control.skin.VirtualFlow
            ifeq 9
        end local 4 // javafx.scene.Parent p
        13: .line 2588
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // javafx.scene.Node focusOwner
        end local 2 // javafx.scene.Scene scene
        end local 1 // javafx.scene.control.Cell c
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   14     1           c  Ljavafx/scene/control/Cell<*>;
            1   14     2       scene  Ljavafx/scene/Scene;
            4   14     3  focusOwner  Ljavafx/scene/Node;
            8   13     4           p  Ljavafx/scene/Parent;
    Signature: (Ljavafx/scene/control/Cell<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  private double getPrefBreadth(double);
    descriptor: (D)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double oppDimension
         0: .line 2592
            aload 0 /* this */
            bipush 10
            invokevirtual javafx.scene.control.skin.VirtualFlow.getMaxCellWidth:(I)D
            dstore 3 /* max */
        start local 3 // double max
         1: .line 2598
            dload 1 /* oppDimension */
            ldc -1.0
            dcmpl
            ifle 4
         2: .line 2599
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPrefLength:()D
            dstore 5 /* prefLength */
        start local 5 // double prefLength
         3: .line 2600
            dload 3 /* max */
            dload 5 /* prefLength */
            ldc 0.618033987
            dmul
            invokestatic java.lang.Math.max:(DD)D
            dstore 3 /* max */
        end local 5 // double prefLength
         4: .line 2603
      StackMap locals: double
      StackMap stack:
            dload 3 /* max */
            dreturn
        end local 3 // double max
        end local 1 // double oppDimension
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    5     1  oppDimension  D
            1    5     3           max  D
            3    4     5    prefLength  D
    MethodParameters:
              Name  Flags
      oppDimension  

  private double getPrefLength();
    descriptor: ()D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2607
            dconst_0
            dstore 1 /* sum */
        start local 1 // double sum
         1: .line 2608
            bipush 10
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* rows */
        start local 3 // int rows
         2: .line 2609
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 2610
      StackMap locals: double int int
      StackMap stack:
            dload 1 /* sum */
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(I)D
            dadd
            dstore 1 /* sum */
         5: .line 2609
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 3 /* rows */
            if_icmplt 4
        end local 4 // int i
         7: .line 2612
            dload 1 /* sum */
            dreturn
        end local 3 // int rows
        end local 1 // double sum
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            1    8     1   sum  D
            2    8     3  rows  I
            3    7     4     i  I

  double getMaxCellWidth(int);
    descriptor: (I)D
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int rowsToCount
         0: .line 2616
            dconst_0
            dstore 2 /* max */
        start local 2 // double max
         1: .line 2619
            iconst_1
            iload 1 /* rowsToCount */
            iconst_m1
            if_icmpne 2
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            goto 3
      StackMap locals: javafx.scene.control.skin.VirtualFlow int double
      StackMap stack: int
         2: iload 1 /* rowsToCount */
      StackMap locals: javafx.scene.control.skin.VirtualFlow int double
      StackMap stack: int int
         3: invokestatic java.lang.Math.max:(II)I
            istore 4 /* rows */
        start local 4 // int rows
         4: .line 2620
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 2621
      StackMap locals: int int
      StackMap stack:
            dload 2 /* max */
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellBreadth:(I)D
            invokestatic java.lang.Math.max:(DD)D
            dstore 2 /* max */
         7: .line 2620
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* rows */
            if_icmplt 6
        end local 5 // int i
         9: .line 2623
            dload 2 /* max */
            dreturn
        end local 4 // int rows
        end local 2 // double max
        end local 1 // int rowsToCount
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   10     1  rowsToCount  I
            1   10     2          max  D
            4   10     4         rows  I
            5    9     5            i  I
    MethodParameters:
             Name  Flags
      rowsToCount  

  private double computeViewportOffset(double);
    descriptor: (D)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=16, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double position
         0: .line 2635
            dconst_0
            dload 1 /* position */
            dconst_1
            invokestatic com.sun.javafx.util.Utils.clamp:(DDD)D
            dstore 3 /* p */
        start local 3 // double p
         1: .line 2636
            dload 3 /* p */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            i2d
            dmul
            dstore 5 /* fractionalPosition */
        start local 5 // double fractionalPosition
         2: .line 2637
            dload 5 /* fractionalPosition */
            d2i
            istore 7 /* cellIndex */
        start local 7 // int cellIndex
         3: .line 2638
            dload 5 /* fractionalPosition */
            iload 7 /* cellIndex */
            i2d
            dsub
            dstore 8 /* fraction */
        start local 8 // double fraction
         4: .line 2639
            aload 0 /* this */
            iload 7 /* cellIndex */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(I)D
            dstore 10 /* cellSize */
        start local 10 // double cellSize
         5: .line 2640
            dload 10 /* cellSize */
            dload 8 /* fraction */
            dmul
            dstore 12 /* pixelOffset */
        start local 12 // double pixelOffset
         6: .line 2641
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dload 3 /* p */
            dmul
            dstore 14 /* viewportOffset */
        start local 14 // double viewportOffset
         7: .line 2642
            dload 12 /* pixelOffset */
            dload 14 /* viewportOffset */
            dsub
            dreturn
        end local 14 // double viewportOffset
        end local 12 // double pixelOffset
        end local 10 // double cellSize
        end local 8 // double fraction
        end local 7 // int cellIndex
        end local 5 // double fractionalPosition
        end local 3 // double p
        end local 1 // double position
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    8     1            position  D
            1    8     3                   p  D
            2    8     5  fractionalPosition  D
            3    8     7           cellIndex  I
            4    8     8            fraction  D
            5    8    10            cellSize  D
            6    8    12         pixelOffset  D
            7    8    14      viewportOffset  D
    MethodParameters:
          Name  Flags
      position  

  private void adjustPositionToIndex(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int index
         0: .line 2646
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            istore 2 /* cellCount */
        start local 2 // int cellCount
         1: .line 2647
            iload 2 /* cellCount */
            ifgt 4
         2: .line 2648
            aload 0 /* this */
            dconst_0
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
         3: .line 2649
            goto 5
         4: .line 2650
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            i2d
            iload 2 /* cellCount */
            i2d
            ddiv
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
         5: .line 2652
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int cellCount
        end local 1 // int index
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    6     1      index  I
            1    6     2  cellCount  I
    MethodParameters:
       Name  Flags
      index  

  private void adjustByPixelAmount(double);
    descriptor: (D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=28, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // double numPixels
         0: .line 2662
            dload 1 /* numPixels */
            dconst_0
            dcmpl
            ifne 1
            return
         1: .line 2672
      StackMap locals:
      StackMap stack:
            dload 1 /* numPixels */
            dconst_0
            dcmpl
            ifle 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* forward */
        start local 3 // boolean forward
         4: .line 2673
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            istore 4 /* cellCount */
        start local 4 // int cellCount
         5: .line 2674
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            iload 4 /* cellCount */
            i2d
            dmul
            dstore 5 /* fractionalPosition */
        start local 5 // double fractionalPosition
         6: .line 2675
            dload 5 /* fractionalPosition */
            d2i
            istore 7 /* cellIndex */
        start local 7 // int cellIndex
         7: .line 2676
            iload 3 /* forward */
            ifeq 8
            iload 7 /* cellIndex */
            iload 4 /* cellCount */
            if_icmpne 8
            return
         8: .line 2677
      StackMap locals: javafx.scene.control.skin.VirtualFlow double int int double int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* cellIndex */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(I)D
            dstore 8 /* cellSize */
        start local 8 // double cellSize
         9: .line 2678
            dload 5 /* fractionalPosition */
            iload 7 /* cellIndex */
            i2d
            dsub
            dstore 10 /* fraction */
        start local 10 // double fraction
        10: .line 2679
            dload 8 /* cellSize */
            dload 10 /* fraction */
            dmul
            dstore 12 /* pixelOffset */
        start local 12 // double pixelOffset
        11: .line 2682
            dconst_1
            iload 4 /* cellCount */
            i2d
            ddiv
            dstore 14 /* cellPercent */
        start local 14 // double cellPercent
        12: .line 2688
            aload 0 /* this */
            iload 7 /* cellIndex */
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeOffsetForCell:(I)D
            dstore 16 /* start */
        start local 16 // double start
        13: .line 2689
            dload 8 /* cellSize */
            aload 0 /* this */
            iload 7 /* cellIndex */
            iconst_1
            iadd
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeOffsetForCell:(I)D
            dadd
            dstore 18 /* end */
        start local 18 // double end
        14: .line 2693
            dload 18 /* end */
            dload 16 /* start */
            dsub
            dstore 20 /* remaining */
        start local 20 // double remaining
        15: .line 2696
            iload 3 /* forward */
            ifeq 17
        16: .line 2697
            dload 1 /* numPixels */
            dload 12 /* pixelOffset */
            dadd
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            dmul
            dsub
            dload 16 /* start */
            dsub
            goto 18
        17: .line 2698
      StackMap locals: javafx.scene.control.skin.VirtualFlow double int int double int double double double double double double double
      StackMap stack:
            dload 1 /* numPixels */
            dneg
            dload 18 /* end */
            dadd
            dload 12 /* pixelOffset */
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            dmul
            dsub
            dsub
        18: .line 2696
      StackMap locals:
      StackMap stack: double
            dstore 22 /* n */
        start local 22 // double n
        19: .line 2704
            dload 14 /* cellPercent */
            iload 7 /* cellIndex */
            i2d
            dmul
            dstore 24 /* p */
        start local 24 // double p
        20: .line 2708
            goto 29
        21: .line 2709
      StackMap locals: double double
      StackMap stack:
            iload 3 /* forward */
            ifeq 22
            iinc 7 /* cellIndex */ 1
            goto 23
      StackMap locals:
      StackMap stack:
        22: iinc 7 /* cellIndex */ -1
        23: .line 2710
      StackMap locals:
      StackMap stack:
            dload 22 /* n */
            dload 20 /* remaining */
            dsub
            dstore 22 /* n */
        24: .line 2711
            aload 0 /* this */
            iload 7 /* cellIndex */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellLength:(I)D
            dstore 8 /* cellSize */
        25: .line 2712
            aload 0 /* this */
            iload 7 /* cellIndex */
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeOffsetForCell:(I)D
            dstore 16 /* start */
        26: .line 2713
            dload 8 /* cellSize */
            aload 0 /* this */
            iload 7 /* cellIndex */
            iconst_1
            iadd
            invokevirtual javafx.scene.control.skin.VirtualFlow.computeOffsetForCell:(I)D
            dadd
            dstore 18 /* end */
        27: .line 2714
            dload 18 /* end */
            dload 16 /* start */
            dsub
            dstore 20 /* remaining */
        28: .line 2715
            dload 14 /* cellPercent */
            iload 7 /* cellIndex */
            i2d
            dmul
            dstore 24 /* p */
        29: .line 2708
      StackMap locals:
      StackMap stack:
            dload 22 /* n */
            dload 20 /* remaining */
            dcmpl
            ifle 31
            iload 3 /* forward */
            ifeq 30
            iload 7 /* cellIndex */
            iload 4 /* cellCount */
            iconst_1
            isub
            if_icmplt 21
      StackMap locals:
      StackMap stack:
        30: iload 3 /* forward */
            ifne 31
            iload 7 /* cellIndex */
            ifgt 21
        31: .line 2721
      StackMap locals:
      StackMap stack:
            dload 22 /* n */
            dload 20 /* remaining */
            dcmpl
            ifle 36
        32: .line 2722
            aload 0 /* this */
            iload 3 /* forward */
            ifeq 33
            fconst_1
            goto 34
      StackMap locals:
      StackMap stack: javafx.scene.control.skin.VirtualFlow
        33: fconst_0
      StackMap locals: javafx.scene.control.skin.VirtualFlow double int int double int double double double double double double double double double
      StackMap stack: javafx.scene.control.skin.VirtualFlow float
        34: f2d
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
        35: .line 2723
            goto 42
      StackMap locals:
      StackMap stack:
        36: iload 3 /* forward */
            ifeq 40
        37: .line 2724
            dload 14 /* cellPercent */
            dload 18 /* end */
            dload 16 /* start */
            dsub
            invokestatic java.lang.Math.abs:(D)D
            ddiv
            dstore 26 /* rate */
        start local 26 // double rate
        38: .line 2725
            aload 0 /* this */
            dload 24 /* p */
            dload 26 /* rate */
            dload 22 /* n */
            dmul
            dadd
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
        end local 26 // double rate
        39: .line 2726
            goto 42
        40: .line 2727
      StackMap locals:
      StackMap stack:
            dload 14 /* cellPercent */
            dload 18 /* end */
            dload 16 /* start */
            dsub
            invokestatic java.lang.Math.abs:(D)D
            ddiv
            dstore 26 /* rate */
        start local 26 // double rate
        41: .line 2728
            aload 0 /* this */
            dload 24 /* p */
            dload 14 /* cellPercent */
            dadd
            dload 26 /* rate */
            dload 22 /* n */
            dmul
            dsub
            invokevirtual javafx.scene.control.skin.VirtualFlow.setPosition:(D)V
        end local 26 // double rate
        42: .line 2730
      StackMap locals:
      StackMap stack:
            return
        end local 24 // double p
        end local 22 // double n
        end local 20 // double remaining
        end local 18 // double end
        end local 16 // double start
        end local 14 // double cellPercent
        end local 12 // double pixelOffset
        end local 10 // double fraction
        end local 8 // double cellSize
        end local 7 // int cellIndex
        end local 5 // double fractionalPosition
        end local 4 // int cellCount
        end local 3 // boolean forward
        end local 1 // double numPixels
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   43     0                this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   43     1           numPixels  D
            4   43     3             forward  Z
            5   43     4           cellCount  I
            6   43     5  fractionalPosition  D
            7   43     7           cellIndex  I
            9   43     8            cellSize  D
           10   43    10            fraction  D
           11   43    12         pixelOffset  D
           12   43    14         cellPercent  D
           13   43    16               start  D
           14   43    18                 end  D
           15   43    20           remaining  D
           19   43    22                   n  D
           20   43    24                   p  D
           38   39    26                rate  D
           41   42    26                rate  D
    MethodParameters:
           Name  Flags
      numPixels  

  private int computeCurrentIndex();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.control.skin.VirtualFlow this
         0: .line 2733
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getPosition:()D
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            i2d
            dmul
            d2i
            ireturn
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;

  private double computeOffsetForCell(int);
    descriptor: (I)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // int itemIndex
         0: .line 2744
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getCellCount:()I
            i2d
            dstore 2 /* cellCount */
        start local 2 // double cellCount
         1: .line 2745
            dconst_0
            iload 1 /* itemIndex */
            i2d
            dload 2 /* cellCount */
            invokestatic com.sun.javafx.util.Utils.clamp:(DDD)D
            dload 2 /* cellCount */
            ddiv
            dstore 4 /* p */
        start local 4 // double p
         2: .line 2746
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.getViewportLength:()D
            dload 4 /* p */
            dmul
            dneg
            dreturn
        end local 4 // double p
        end local 2 // double cellCount
        end local 1 // int itemIndex
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    3     1  itemIndex  I
            1    3     2  cellCount  D
            2    3     4          p  D
    MethodParameters:
           Name  Flags
      itemIndex  

  static void access$0(javafx.scene.control.skin.VirtualFlow, boolean);
    descriptor: (Ljavafx/scene/control/skin/VirtualFlow;Z)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual javafx.scene.control.skin.VirtualFlow.setNeedsLayout:(Z)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static javafx.event.Event lambda$0(javafx.event.Event, javafx.event.EventDispatchChain);
    descriptor: (Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.event.Event event
        start local 1 // javafx.event.EventDispatchChain tail
         0: .line 300
            aload 0 /* event */
            areturn
        end local 1 // javafx.event.EventDispatchChain tail
        end local 0 // javafx.event.Event event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  event  Ljavafx/event/Event;
            0    1     1   tail  Ljavafx/event/EventDispatchChain;

  private static javafx.event.Event lambda$1(javafx.event.EventDispatcher, javafx.event.EventDispatcher, javafx.event.Event, javafx.event.EventDispatchChain);
    descriptor: (Ljavafx/event/EventDispatcher;Ljavafx/event/EventDispatcher;Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 2 // javafx.event.Event event
        start local 3 // javafx.event.EventDispatchChain tail
         0: .line 304
            aload 2 /* event */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.ScrollEvent.SCROLL:Ljavafx/event/EventType;
            if_acmpne 5
         1: .line 305
            aload 2 /* event */
            checkcast javafx.scene.input.ScrollEvent
            invokevirtual javafx.scene.input.ScrollEvent.isDirect:()Z
            ifne 5
         2: .line 306
            aload 3 /* tail */
            aload 0
            invokeinterface javafx.event.EventDispatchChain.prepend:(Ljavafx/event/EventDispatcher;)Ljavafx/event/EventDispatchChain;
            astore 3 /* tail */
         3: .line 307
            aload 3 /* tail */
            aload 1
            invokeinterface javafx.event.EventDispatchChain.prepend:(Ljavafx/event/EventDispatcher;)Ljavafx/event/EventDispatchChain;
            astore 3 /* tail */
         4: .line 308
            aload 3 /* tail */
            aload 2 /* event */
            invokeinterface javafx.event.EventDispatchChain.dispatchEvent:(Ljavafx/event/Event;)Ljavafx/event/Event;
            areturn
         5: .line 310
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* event */
            aload 3 /* tail */
            invokeinterface javafx.event.EventDispatcher.dispatchEvent:(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
            areturn
        end local 3 // javafx.event.EventDispatchChain tail
        end local 2 // javafx.event.Event event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     2  event  Ljavafx/event/Event;
            0    6     3   tail  Ljavafx/event/EventDispatchChain;

  private static javafx.event.Event lambda$2(javafx.event.EventDispatcher, javafx.event.EventDispatcher, javafx.event.Event, javafx.event.EventDispatchChain);
    descriptor: (Ljavafx/event/EventDispatcher;Ljavafx/event/EventDispatcher;Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 2 // javafx.event.Event event
        start local 3 // javafx.event.EventDispatchChain tail
         0: .line 315
            aload 2 /* event */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.scene.input.ScrollEvent.SCROLL:Ljavafx/event/EventType;
            if_acmpne 5
         1: .line 316
            aload 2 /* event */
            checkcast javafx.scene.input.ScrollEvent
            invokevirtual javafx.scene.input.ScrollEvent.isDirect:()Z
            ifne 5
         2: .line 317
            aload 3 /* tail */
            aload 0
            invokeinterface javafx.event.EventDispatchChain.prepend:(Ljavafx/event/EventDispatcher;)Ljavafx/event/EventDispatchChain;
            astore 3 /* tail */
         3: .line 318
            aload 3 /* tail */
            aload 1
            invokeinterface javafx.event.EventDispatchChain.prepend:(Ljavafx/event/EventDispatcher;)Ljavafx/event/EventDispatchChain;
            astore 3 /* tail */
         4: .line 319
            aload 3 /* tail */
            aload 2 /* event */
            invokeinterface javafx.event.EventDispatchChain.dispatchEvent:(Ljavafx/event/Event;)Ljavafx/event/Event;
            areturn
         5: .line 321
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* event */
            aload 3 /* tail */
            invokeinterface javafx.event.EventDispatcher.dispatchEvent:(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;
            areturn
        end local 3 // javafx.event.EventDispatchChain tail
        end local 2 // javafx.event.Event event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     2  event  Ljavafx/event/Event;
            0    6     3   tail  Ljavafx/event/EventDispatchChain;

  private void lambda$3(javafx.scene.input.MouseEvent);
    descriptor: (Ljavafx/scene/input/MouseEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.input.MouseEvent e
         0: .line 458
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.mouseDown:Z
         1: .line 459
            getstatic com.sun.javafx.scene.control.Properties.IS_TOUCH_SUPPORTED:Z
            ifeq 3
         2: .line 460
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.startSBReleasedAnimation:()V
         3: .line 462
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.input.MouseEvent e
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    4     1     e  Ljavafx/scene/input/MouseEvent;

  private void lambda$4(javafx.scene.input.MouseEvent);
    descriptor: (Ljavafx/scene/input/MouseEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=15, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.input.MouseEvent e
         0: .line 464
            getstatic com.sun.javafx.scene.control.Properties.IS_TOUCH_SUPPORTED:Z
            ifeq 2
         1: .line 465
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.scrollBarOn:()V
         2: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.isPanning:Z
            ifeq 3
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isPannable:()Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: return
         4: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastX:D
            aload 1 /* e */
            invokevirtual javafx.scene.input.MouseEvent.getX:()D
            dsub
            dstore 2 /* xDelta */
        start local 2 // double xDelta
         5: .line 473
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.lastY:D
            aload 1 /* e */
            invokevirtual javafx.scene.input.MouseEvent.getY:()D
            dsub
            dstore 4 /* yDelta */
        start local 4 // double yDelta
         6: .line 478
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 7
            dload 4 /* yDelta */
            goto 8
      StackMap locals: double double
      StackMap stack:
         7: dload 2 /* xDelta */
      StackMap locals:
      StackMap stack: double
         8: dstore 6 /* virtualDelta */
        start local 6 // double virtualDelta
         9: .line 479
            aload 0 /* this */
            dload 6 /* virtualDelta */
            invokevirtual javafx.scene.control.skin.VirtualFlow.scrollPixels:(D)D
            dstore 8 /* actual */
        start local 8 // double actual
        10: .line 480
            dload 8 /* actual */
            dconst_0
            dcmpl
            ifeq 13
        11: .line 486
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 12
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual javafx.scene.input.MouseEvent.getY:()D
            putfield javafx.scene.control.skin.VirtualFlow.lastY:D
            goto 13
        12: .line 487
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual javafx.scene.input.MouseEvent.getX:()D
            putfield javafx.scene.control.skin.VirtualFlow.lastX:D
        13: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 14
            dload 2 /* xDelta */
            goto 15
      StackMap locals:
      StackMap stack:
        14: dload 4 /* yDelta */
      StackMap locals:
      StackMap stack: double
        15: dstore 10 /* nonVirtualDelta */
        start local 10 // double nonVirtualDelta
        16: .line 492
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 17
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.hbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            goto 18
      StackMap locals: double
      StackMap stack:
        17: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
      StackMap locals:
      StackMap stack: com.sun.javafx.scene.control.VirtualScrollBar
        18: astore 12 /* nonVirtualBar */
        start local 12 // javafx.scene.control.ScrollBar nonVirtualBar
        19: .line 493
            aload 12 /* nonVirtualBar */
            invokevirtual javafx.scene.control.ScrollBar.isVisible:()Z
            ifeq 30
        20: .line 494
            aload 12 /* nonVirtualBar */
            invokevirtual javafx.scene.control.ScrollBar.getValue:()D
            dload 10 /* nonVirtualDelta */
            dadd
            dstore 13 /* newValue */
        start local 13 // double newValue
        21: .line 495
            dload 13 /* newValue */
            aload 12 /* nonVirtualBar */
            invokevirtual javafx.scene.control.ScrollBar.getMin:()D
            dcmpg
            ifge 24
        22: .line 496
            aload 12 /* nonVirtualBar */
            aload 12 /* nonVirtualBar */
            invokevirtual javafx.scene.control.ScrollBar.getMin:()D
            invokevirtual javafx.scene.control.ScrollBar.setValue:(D)V
        23: .line 497
            goto 30
      StackMap locals: javafx.scene.control.ScrollBar double
      StackMap stack:
        24: dload 13 /* newValue */
            aload 12 /* nonVirtualBar */
            invokevirtual javafx.scene.control.ScrollBar.getMax:()D
            dcmpl
            ifle 27
        25: .line 498
            aload 12 /* nonVirtualBar */
            aload 12 /* nonVirtualBar */
            invokevirtual javafx.scene.control.ScrollBar.getMax:()D
            invokevirtual javafx.scene.control.ScrollBar.setValue:(D)V
        26: .line 499
            goto 30
        27: .line 500
      StackMap locals:
      StackMap stack:
            aload 12 /* nonVirtualBar */
            dload 13 /* newValue */
            invokevirtual javafx.scene.control.ScrollBar.setValue:(D)V
        28: .line 503
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 29
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual javafx.scene.input.MouseEvent.getX:()D
            putfield javafx.scene.control.skin.VirtualFlow.lastX:D
            goto 30
        29: .line 504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual javafx.scene.input.MouseEvent.getY:()D
            putfield javafx.scene.control.skin.VirtualFlow.lastY:D
        end local 13 // double newValue
        end local 12 // javafx.scene.control.ScrollBar nonVirtualBar
        end local 10 // double nonVirtualDelta
        end local 8 // double actual
        end local 6 // double virtualDelta
        end local 4 // double yDelta
        end local 2 // double xDelta
        30: .line 507
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.scene.input.MouseEvent
      StackMap stack:
            return
        end local 1 // javafx.scene.input.MouseEvent e
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   31     0             this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0   31     1                e  Ljavafx/scene/input/MouseEvent;
            5   30     2           xDelta  D
            6   30     4           yDelta  D
            9   30     6     virtualDelta  D
           10   30     8           actual  D
           16   30    10  nonVirtualDelta  D
           19   30    12    nonVirtualBar  Ljavafx/scene/control/ScrollBar;
           21   30    13         newValue  D

  private static void lambda$5(javafx.scene.input.MouseEvent);
    descriptor: (Ljavafx/scene/input/MouseEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.input.MouseEvent event
         0: .line 519
            aload 0 /* event */
            invokevirtual javafx.scene.input.MouseEvent.consume:()V
         1: .line 520
            return
        end local 0 // javafx.scene.input.MouseEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  event  Ljavafx/scene/input/MouseEvent;

  private static void lambda$6(javafx.scene.input.MouseEvent);
    descriptor: (Ljavafx/scene/input/MouseEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.input.MouseEvent event
         0: .line 526
            aload 0 /* event */
            invokevirtual javafx.scene.input.MouseEvent.consume:()V
         1: .line 527
            return
        end local 0 // javafx.scene.input.MouseEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  event  Ljavafx/scene/input/MouseEvent;

  private void lambda$7(javafx.beans.Observable);
    descriptor: (Ljavafx/beans/Observable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.beans.Observable valueModel
         0: .line 540
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.updateHbar:()V
         1: .line 541
            return
        end local 1 // javafx.beans.Observable valueModel
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    2     1  valueModel  Ljavafx/beans/Observable;

  private void lambda$8(javafx.beans.value.ObservableValue, java.lang.Number, java.lang.Number);
    descriptor: (Ljavafx/beans/value/ObservableValue;Ljava/lang/Number;Ljava/lang/Number;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.beans.value.ObservableValue ov
        start local 2 // java.lang.Number t
        start local 3 // java.lang.Number t1
         0: .line 555
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.clipView:Ljavafx/scene/control/skin/VirtualFlow$ClippedContainer;
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.isVertical:()Z
            ifeq 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack: javafx.scene.control.skin.VirtualFlow$ClippedContainer
         1: aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.vbar:Lcom/sun/javafx/scene/control/VirtualScrollBar;
            invokevirtual com.sun.javafx.scene.control.VirtualScrollBar.getValue:()D
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.beans.value.ObservableValue java.lang.Number java.lang.Number
      StackMap stack: javafx.scene.control.skin.VirtualFlow$ClippedContainer double
         2: invokevirtual javafx.scene.control.skin.VirtualFlow$ClippedContainer.setClipY:(D)V
         3: .line 556
            return
        end local 3 // java.lang.Number t1
        end local 2 // java.lang.Number t
        end local 1 // javafx.beans.value.ObservableValue ov
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    4     1    ov  Ljavafx/beans/value/ObservableValue<+Ljava/lang/Number;>;
            0    4     2     t  Ljava/lang/Number;
            0    4     3    t1  Ljava/lang/Number;

  private void lambda$9(javafx.beans.value.ObservableValue, java.lang.Number, java.lang.Number);
    descriptor: (Ljavafx/beans/value/ObservableValue;Ljava/lang/Number;Ljava/lang/Number;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.beans.value.ObservableValue observable
        start local 2 // java.lang.Number oldHeight
        start local 3 // java.lang.Number newHeight
         0: .line 562
            aload 2 /* oldHeight */
            invokevirtual java.lang.Number.doubleValue:()D
            dconst_0
            dcmpl
            ifne 2
            aload 3 /* newHeight */
            invokevirtual java.lang.Number.doubleValue:()D
            dconst_0
            dcmpl
            ifle 2
         1: .line 563
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.recreateCells:()V
         2: .line 565
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Number newHeight
        end local 2 // java.lang.Number oldHeight
        end local 1 // javafx.beans.value.ObservableValue observable
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    3     1  observable  Ljavafx/beans/value/ObservableValue<+Ljava/lang/Number;>;
            0    3     2   oldHeight  Ljava/lang/Number;
            0    3     3   newHeight  Ljava/lang/Number;

  private void lambda$10(javafx.scene.input.TouchEvent);
    descriptor: (Ljavafx/scene/input/TouchEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.input.TouchEvent e
         0: .line 573
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.control.skin.VirtualFlow.touchDetected:Z
         1: .line 574
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.scrollBarOn:()V
         2: .line 575
            return
        end local 1 // javafx.scene.input.TouchEvent e
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    3     1     e  Ljavafx/scene/input/TouchEvent;

  private void lambda$11(javafx.scene.input.TouchEvent);
    descriptor: (Ljavafx/scene/input/TouchEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.scene.input.TouchEvent e
         0: .line 578
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.touchDetected:Z
         1: .line 579
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.startSBReleasedAnimation:()V
         2: .line 580
            return
        end local 1 // javafx.scene.input.TouchEvent e
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    3     1     e  Ljavafx/scene/input/TouchEvent;

  private void lambda$12(javafx.beans.Observable);
    descriptor: (Ljavafx/beans/Observable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.beans.Observable c
         0: .line 1686
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.accumCell:Ljavafx/scene/control/IndexedCell;
            invokevirtual javafx.scene.control.IndexedCell.getChildrenUnmodifiable:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: javafx.scene.control.skin.VirtualFlow javafx.beans.Observable top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 2 /* n */
        start local 2 // javafx.scene.Node n
         2: .line 1687
            aload 2 /* n */
            getstatic javafx.scene.AccessibleRole.NODE:Ljavafx/scene/AccessibleRole;
            invokevirtual javafx.scene.Node.setAccessibleRole:(Ljavafx/scene/AccessibleRole;)V
        end local 2 // javafx.scene.Node n
         3: .line 1686
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1689
            return
        end local 1 // javafx.beans.Observable c
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    5     1     c  Ljavafx/beans/Observable;
            2    3     2     n  Ljavafx/scene/Node;

  private void lambda$13(javafx.event.ActionEvent);
    descriptor: (Ljavafx/event/ActionEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.event.ActionEvent event
         0: .line 2146
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.control.skin.VirtualFlow.tempVisibility:Z
         1: .line 2147
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         2: .line 2148
            return
        end local 1 // javafx.event.ActionEvent event
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    3     1  event  Ljavafx/event/ActionEvent;

  private void lambda$14(javafx.event.ActionEvent);
    descriptor: (Ljavafx/event/ActionEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.VirtualFlow this
        start local 1 // javafx.event.ActionEvent event
         0: .line 2151
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.touchDetected:Z
            ifne 3
            aload 0 /* this */
            getfield javafx.scene.control.skin.VirtualFlow.mouseDown:Z
            ifne 3
         1: .line 2152
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.skin.VirtualFlow.tempVisibility:Z
         2: .line 2153
            aload 0 /* this */
            invokevirtual javafx.scene.control.skin.VirtualFlow.requestLayout:()V
         3: .line 2155
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.event.ActionEvent event
        end local 0 // javafx.scene.control.skin.VirtualFlow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/scene/control/skin/VirtualFlow<TT;>;
            0    4     1  event  Ljavafx/event/ActionEvent;
}
Signature: <T:Ljavafx/scene/control/IndexedCell;>Ljavafx/scene/layout/Region;
SourceFile: "VirtualFlow.java"
NestMembers:
  javafx.scene.control.skin.VirtualFlow$1  javafx.scene.control.skin.VirtualFlow$2  javafx.scene.control.skin.VirtualFlow$3  javafx.scene.control.skin.VirtualFlow$4  javafx.scene.control.skin.VirtualFlow$5  javafx.scene.control.skin.VirtualFlow$6  javafx.scene.control.skin.VirtualFlow$7  javafx.scene.control.skin.VirtualFlow$8  javafx.scene.control.skin.VirtualFlow$ArrayLinkedList  javafx.scene.control.skin.VirtualFlow$ClippedContainer
InnerClasses:
  public final Level = com.sun.javafx.logging.PlatformLogger$Level of com.sun.javafx.logging.PlatformLogger
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  javafx.scene.control.skin.VirtualFlow$1
  javafx.scene.control.skin.VirtualFlow$2
  javafx.scene.control.skin.VirtualFlow$3
  javafx.scene.control.skin.VirtualFlow$4
  javafx.scene.control.skin.VirtualFlow$5
  javafx.scene.control.skin.VirtualFlow$6
  javafx.scene.control.skin.VirtualFlow$7
  javafx.scene.control.skin.VirtualFlow$8
  ArrayLinkedList = javafx.scene.control.skin.VirtualFlow$ArrayLinkedList of javafx.scene.control.skin.VirtualFlow
  ClippedContainer = javafx.scene.control.skin.VirtualFlow$ClippedContainer of javafx.scene.control.skin.VirtualFlow