class com.google.common.hash.AbstractCompositeHashFunction$1 implements com.google.common.hash.Hasher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.hash.AbstractCompositeHashFunction$1
  super_class: java.lang.Object
{
  final com.google.common.hash.AbstractCompositeHashFunction this$0;
    descriptor: Lcom/google/common/hash/AbstractCompositeHashFunction;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.google.common.hash.Hasher[] val$hashers;
    descriptor: [Lcom/google/common/hash/Hasher;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.hash.AbstractCompositeHashFunction, com.google.common.hash.Hasher[]);
    descriptor: (Lcom/google/common/hash/AbstractCompositeHashFunction;[Lcom/google/common/hash/Hasher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
         0: .line 72
            aload 0 /* this */
            aload 1
            putfield com.google.common.hash.AbstractCompositeHashFunction$1.this$0:Lcom/google/common/hash/AbstractCompositeHashFunction;
            aload 0 /* this */
            aload 2
            putfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$hashers  final

  public com.google.common.hash.Hasher putByte(byte);
    descriptor: (B)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // byte b
         0: .line 75
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 int top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* hasher */
        start local 2 // com.google.common.hash.Hasher hasher
         2: .line 76
            aload 2 /* hasher */
            iload 1 /* b */
            invokeinterface com.google.common.hash.Hasher.putByte:(B)Lcom/google/common/hash/Hasher;
            pop
        end local 2 // com.google.common.hash.Hasher hasher
         3: .line 75
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 78
            aload 0 /* this */
            areturn
        end local 1 // byte b
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1       b  B
            2    3     2  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
      Name  Flags
      b     

  public com.google.common.hash.Hasher putBytes(byte[]);
    descriptor: ([B)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // byte[] bytes
         0: .line 83
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 byte[] top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* hasher */
        start local 2 // com.google.common.hash.Hasher hasher
         2: .line 84
            aload 2 /* hasher */
            aload 1 /* bytes */
            invokeinterface com.google.common.hash.Hasher.putBytes:([B)Lcom/google/common/hash/Hasher;
            pop
        end local 2 // com.google.common.hash.Hasher hasher
         3: .line 83
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 86
            aload 0 /* this */
            areturn
        end local 1 // byte[] bytes
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1   bytes  [B
            2    3     2  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
       Name  Flags
      bytes  

  public com.google.common.hash.Hasher putBytes(byte[], int, int);
    descriptor: ([BII)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // byte[] bytes
        start local 2 // int off
        start local 3 // int len
         0: .line 91
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 byte[] int int top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 7
            iload 5
            aaload
            astore 4 /* hasher */
        start local 4 // com.google.common.hash.Hasher hasher
         2: .line 92
            aload 4 /* hasher */
            aload 1 /* bytes */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface com.google.common.hash.Hasher.putBytes:([BII)Lcom/google/common/hash/Hasher;
            pop
        end local 4 // com.google.common.hash.Hasher hasher
         3: .line 91
            iinc 5 1
      StackMap locals:
      StackMap stack:
         4: iload 5
            iload 6
            if_icmplt 1
         5: .line 94
            aload 0 /* this */
            areturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bytes
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1   bytes  [B
            0    6     2     off  I
            0    6     3     len  I
            2    3     4  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
       Name  Flags
      bytes  
      off    
      len    

  public com.google.common.hash.Hasher putBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // java.nio.ByteBuffer bytes
         0: .line 99
            aload 1 /* bytes */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* pos */
        start local 2 // int pos
         1: .line 100
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 6
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 java.nio.ByteBuffer int top int int com.google.common.hash.Hasher[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* hasher */
        start local 3 // com.google.common.hash.Hasher hasher
         3: .line 101
            aload 1 /* bytes */
            iload 2 /* pos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         4: .line 102
            aload 3 /* hasher */
            aload 1 /* bytes */
            invokeinterface com.google.common.hash.Hasher.putBytes:(Ljava/nio/ByteBuffer;)Lcom/google/common/hash/Hasher;
            pop
        end local 3 // com.google.common.hash.Hasher hasher
         5: .line 100
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 2
         7: .line 104
            aload 0 /* this */
            areturn
        end local 2 // int pos
        end local 1 // java.nio.ByteBuffer bytes
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    8     1   bytes  Ljava/nio/ByteBuffer;
            1    8     2     pos  I
            3    5     3  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
       Name  Flags
      bytes  

  public com.google.common.hash.Hasher putShort(short);
    descriptor: (S)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // short s
         0: .line 109
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 int top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* hasher */
        start local 2 // com.google.common.hash.Hasher hasher
         2: .line 110
            aload 2 /* hasher */
            iload 1 /* s */
            invokeinterface com.google.common.hash.Hasher.putShort:(S)Lcom/google/common/hash/Hasher;
            pop
        end local 2 // com.google.common.hash.Hasher hasher
         3: .line 109
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 112
            aload 0 /* this */
            areturn
        end local 1 // short s
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1       s  S
            2    3     2  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
      Name  Flags
      s     

  public com.google.common.hash.Hasher putInt(int);
    descriptor: (I)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // int i
         0: .line 117
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 int top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* hasher */
        start local 2 // com.google.common.hash.Hasher hasher
         2: .line 118
            aload 2 /* hasher */
            iload 1 /* i */
            invokeinterface com.google.common.hash.Hasher.putInt:(I)Lcom/google/common/hash/Hasher;
            pop
        end local 2 // com.google.common.hash.Hasher hasher
         3: .line 117
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 120
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1       i  I
            2    3     2  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
      Name  Flags
      i     

  public com.google.common.hash.Hasher putLong(long);
    descriptor: (J)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // long l
         0: .line 125
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 long top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* hasher */
        start local 3 // com.google.common.hash.Hasher hasher
         2: .line 126
            aload 3 /* hasher */
            lload 1 /* l */
            invokeinterface com.google.common.hash.Hasher.putLong:(J)Lcom/google/common/hash/Hasher;
            pop
        end local 3 // com.google.common.hash.Hasher hasher
         3: .line 125
            iinc 4 1
      StackMap locals:
      StackMap stack:
         4: iload 4
            iload 5
            if_icmplt 1
         5: .line 128
            aload 0 /* this */
            areturn
        end local 1 // long l
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1       l  J
            2    3     3  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
      Name  Flags
      l     

  public com.google.common.hash.Hasher putFloat(float);
    descriptor: (F)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // float f
         0: .line 133
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 float top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* hasher */
        start local 2 // com.google.common.hash.Hasher hasher
         2: .line 134
            aload 2 /* hasher */
            fload 1 /* f */
            invokeinterface com.google.common.hash.Hasher.putFloat:(F)Lcom/google/common/hash/Hasher;
            pop
        end local 2 // com.google.common.hash.Hasher hasher
         3: .line 133
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 136
            aload 0 /* this */
            areturn
        end local 1 // float f
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1       f  F
            2    3     2  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
      Name  Flags
      f     

  public com.google.common.hash.Hasher putDouble(double);
    descriptor: (D)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // double d
         0: .line 141
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 double top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* hasher */
        start local 3 // com.google.common.hash.Hasher hasher
         2: .line 142
            aload 3 /* hasher */
            dload 1 /* d */
            invokeinterface com.google.common.hash.Hasher.putDouble:(D)Lcom/google/common/hash/Hasher;
            pop
        end local 3 // com.google.common.hash.Hasher hasher
         3: .line 141
            iinc 4 1
      StackMap locals:
      StackMap stack:
         4: iload 4
            iload 5
            if_icmplt 1
         5: .line 144
            aload 0 /* this */
            areturn
        end local 1 // double d
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1       d  D
            2    3     3  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
      Name  Flags
      d     

  public com.google.common.hash.Hasher putBoolean(boolean);
    descriptor: (Z)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // boolean b
         0: .line 149
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 int top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* hasher */
        start local 2 // com.google.common.hash.Hasher hasher
         2: .line 150
            aload 2 /* hasher */
            iload 1 /* b */
            invokeinterface com.google.common.hash.Hasher.putBoolean:(Z)Lcom/google/common/hash/Hasher;
            pop
        end local 2 // com.google.common.hash.Hasher hasher
         3: .line 149
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 152
            aload 0 /* this */
            areturn
        end local 1 // boolean b
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1       b  Z
            2    3     2  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
      Name  Flags
      b     

  public com.google.common.hash.Hasher putChar(char);
    descriptor: (C)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // char c
         0: .line 157
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 int top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* hasher */
        start local 2 // com.google.common.hash.Hasher hasher
         2: .line 158
            aload 2 /* hasher */
            iload 1 /* c */
            invokeinterface com.google.common.hash.Hasher.putChar:(C)Lcom/google/common/hash/Hasher;
            pop
        end local 2 // com.google.common.hash.Hasher hasher
         3: .line 157
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 160
            aload 0 /* this */
            areturn
        end local 1 // char c
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1       c  C
            2    3     2  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
      Name  Flags
      c     

  public com.google.common.hash.Hasher putUnencodedChars(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // java.lang.CharSequence chars
         0: .line 165
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 java.lang.CharSequence top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* hasher */
        start local 2 // com.google.common.hash.Hasher hasher
         2: .line 166
            aload 2 /* hasher */
            aload 1 /* chars */
            invokeinterface com.google.common.hash.Hasher.putUnencodedChars:(Ljava/lang/CharSequence;)Lcom/google/common/hash/Hasher;
            pop
        end local 2 // com.google.common.hash.Hasher hasher
         3: .line 165
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 168
            aload 0 /* this */
            areturn
        end local 1 // java.lang.CharSequence chars
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1   chars  Ljava/lang/CharSequence;
            2    3     2  hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
       Name  Flags
      chars  

  public com.google.common.hash.Hasher putString(java.lang.CharSequence, java.nio.charset.Charset);
    descriptor: (Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // java.lang.CharSequence chars
        start local 2 // java.nio.charset.Charset charset
         0: .line 173
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 java.lang.CharSequence java.nio.charset.Charset top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* hasher */
        start local 3 // com.google.common.hash.Hasher hasher
         2: .line 174
            aload 3 /* hasher */
            aload 1 /* chars */
            aload 2 /* charset */
            invokeinterface com.google.common.hash.Hasher.putString:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lcom/google/common/hash/Hasher;
            pop
        end local 3 // com.google.common.hash.Hasher hasher
         3: .line 173
            iinc 4 1
      StackMap locals:
      StackMap stack:
         4: iload 4
            iload 5
            if_icmplt 1
         5: .line 176
            aload 0 /* this */
            areturn
        end local 2 // java.nio.charset.Charset charset
        end local 1 // java.lang.CharSequence chars
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1    chars  Ljava/lang/CharSequence;
            0    6     2  charset  Ljava/nio/charset/Charset;
            2    3     3   hasher  Lcom/google/common/hash/Hasher;
    MethodParameters:
         Name  Flags
      chars    
      charset  

  public <T> com.google.common.hash.Hasher putObject(T, com.google.common.hash.Funnel<? super T>);
    descriptor: (Ljava/lang/Object;Lcom/google/common/hash/Funnel;)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
        start local 1 // java.lang.Object instance
        start local 2 // com.google.common.hash.Funnel funnel
         0: .line 181
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 4
      StackMap locals: com.google.common.hash.AbstractCompositeHashFunction$1 java.lang.Object com.google.common.hash.Funnel top int int com.google.common.hash.Hasher[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* hasher */
        start local 3 // com.google.common.hash.Hasher hasher
         2: .line 182
            aload 3 /* hasher */
            aload 1 /* instance */
            aload 2 /* funnel */
            invokeinterface com.google.common.hash.Hasher.putObject:(Ljava/lang/Object;Lcom/google/common/hash/Funnel;)Lcom/google/common/hash/Hasher;
            pop
        end local 3 // com.google.common.hash.Hasher hasher
         3: .line 181
            iinc 4 1
      StackMap locals:
      StackMap stack:
         4: iload 4
            iload 5
            if_icmplt 1
         5: .line 184
            aload 0 /* this */
            areturn
        end local 2 // com.google.common.hash.Funnel funnel
        end local 1 // java.lang.Object instance
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;
            0    6     1  instance  TT;
            0    6     2    funnel  Lcom/google/common/hash/Funnel<-TT;>;
            2    3     3    hasher  Lcom/google/common/hash/Hasher;
    Signature: <T:Ljava/lang/Object;>(TT;Lcom/google/common/hash/Funnel<-TT;>;)Lcom/google/common/hash/Hasher;
    MethodParameters:
          Name  Flags
      instance  
      funnel    

  public com.google.common.hash.HashCode hash();
    descriptor: ()Lcom/google/common/hash/HashCode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
         0: .line 189
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.this$0:Lcom/google/common/hash/AbstractCompositeHashFunction;
            aload 0 /* this */
            getfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction.makeHash:([Lcom/google/common/hash/Hasher;)Lcom/google/common/hash/HashCode;
            areturn
        end local 0 // com.google.common.hash.AbstractCompositeHashFunction$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/AbstractCompositeHashFunction$1;

  public com.google.common.hash.PrimitiveSink putShort(short);
    descriptor: (S)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putShort:(S)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putBytes:(Ljava/nio/ByteBuffer;)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putBytes(byte[], int, int);
    descriptor: ([BII)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putBytes:([BII)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putBytes(byte[]);
    descriptor: ([B)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putBytes:([B)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putInt(int);
    descriptor: (I)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putInt:(I)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putByte(byte);
    descriptor: (B)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putByte:(B)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putString(java.lang.CharSequence, java.nio.charset.Charset);
    descriptor: (Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putString:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putDouble(double);
    descriptor: (D)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putDouble:(D)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putFloat(float);
    descriptor: (F)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            fload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putFloat:(F)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putChar(char);
    descriptor: (C)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putChar:(C)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putUnencodedChars(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putUnencodedChars:(Ljava/lang/CharSequence;)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putLong(long);
    descriptor: (J)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putLong:(J)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putBoolean(boolean);
    descriptor: (Z)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.hash.AbstractCompositeHashFunction$1.putBoolean:(Z)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractCompositeHashFunction.java"
EnclosingMethod: com.google.common.hash.AbstractCompositeHashFunction.fromHashers:([Lcom/google/common/hash/Hasher;)Lcom/google/common/hash/Hasher;
NestHost: com.google.common.hash.AbstractCompositeHashFunction
InnerClasses:
  com.google.common.hash.AbstractCompositeHashFunction$1