final class com.google.common.hash.HashCode$LongHashCode extends com.google.common.hash.HashCode implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.hash.HashCode$LongHashCode
  super_class: com.google.common.hash.HashCode
{
  final long hash;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  void <init>(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.hash.HashCode$LongHashCode this
        start local 1 // long hash
         0: .line 180
            aload 0 /* this */
            invokespecial com.google.common.hash.HashCode.<init>:()V
         1: .line 181
            aload 0 /* this */
            lload 1 /* hash */
            putfield com.google.common.hash.HashCode$LongHashCode.hash:J
         2: .line 182
            return
        end local 1 // long hash
        end local 0 // com.google.common.hash.HashCode$LongHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/hash/HashCode$LongHashCode;
            0    3     1  hash  J
    MethodParameters:
      Name  Flags
      hash  

  public int bits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashCode$LongHashCode this
         0: .line 186
            bipush 64
            ireturn
        end local 0 // com.google.common.hash.HashCode$LongHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/HashCode$LongHashCode;

  public byte[] asBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashCode$LongHashCode this
         0: .line 191
            bipush 8
            newarray 8
            dup
            iconst_0
         1: .line 192
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            l2i
            i2b
            bastore
            dup
            iconst_1
         2: .line 193
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            bipush 8
            lshr
            l2i
            i2b
            bastore
            dup
            iconst_2
         3: .line 194
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            bipush 16
            lshr
            l2i
            i2b
            bastore
            dup
            iconst_3
         4: .line 195
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            bipush 24
            lshr
            l2i
            i2b
            bastore
            dup
            iconst_4
         5: .line 196
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            bipush 32
            lshr
            l2i
            i2b
            bastore
            dup
            iconst_5
         6: .line 197
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            bipush 40
            lshr
            l2i
            i2b
            bastore
            dup
            bipush 6
         7: .line 198
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            bipush 48
            lshr
            l2i
            i2b
            bastore
            dup
            bipush 7
         8: .line 199
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            bipush 56
            lshr
            l2i
            i2b
            bastore
         9: .line 191
            areturn
        end local 0 // com.google.common.hash.HashCode$LongHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/google/common/hash/HashCode$LongHashCode;

  public int asInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashCode$LongHashCode this
         0: .line 205
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            l2i
            ireturn
        end local 0 // com.google.common.hash.HashCode$LongHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/HashCode$LongHashCode;

  public long asLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashCode$LongHashCode this
         0: .line 210
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            lreturn
        end local 0 // com.google.common.hash.HashCode$LongHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/HashCode$LongHashCode;

  public long padToLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashCode$LongHashCode this
         0: .line 215
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            lreturn
        end local 0 // com.google.common.hash.HashCode$LongHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/HashCode$LongHashCode;

  void writeBytesToImpl(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.google.common.hash.HashCode$LongHashCode this
        start local 1 // byte[] dest
        start local 2 // int offset
        start local 3 // int maxLength
         0: .line 220
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 4
         2: .line 221
      StackMap locals: int
      StackMap stack:
            aload 1 /* dest */
            iload 2 /* offset */
            iload 4 /* i */
            iadd
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            iload 4 /* i */
            bipush 8
            imul
            lshr
            l2i
            i2b
            bastore
         3: .line 220
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 4 /* i */
            iload 3 /* maxLength */
            if_icmplt 2
        end local 4 // int i
         5: .line 223
            return
        end local 3 // int maxLength
        end local 2 // int offset
        end local 1 // byte[] dest
        end local 0 // com.google.common.hash.HashCode$LongHashCode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/google/common/hash/HashCode$LongHashCode;
            0    6     1       dest  [B
            0    6     2     offset  I
            0    6     3  maxLength  I
            1    5     4          i  I
    MethodParameters:
           Name  Flags
      dest       
      offset     
      maxLength  

  boolean equalsSameBits(com.google.common.hash.HashCode);
    descriptor: (Lcom/google/common/hash/HashCode;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.hash.HashCode$LongHashCode this
        start local 1 // com.google.common.hash.HashCode that
         0: .line 227
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$LongHashCode.hash:J
            aload 1 /* that */
            invokevirtual com.google.common.hash.HashCode.asLong:()J
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // com.google.common.hash.HashCode that
        end local 0 // com.google.common.hash.HashCode$LongHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/hash/HashCode$LongHashCode;
            0    2     1  that  Lcom/google/common/hash/HashCode;
    MethodParameters:
      Name  Flags
      that  
}
SourceFile: "HashCode.java"
NestHost: com.google.common.hash.HashCode
InnerClasses:
  private final LongHashCode = com.google.common.hash.HashCode$LongHashCode of com.google.common.hash.HashCode