class sun.nio.ch.SocketOptionRegistry$RegistryKey
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.SocketOptionRegistry$RegistryKey
super_class: java.lang.Object
{
private final java.net.SocketOption<?> name;
descriptor: Ljava/net/SocketOption;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/net/SocketOption<*>;
private final java.net.ProtocolFamily family;
descriptor: Ljava/net/ProtocolFamily;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.net.SocketOption<?>, java.net.ProtocolFamily);
descriptor: (Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.nio.ch.SocketOptionRegistry$RegistryKey.name:Ljava/net/SocketOption;
2: aload 0
aload 2
putfield sun.nio.ch.SocketOptionRegistry$RegistryKey.family:Ljava/net/ProtocolFamily;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/nio/ch/SocketOptionRegistry$RegistryKey;
0 4 1 name Ljava/net/SocketOption<*>;
0 4 2 family Ljava/net/ProtocolFamily;
Signature: (Ljava/net/SocketOption<*>;Ljava/net/ProtocolFamily;)V
MethodParameters:
Name Flags
name
family
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.name:Ljava/net/SocketOption;
invokevirtual java.lang.Object.hashCode:()I
aload 0
getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.family:Ljava/net/ProtocolFamily;
invokevirtual java.lang.Object.hashCode:()I
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/SocketOptionRegistry$RegistryKey;
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 start local 1 0: aload 1
ifnonnull 1
iconst_0
ireturn
1: StackMap locals:
StackMap stack:
aload 1
instanceof sun.nio.ch.SocketOptionRegistry$RegistryKey
ifne 2
iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast sun.nio.ch.SocketOptionRegistry$RegistryKey
astore 2
start local 2 3: aload 0
getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.name:Ljava/net/SocketOption;
aload 2
getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.name:Ljava/net/SocketOption;
if_acmpeq 4
iconst_0
ireturn
4: StackMap locals: sun.nio.ch.SocketOptionRegistry$RegistryKey
StackMap stack:
aload 0
getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.family:Ljava/net/ProtocolFamily;
aload 2
getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.family:Ljava/net/ProtocolFamily;
if_acmpeq 5
iconst_0
ireturn
5: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/nio/ch/SocketOptionRegistry$RegistryKey;
0 6 1 ob Ljava/lang/Object;
3 6 2 other Lsun/nio/ch/SocketOptionRegistry$RegistryKey;
MethodParameters:
Name Flags
ob
}
SourceFile: "SocketOptionRegistry.java"
NestHost: sun.nio.ch.SocketOptionRegistry
InnerClasses:
private RegistryKey = sun.nio.ch.SocketOptionRegistry$RegistryKey of sun.nio.ch.SocketOptionRegistry