final class com.google.common.hash.Hashing$ConcatenatedHashFunction extends com.google.common.hash.AbstractCompositeHashFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.hash.Hashing$ConcatenatedHashFunction
  super_class: com.google.common.hash.AbstractCompositeHashFunction
{
  private void <init>(com.google.common.hash.HashFunction[]);
    descriptor: ([Lcom/google/common/hash/HashFunction;)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.google.common.hash.Hashing$ConcatenatedHashFunction this
        start local 1 // com.google.common.hash.HashFunction[] functions
         0: .line 614
            aload 0 /* this */
            aload 1 /* functions */
            invokespecial com.google.common.hash.AbstractCompositeHashFunction.<init>:([Lcom/google/common/hash/HashFunction;)V
         1: .line 615
            aload 1 /* functions */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 10
      StackMap locals: com.google.common.hash.Hashing$ConcatenatedHashFunction com.google.common.hash.HashFunction[] top int int com.google.common.hash.HashFunction[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* function */
        start local 2 // com.google.common.hash.HashFunction function
         3: .line 617
            aload 2 /* function */
            invokeinterface com.google.common.hash.HashFunction.bits:()I
            bipush 8
            irem
            ifne 4
            iconst_1
            goto 5
      StackMap locals: com.google.common.hash.Hashing$ConcatenatedHashFunction com.google.common.hash.HashFunction[] com.google.common.hash.HashFunction int int com.google.common.hash.HashFunction[]
      StackMap stack:
         4: iconst_0
         5: .line 618
      StackMap locals:
      StackMap stack: int
            ldc "the number of bits (%s) in hashFunction (%s) must be divisible by 8"
         6: .line 619
            aload 2 /* function */
            invokeinterface com.google.common.hash.HashFunction.bits:()I
         7: .line 620
            aload 2 /* function */
         8: .line 616
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/String;ILjava/lang/Object;)V
        end local 2 // com.google.common.hash.HashFunction function
         9: .line 615
            iinc 3 1
      StackMap locals: com.google.common.hash.Hashing$ConcatenatedHashFunction com.google.common.hash.HashFunction[] top int int com.google.common.hash.HashFunction[]
      StackMap stack:
        10: iload 3
            iload 4
            if_icmplt 2
        11: .line 622
            return
        end local 1 // com.google.common.hash.HashFunction[] functions
        end local 0 // com.google.common.hash.Hashing$ConcatenatedHashFunction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/google/common/hash/Hashing$ConcatenatedHashFunction;
            0   12     1  functions  [Lcom/google/common/hash/HashFunction;
            3    9     2   function  Lcom/google/common/hash/HashFunction;
    MethodParameters:
           Name  Flags
      functions  

  com.google.common.hash.HashCode makeHash(com.google.common.hash.Hasher[]);
    descriptor: ([Lcom/google/common/hash/Hasher;)Lcom/google/common/hash/HashCode;
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // com.google.common.hash.Hashing$ConcatenatedHashFunction this
        start local 1 // com.google.common.hash.Hasher[] hashers
         0: .line 626
            aload 0 /* this */
            invokevirtual com.google.common.hash.Hashing$ConcatenatedHashFunction.bits:()I
            bipush 8
            idiv
            newarray 8
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         1: .line 627
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: .line 628
            aload 1 /* hashers */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 7
      StackMap locals: com.google.common.hash.Hashing$ConcatenatedHashFunction com.google.common.hash.Hasher[] byte[] int top int int com.google.common.hash.Hasher[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* hasher */
        start local 4 // com.google.common.hash.Hasher hasher
         4: .line 629
            aload 4 /* hasher */
            invokeinterface com.google.common.hash.Hasher.hash:()Lcom/google/common/hash/HashCode;
            astore 8 /* newHash */
        start local 8 // com.google.common.hash.HashCode newHash
         5: .line 630
            iload 3 /* i */
            aload 8 /* newHash */
            aload 2 /* bytes */
            iload 3 /* i */
            aload 8 /* newHash */
            invokevirtual com.google.common.hash.HashCode.bits:()I
            bipush 8
            idiv
            invokevirtual com.google.common.hash.HashCode.writeBytesTo:([BII)I
            iadd
            istore 3 /* i */
        end local 8 // com.google.common.hash.HashCode newHash
        end local 4 // com.google.common.hash.Hasher hasher
         6: .line 628
            iinc 5 1
      StackMap locals:
      StackMap stack:
         7: iload 5
            iload 6
            if_icmplt 3
         8: .line 632
            aload 2 /* bytes */
            invokestatic com.google.common.hash.HashCode.fromBytesNoCopy:([B)Lcom/google/common/hash/HashCode;
            areturn
        end local 3 // int i
        end local 2 // byte[] bytes
        end local 1 // com.google.common.hash.Hasher[] hashers
        end local 0 // com.google.common.hash.Hashing$ConcatenatedHashFunction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/google/common/hash/Hashing$ConcatenatedHashFunction;
            0    9     1  hashers  [Lcom/google/common/hash/Hasher;
            1    9     2    bytes  [B
            2    9     3        i  I
            4    6     4   hasher  Lcom/google/common/hash/Hasher;
            5    6     8  newHash  Lcom/google/common/hash/HashCode;
    MethodParameters:
         Name  Flags
      hashers  

  public int bits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.google.common.hash.Hashing$ConcatenatedHashFunction this
         0: .line 637
            iconst_0
            istore 1 /* bitSum */
        start local 1 // int bitSum
         1: .line 638
            aload 0 /* this */
            getfield com.google.common.hash.Hashing$ConcatenatedHashFunction.functions:[Lcom/google/common/hash/HashFunction;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: com.google.common.hash.Hashing$ConcatenatedHashFunction int top int int com.google.common.hash.HashFunction[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* function */
        start local 2 // com.google.common.hash.HashFunction function
         3: .line 639
            iload 1 /* bitSum */
            aload 2 /* function */
            invokeinterface com.google.common.hash.HashFunction.bits:()I
            iadd
            istore 1 /* bitSum */
        end local 2 // com.google.common.hash.HashFunction function
         4: .line 638
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 641
            iload 1 /* bitSum */
            ireturn
        end local 1 // int bitSum
        end local 0 // com.google.common.hash.Hashing$ConcatenatedHashFunction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/google/common/hash/Hashing$ConcatenatedHashFunction;
            1    7     1    bitSum  I
            3    4     2  function  Lcom/google/common/hash/HashFunction;

  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 // com.google.common.hash.Hashing$ConcatenatedHashFunction this
        start local 1 // java.lang.Object object
         0: .line 646
            aload 1 /* object */
            instanceof com.google.common.hash.Hashing$ConcatenatedHashFunction
            ifeq 3
         1: .line 647
            aload 1 /* object */
            checkcast com.google.common.hash.Hashing$ConcatenatedHashFunction
            astore 2 /* other */
        start local 2 // com.google.common.hash.Hashing$ConcatenatedHashFunction other
         2: .line 648
            aload 0 /* this */
            getfield com.google.common.hash.Hashing$ConcatenatedHashFunction.functions:[Lcom/google/common/hash/HashFunction;
            aload 2 /* other */
            getfield com.google.common.hash.Hashing$ConcatenatedHashFunction.functions:[Lcom/google/common/hash/HashFunction;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ireturn
        end local 2 // com.google.common.hash.Hashing$ConcatenatedHashFunction other
         3: .line 650
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.hash.Hashing$ConcatenatedHashFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/common/hash/Hashing$ConcatenatedHashFunction;
            0    4     1  object  Ljava/lang/Object;
            2    3     2   other  Lcom/google/common/hash/Hashing$ConcatenatedHashFunction;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.Hashing$ConcatenatedHashFunction this
         0: .line 655
            aload 0 /* this */
            getfield com.google.common.hash.Hashing$ConcatenatedHashFunction.functions:[Lcom/google/common/hash/HashFunction;
            invokestatic java.util.Arrays.hashCode:([Ljava/lang/Object;)I
            ireturn
        end local 0 // com.google.common.hash.Hashing$ConcatenatedHashFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/Hashing$ConcatenatedHashFunction;
}
SourceFile: "Hashing.java"
NestHost: com.google.common.hash.Hashing
InnerClasses:
  private final ConcatenatedHashFunction = com.google.common.hash.Hashing$ConcatenatedHashFunction of com.google.common.hash.Hashing