public class org.eclipse.jetty.http.pathmap.MappedResource<E> implements java.lang.Comparable<org.eclipse.jetty.http.pathmap.MappedResource<E>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.http.pathmap.MappedResource
  super_class: java.lang.Object
{
  private final org.eclipse.jetty.http.pathmap.PathSpec pathSpec;
    descriptor: Lorg/eclipse/jetty/http/pathmap/PathSpec;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final E resource;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TE;

  public void <init>(org.eclipse.jetty.http.pathmap.PathSpec, );
    descriptor: (Lorg/eclipse/jetty/http/pathmap/PathSpec;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
        start local 1 // org.eclipse.jetty.http.pathmap.PathSpec pathSpec
        start local 2 // java.lang.Object resource
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* pathSpec */
            putfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
         2: .line 33
            aload 0 /* this */
            aload 2 /* resource */
            putfield org.eclipse.jetty.http.pathmap.MappedResource.resource:Ljava/lang/Object;
         3: .line 34
            return
        end local 2 // java.lang.Object resource
        end local 1 // org.eclipse.jetty.http.pathmap.PathSpec pathSpec
        end local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
            0    4     1  pathSpec  Lorg/eclipse/jetty/http/pathmap/PathSpec;
            0    4     2  resource  TE;
    Signature: (Lorg/eclipse/jetty/http/pathmap/PathSpec;TE;)V
    MethodParameters:
          Name  Flags
      pathSpec  
      resource  

  public int compareTo(org.eclipse.jetty.http.pathmap.MappedResource<E>);
    descriptor: (Lorg/eclipse/jetty/http/pathmap/MappedResource;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
        start local 1 // org.eclipse.jetty.http.pathmap.MappedResource other
         0: .line 42
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
            aload 1 /* other */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
            invokevirtual org.eclipse.jetty.http.pathmap.PathSpec.compareTo:(Lorg/eclipse/jetty/http/pathmap/PathSpec;)I
            ireturn
        end local 1 // org.eclipse.jetty.http.pathmap.MappedResource other
        end local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
            0    1     1  other  Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
    Signature: (Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;)I
    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 // org.eclipse.jetty.http.pathmap.MappedResource this
        start local 1 // java.lang.Object obj
         0: .line 48
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 50
            iconst_1
            ireturn
         2: .line 52
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 54
            iconst_0
            ireturn
         4: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 58
            iconst_0
            ireturn
         6: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.jetty.http.pathmap.MappedResource
            astore 2 /* other */
        start local 2 // org.eclipse.jetty.http.pathmap.MappedResource other
         7: .line 61
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
            ifnonnull 10
         8: .line 63
            aload 2 /* other */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
            ifnull 12
         9: .line 65
            iconst_0
            ireturn
        10: .line 68
      StackMap locals: org.eclipse.jetty.http.pathmap.MappedResource
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
            aload 2 /* other */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
            invokevirtual org.eclipse.jetty.http.pathmap.PathSpec.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 70
            iconst_0
            ireturn
        12: .line 72
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jetty.http.pathmap.MappedResource other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
            0   13     1    obj  Ljava/lang/Object;
            7   13     2  other  Lorg/eclipse/jetty/http/pathmap/MappedResource<*>;
    MethodParameters:
      Name  Flags
      obj   

  public org.eclipse.jetty.http.pathmap.PathSpec getPathSpec();
    descriptor: ()Lorg/eclipse/jetty/http/pathmap/PathSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
         0: .line 78
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
            areturn
        end local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "path spec", readonly = true)

  public E getResource();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
         0: .line 84
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.resource:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
    Signature: ()TE;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "resource", readonly = true)

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
         0: .line 91
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 92
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.eclipse.jetty.http.pathmap.MappedResource int
      StackMap stack: int
         2: aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
            invokevirtual org.eclipse.jetty.http.pathmap.PathSpec.hashCode:()I
      StackMap locals: org.eclipse.jetty.http.pathmap.MappedResource int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 93
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
            1    5     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
         0: .line 99
            ldc "MappedResource[pathSpec=%s,resource=%s]"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.MappedResource.resource:Ljava/lang/Object;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.pathmap.MappedResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;

  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 org.eclipse.jetty.http.pathmap.MappedResource
            invokevirtual org.eclipse.jetty.http.pathmap.MappedResource.compareTo:(Lorg/eclipse/jetty/http/pathmap/MappedResource;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Comparable<Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;>;
SourceFile: "MappedResource.java"
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedObject(value = "Mapped Resource")