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 0: aload 0
aload 1
putfield io.netty.handler.codec.spdy.SpdySession$StreamComparator.this$0:Lio/netty/handler/codec/spdy/SpdySession;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 start local 2 0: aload 0
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
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
astore 3
start local 3 1: aload 0
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
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
astore 4
start local 4 2: aload 3
invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.getPriority:()B
aload 4
invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.getPriority:()B
isub
istore 5
start local 5 3: iload 5
ifeq 5
4: iload 5
ireturn
5: StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState io.netty.handler.codec.spdy.SpdySession$StreamState int
StackMap stack:
aload 1
invokevirtual java.lang.Integer.intValue:()I
aload 2
invokevirtual java.lang.Integer.intValue:()I
isub
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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: 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