class com.apple.laf.AquaFileSystemModel$SortableFile
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaFileSystemModel$SortableFile
  super_class: java.lang.Object
{
  java.io.File fFile;
    descriptor: Ljava/io/File;
    flags: (0x0000) 

  java.lang.String fName;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  long fDateValue;
    descriptor: J
    flags: (0x0000) 

  java.util.Date fDate;
    descriptor: Ljava/util/Date;
    flags: (0x0000) 

  final com.apple.laf.AquaFileSystemModel this$0;
    descriptor: Lcom/apple/laf/AquaFileSystemModel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.laf.AquaFileSystemModel, java.io.File);
    descriptor: (Lcom/apple/laf/AquaFileSystemModel;Ljava/io/File;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaFileSystemModel$SortableFile this
        start local 2 // java.io.File f
         0: .line 352
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaFileSystemModel$SortableFile.this$0:Lcom/apple/laf/AquaFileSystemModel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 353
            aload 0 /* this */
            aload 2 /* f */
            putfield com.apple.laf.AquaFileSystemModel$SortableFile.fFile:Ljava/io/File;
         2: .line 354
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaFileSystemModel$SortableFile.fFile:Ljava/io/File;
            invokevirtual java.io.File.getName:()Ljava/lang/String;
            putfield com.apple.laf.AquaFileSystemModel$SortableFile.fName:Ljava/lang/String;
         3: .line 355
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaFileSystemModel$SortableFile.fFile:Ljava/io/File;
            invokevirtual java.io.File.lastModified:()J
            putfield com.apple.laf.AquaFileSystemModel$SortableFile.fDateValue:J
         4: .line 356
            aload 0 /* this */
            new java.util.Date
            dup
            aload 0 /* this */
            getfield com.apple.laf.AquaFileSystemModel$SortableFile.fDateValue:J
            invokespecial java.util.Date.<init>:(J)V
            putfield com.apple.laf.AquaFileSystemModel$SortableFile.fDate:Ljava/util/Date;
         5: .line 357
            return
        end local 2 // java.io.File f
        end local 0 // com.apple.laf.AquaFileSystemModel$SortableFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/apple/laf/AquaFileSystemModel$SortableFile;
            0    6     2     f  Ljava/io/File;
    MethodParameters:
        Name  Flags
      this$0  final
      f       final

  public java.lang.Object getValueAt(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileSystemModel$SortableFile this
        start local 1 // int col
         0: .line 360
            iload 1 /* col */
            ifne 1
            aload 0 /* this */
            getfield com.apple.laf.AquaFileSystemModel$SortableFile.fFile:Ljava/io/File;
            areturn
         1: .line 361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileSystemModel$SortableFile.fDate:Ljava/util/Date;
            areturn
        end local 1 // int col
        end local 0 // com.apple.laf.AquaFileSystemModel$SortableFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaFileSystemModel$SortableFile;
            0    2     1   col  I
    MethodParameters:
      Name  Flags
      col   final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaFileSystemModel$SortableFile this
        start local 1 // java.lang.Object other
         0: .line 365
            aload 1 /* other */
            checkcast com.apple.laf.AquaFileSystemModel$SortableFile
            astore 2 /* otherFile */
        start local 2 // com.apple.laf.AquaFileSystemModel$SortableFile otherFile
         1: .line 366
            aload 2 /* otherFile */
            getfield com.apple.laf.AquaFileSystemModel$SortableFile.fFile:Ljava/io/File;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileSystemModel$SortableFile.fFile:Ljava/io/File;
            invokevirtual java.io.File.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // com.apple.laf.AquaFileSystemModel$SortableFile otherFile
        end local 1 // java.lang.Object other
        end local 0 // com.apple.laf.AquaFileSystemModel$SortableFile this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/apple/laf/AquaFileSystemModel$SortableFile;
            0    2     1      other  Ljava/lang/Object;
            1    2     2  otherFile  Lcom/apple/laf/AquaFileSystemModel$SortableFile;
    MethodParameters:
       Name  Flags
      other  final
}
SourceFile: "AquaFileSystemModel.java"
NestHost: com.apple.laf.AquaFileSystemModel
InnerClasses:
  SortableFile = com.apple.laf.AquaFileSystemModel$SortableFile of com.apple.laf.AquaFileSystemModel