class sun.awt.shell.Win32ShellFolder2$16 implements java.util.concurrent.Callable<sun.awt.shell.ShellFolderColumnInfo[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.shell.Win32ShellFolder2$16
  super_class: java.lang.Object
{
  final sun.awt.shell.Win32ShellFolder2 this$0;
    descriptor: Lsun/awt/shell/Win32ShellFolder2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.awt.shell.Win32ShellFolder2);
    descriptor: (Lsun/awt/shell/Win32ShellFolder2;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.shell.Win32ShellFolder2$16 this
         0: .line 1096
            aload 0 /* this */
            aload 1
            putfield sun.awt.shell.Win32ShellFolder2$16.this$0:Lsun/awt/shell/Win32ShellFolder2;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.awt.shell.Win32ShellFolder2$16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/shell/Win32ShellFolder2$16;
    MethodParameters:
        Name  Flags
      this$0  final

  public sun.awt.shell.ShellFolderColumnInfo[] call();
    descriptor: ()[Lsun/awt/shell/ShellFolderColumnInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // sun.awt.shell.Win32ShellFolder2$16 this
         0: .line 1098
            aload 0 /* this */
            getfield sun.awt.shell.Win32ShellFolder2$16.this$0:Lsun/awt/shell/Win32ShellFolder2;
            aload 0 /* this */
            getfield sun.awt.shell.Win32ShellFolder2$16.this$0:Lsun/awt/shell/Win32ShellFolder2;
            invokevirtual sun.awt.shell.Win32ShellFolder2.getIShellFolder:()J
            invokevirtual sun.awt.shell.Win32ShellFolder2.doGetColumnInfo:(J)[Lsun/awt/shell/ShellFolderColumnInfo;
            astore 1 /* columns */
        start local 1 // sun.awt.shell.ShellFolderColumnInfo[] columns
         1: .line 1100
            aload 1 /* columns */
            ifnull 21
         2: .line 1102
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
         3: .line 1101
            astore 2 /* notNullColumns */
        start local 2 // java.util.List notNullColumns
         4: .line 1103
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 18
         6: .line 1104
      StackMap locals: sun.awt.shell.ShellFolderColumnInfo[] java.util.List int
      StackMap stack:
            aload 1 /* columns */
            iload 3 /* i */
            aaload
            astore 4 /* column */
        start local 4 // sun.awt.shell.ShellFolderColumnInfo column
         7: .line 1105
            aload 4 /* column */
            ifnull 17
         8: .line 1106
            aload 4 /* column */
            aload 4 /* column */
            invokevirtual sun.awt.shell.ShellFolderColumnInfo.getAlignment:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            iconst_1
            if_icmpne 10
         9: .line 1107
            iconst_4
            goto 13
        10: .line 1108
      StackMap locals: sun.awt.shell.Win32ShellFolder2$16 sun.awt.shell.ShellFolderColumnInfo[] java.util.List int sun.awt.shell.ShellFolderColumnInfo
      StackMap stack: sun.awt.shell.ShellFolderColumnInfo
            aload 4 /* column */
            invokevirtual sun.awt.shell.ShellFolderColumnInfo.getAlignment:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            iconst_2
            if_icmpne 12
        11: .line 1109
            iconst_0
            goto 13
        12: .line 1110
      StackMap locals:
      StackMap stack: sun.awt.shell.ShellFolderColumnInfo
            bipush 10
      StackMap locals: sun.awt.shell.Win32ShellFolder2$16 sun.awt.shell.ShellFolderColumnInfo[] java.util.List int sun.awt.shell.ShellFolderColumnInfo
      StackMap stack: sun.awt.shell.ShellFolderColumnInfo int
        13: invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        14: .line 1106
            invokevirtual sun.awt.shell.ShellFolderColumnInfo.setAlignment:(Ljava/lang/Integer;)V
        15: .line 1112
            aload 4 /* column */
            new sun.awt.shell.Win32ShellFolder2$ColumnComparator
            dup
            aload 0 /* this */
            getfield sun.awt.shell.Win32ShellFolder2$16.this$0:Lsun/awt/shell/Win32ShellFolder2;
            iload 3 /* i */
            invokespecial sun.awt.shell.Win32ShellFolder2$ColumnComparator.<init>:(Lsun/awt/shell/Win32ShellFolder2;I)V
            invokevirtual sun.awt.shell.ShellFolderColumnInfo.setComparator:(Ljava/util/Comparator;)V
        16: .line 1114
            aload 2 /* notNullColumns */
            aload 4 /* column */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // sun.awt.shell.ShellFolderColumnInfo column
        17: .line 1103
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            aload 1 /* columns */
            arraylength
            if_icmplt 6
        end local 3 // int i
        19: .line 1117
            aload 2 /* notNullColumns */
            invokeinterface java.util.List.size:()I
            anewarray sun.awt.shell.ShellFolderColumnInfo
            astore 1 /* columns */
        20: .line 1118
            aload 2 /* notNullColumns */
            aload 1 /* columns */
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
        end local 2 // java.util.List notNullColumns
        21: .line 1120
      StackMap locals:
      StackMap stack:
            aload 1 /* columns */
            areturn
        end local 1 // sun.awt.shell.ShellFolderColumnInfo[] columns
        end local 0 // sun.awt.shell.Win32ShellFolder2$16 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   22     0            this  Lsun/awt/shell/Win32ShellFolder2$16;
            1   22     1         columns  [Lsun/awt/shell/ShellFolderColumnInfo;
            4   21     2  notNullColumns  Ljava/util/List<Lsun/awt/shell/ShellFolderColumnInfo;>;
            5   19     3               i  I
            7   17     4          column  Lsun/awt/shell/ShellFolderColumnInfo;

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.awt.shell.Win32ShellFolder2$16.call:()[Lsun/awt/shell/ShellFolderColumnInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/util/concurrent/Callable<[Lsun/awt/shell/ShellFolderColumnInfo;>;
SourceFile: "Win32ShellFolder2.java"
EnclosingMethod: sun.awt.shell.Win32ShellFolder2.getFolderColumns:()[Lsun/awt/shell/ShellFolderColumnInfo;
NestHost: sun.awt.shell.Win32ShellFolder2
InnerClasses:
  sun.awt.shell.Win32ShellFolder2$16
  private ColumnComparator = sun.awt.shell.Win32ShellFolder2$ColumnComparator of sun.awt.shell.Win32ShellFolder2