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 // sun.nio.ch.SocketOptionRegistry$RegistryKey this
        start local 1 // java.net.SocketOption name
        start local 2 // java.net.ProtocolFamily family
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* name */
            putfield sun.nio.ch.SocketOptionRegistry$RegistryKey.name:Ljava/net/SocketOption;
         2: .line 45
            aload 0 /* this */
            aload 2 /* family */
            putfield sun.nio.ch.SocketOptionRegistry$RegistryKey.family:Ljava/net/ProtocolFamily;
         3: .line 46
            return
        end local 2 // java.net.ProtocolFamily family
        end local 1 // java.net.SocketOption name
        end local 0 // sun.nio.ch.SocketOptionRegistry$RegistryKey this
      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 // sun.nio.ch.SocketOptionRegistry$RegistryKey this
         0: .line 48
            aload 0 /* this */
            getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.name:Ljava/net/SocketOption;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.family:Ljava/net/ProtocolFamily;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            ireturn
        end local 0 // sun.nio.ch.SocketOptionRegistry$RegistryKey this
      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 // sun.nio.ch.SocketOptionRegistry$RegistryKey this
        start local 1 // java.lang.Object ob
         0: .line 51
            aload 1 /* ob */
            ifnonnull 1
            iconst_0
            ireturn
         1: .line 52
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            instanceof sun.nio.ch.SocketOptionRegistry$RegistryKey
            ifne 2
            iconst_0
            ireturn
         2: .line 53
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            checkcast sun.nio.ch.SocketOptionRegistry$RegistryKey
            astore 2 /* other */
        start local 2 // sun.nio.ch.SocketOptionRegistry$RegistryKey other
         3: .line 54
            aload 0 /* this */
            getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.name:Ljava/net/SocketOption;
            aload 2 /* other */
            getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.name:Ljava/net/SocketOption;
            if_acmpeq 4
            iconst_0
            ireturn
         4: .line 55
      StackMap locals: sun.nio.ch.SocketOptionRegistry$RegistryKey
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.family:Ljava/net/ProtocolFamily;
            aload 2 /* other */
            getfield sun.nio.ch.SocketOptionRegistry$RegistryKey.family:Ljava/net/ProtocolFamily;
            if_acmpeq 5
            iconst_0
            ireturn
         5: .line 56
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // sun.nio.ch.SocketOptionRegistry$RegistryKey other
        end local 1 // java.lang.Object ob
        end local 0 // sun.nio.ch.SocketOptionRegistry$RegistryKey this
      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