final class io.netty.handler.codec.spdy.SpdySession$StreamComparator implements java.util.Comparator<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.spdy.SpdySession$StreamComparator
  super_class: java.lang.Object
{
  final io.netty.handler.codec.spdy.SpdySession this$0;
    descriptor: Lio/netty/handler/codec/spdy/SpdySession;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.codec.spdy.SpdySession);
    descriptor: (Lio/netty/handler/codec/spdy/SpdySession;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession$StreamComparator this
         0: .line 327
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.spdy.SpdySession$StreamComparator.this$0:Lio/netty/handler/codec/spdy/SpdySession;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.codec.spdy.SpdySession$StreamComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/spdy/SpdySession$StreamComparator;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(java.lang.Integer, java.lang.Integer);
    descriptor: (Ljava/lang/Integer;Ljava/lang/Integer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // io.netty.handler.codec.spdy.SpdySession$StreamComparator this
        start local 1 // java.lang.Integer id1
        start local 2 // java.lang.Integer id2
         0: .line 331
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession$StreamComparator.this$0:Lio/netty/handler/codec/spdy/SpdySession;
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            aload 1 /* id1 */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 3 /* state1 */
        start local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state1
         1: .line 332
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession$StreamComparator.this$0:Lio/netty/handler/codec/spdy/SpdySession;
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            aload 2 /* id2 */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 4 /* state2 */
        start local 4 // io.netty.handler.codec.spdy.SpdySession$StreamState state2
         2: .line 334
            aload 3 /* state1 */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.getPriority:()B
            aload 4 /* state2 */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.getPriority:()B
            isub
            istore 5 /* result */
        start local 5 // int result
         3: .line 335
            iload 5 /* result */
            ifeq 5
         4: .line 336
            iload 5 /* result */
            ireturn
         5: .line 339
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState io.netty.handler.codec.spdy.SpdySession$StreamState int
      StackMap stack:
            aload 1 /* id1 */
            invokevirtual java.lang.Integer.intValue:()I
            aload 2 /* id2 */
            invokevirtual java.lang.Integer.intValue:()I
            isub
            ireturn
        end local 5 // int result
        end local 4 // io.netty.handler.codec.spdy.SpdySession$StreamState state2
        end local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state1
        end local 2 // java.lang.Integer id2
        end local 1 // java.lang.Integer id1
        end local 0 // io.netty.handler.codec.spdy.SpdySession$StreamComparator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/netty/handler/codec/spdy/SpdySession$StreamComparator;
            0    6     1     id1  Ljava/lang/Integer;
            0    6     2     id2  Ljava/lang/Integer;
            1    6     3  state1  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
            2    6     4  state2  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
            3    6     5  result  I
    MethodParameters:
      Name  Flags
      id1   
      id2   

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Integer
            aload 2
            checkcast java.lang.Integer
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamComparator.compare:(Ljava/lang/Integer;Ljava/lang/Integer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Ljava/lang/Integer;>;
SourceFile: "SpdySession.java"
NestHost: io.netty.handler.codec.spdy.SpdySession
InnerClasses:
  private final StreamComparator = io.netty.handler.codec.spdy.SpdySession$StreamComparator of io.netty.handler.codec.spdy.SpdySession
  private final StreamState = io.netty.handler.codec.spdy.SpdySession$StreamState of io.netty.handler.codec.spdy.SpdySession