class com.sun.tools.javac.file.JavacFileManager$PathAndContainer implements java.lang.Comparable<com.sun.tools.javac.file.JavacFileManager$PathAndContainer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.file.JavacFileManager$PathAndContainer
  super_class: java.lang.Object
{
  private final java.nio.file.Path path;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.tools.javac.file.JavacFileManager$Container container;
    descriptor: Lcom/sun/tools/javac/file/JavacFileManager$Container;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.nio.file.Path, com.sun.tools.javac.file.JavacFileManager$Container, int);
    descriptor: (Ljava/nio/file/Path;Lcom/sun/tools/javac/file/JavacFileManager$Container;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer this
        start local 1 // java.nio.file.Path path
        start local 2 // com.sun.tools.javac.file.JavacFileManager$Container container
        start local 3 // int index
         0: .line 1090
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1091
            aload 0 /* this */
            aload 1 /* path */
            putfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.path:Ljava/nio/file/Path;
         2: .line 1092
            aload 0 /* this */
            aload 2 /* container */
            putfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.container:Lcom/sun/tools/javac/file/JavacFileManager$Container;
         3: .line 1093
            aload 0 /* this */
            iload 3 /* index */
            putfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
         4: .line 1094
            return
        end local 3 // int index
        end local 2 // com.sun.tools.javac.file.JavacFileManager$Container container
        end local 1 // java.nio.file.Path path
        end local 0 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
            0    5     1       path  Ljava/nio/file/Path;
            0    5     2  container  Lcom/sun/tools/javac/file/JavacFileManager$Container;
            0    5     3      index  I
    MethodParameters:
           Name  Flags
      path       
      container  
      index      

  public int compareTo(com.sun.tools.javac.file.JavacFileManager$PathAndContainer);
    descriptor: (Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer this
        start local 1 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer other
         0: .line 1098
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
            aload 1 /* other */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
            isub
            ireturn
        end local 1 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer other
        end local 0 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
            0    1     1  other  Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
    MethodParameters:
       Name  Flags
      other  

  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.sun.tools.javac.file.JavacFileManager$PathAndContainer this
        start local 1 // java.lang.Object o
         0: .line 1103
            aload 1 /* o */
            ifnull 1
            aload 1 /* o */
            instanceof com.sun.tools.javac.file.JavacFileManager$PathAndContainer
            ifne 2
         1: .line 1104
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 1106
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.sun.tools.javac.file.JavacFileManager$PathAndContainer
            astore 2 /* that */
        start local 2 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer that
         3: .line 1107
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.path:Ljava/nio/file/Path;
            aload 2 /* that */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.path:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.equals:(Ljava/lang/Object;)Z
            ifeq 7
         4: .line 1108
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.container:Lcom/sun/tools/javac/file/JavacFileManager$Container;
            aload 2 /* that */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.container:Lcom/sun/tools/javac/file/JavacFileManager$Container;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 1109
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
            if_icmpne 7
         6: .line 1107
            iconst_1
            ireturn
      StackMap locals: com.sun.tools.javac.file.JavacFileManager$PathAndContainer
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer that
        end local 1 // java.lang.Object o
        end local 0 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
            0    8     1     o  Ljava/lang/Object;
            3    8     2  that  Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer this
         0: .line 1114
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.path:Ljava/nio/file/Path;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.container:Lcom/sun/tools/javac/file/JavacFileManager$Container;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // com.sun.tools.javac.file.JavacFileManager$PathAndContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.tools.javac.file.JavacFileManager$PathAndContainer
            invokevirtual com.sun.tools.javac.file.JavacFileManager$PathAndContainer.compareTo:(Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;>;
SourceFile: "JavacFileManager.java"
NestHost: com.sun.tools.javac.file.JavacFileManager
InnerClasses:
  private abstract Container = com.sun.tools.javac.file.JavacFileManager$Container of com.sun.tools.javac.file.JavacFileManager
  private PathAndContainer = com.sun.tools.javac.file.JavacFileManager$PathAndContainer of com.sun.tools.javac.file.JavacFileManager