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 0: aload 0
aload 1
putfield com.google.common.hash.AbstractCompositeHashFunction$1.this$0:Lcom/google/common/hash/AbstractCompositeHashFunction;
aload 0
aload 2
putfield com.google.common.hash.AbstractCompositeHashFunction$1.val$hashers:[Lcom/google/common/hash/Hasher;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 0: aload 0
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
start local 2 2: aload 2
iload 1
invokeinterface com.google.common.hash.Hasher.putByte:(B)Lcom/google/common/hash/Hasher;
pop
end local 2 3: iinc 3 1
StackMap locals:
StackMap stack:
4: iload 3
iload 4
if_icmplt 1
5: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 2: aload 2
aload 1
invokeinterface com.google.common.hash.Hasher.putBytes:([B)Lcom/google/common/hash/Hasher;
pop
end local 2 3: iinc 3 1
StackMap locals:
StackMap stack:
4: iload 3
iload 4
if_icmplt 1
5: aload 0
areturn
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
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
start local 4 2: aload 4
aload 1
iload 2
iload 3
invokeinterface com.google.common.hash.Hasher.putBytes:([BII)Lcom/google/common/hash/Hasher;
pop
end local 4 3: iinc 5 1
StackMap locals:
StackMap stack:
4: iload 5
iload 6
if_icmplt 1
5: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 1
invokevirtual java.nio.ByteBuffer.position:()I
istore 2
start local 2 1: aload 0
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
start local 3 3: aload 1
iload 2
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
4: aload 3
aload 1
invokeinterface com.google.common.hash.Hasher.putBytes:(Ljava/nio/ByteBuffer;)Lcom/google/common/hash/Hasher;
pop
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 2
7: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 2: aload 2
iload 1
invokeinterface com.google.common.hash.Hasher.putShort:(S)Lcom/google/common/hash/Hasher;
pop
end local 2 3: iinc 3 1
StackMap locals:
StackMap stack:
4: iload 3
iload 4
if_icmplt 1
5: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 2: aload 2
iload 1
invokeinterface com.google.common.hash.Hasher.putInt:(I)Lcom/google/common/hash/Hasher;
pop
end local 2 3: iinc 3 1
StackMap locals:
StackMap stack:
4: iload 3
iload 4
if_icmplt 1
5: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
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
start local 3 2: aload 3
lload 1
invokeinterface com.google.common.hash.Hasher.putLong:(J)Lcom/google/common/hash/Hasher;
pop
end local 3 3: iinc 4 1
StackMap locals:
StackMap stack:
4: iload 4
iload 5
if_icmplt 1
5: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 2: aload 2
fload 1
invokeinterface com.google.common.hash.Hasher.putFloat:(F)Lcom/google/common/hash/Hasher;
pop
end local 2 3: iinc 3 1
StackMap locals:
StackMap stack:
4: iload 3
iload 4
if_icmplt 1
5: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
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
start local 3 2: aload 3
dload 1
invokeinterface com.google.common.hash.Hasher.putDouble:(D)Lcom/google/common/hash/Hasher;
pop
end local 3 3: iinc 4 1
StackMap locals:
StackMap stack:
4: iload 4
iload 5
if_icmplt 1
5: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 2: aload 2
iload 1
invokeinterface com.google.common.hash.Hasher.putBoolean:(Z)Lcom/google/common/hash/Hasher;
pop
end local 2 3: iinc 3 1
StackMap locals:
StackMap stack:
4: iload 3
iload 4
if_icmplt 1
5: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 2: aload 2
iload 1
invokeinterface com.google.common.hash.Hasher.putChar:(C)Lcom/google/common/hash/Hasher;
pop
end local 2 3: iinc 3 1
StackMap locals:
StackMap stack:
4: iload 3
iload 4
if_icmplt 1
5: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 2: aload 2
aload 1
invokeinterface com.google.common.hash.Hasher.putUnencodedChars:(Ljava/lang/CharSequence;)Lcom/google/common/hash/Hasher;
pop
end local 2 3: iinc 3 1
StackMap locals:
StackMap stack:
4: iload 3
iload 4
if_icmplt 1
5: aload 0
areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
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
start local 3 2: aload 3
aload 1
aload 2
invokeinterface com.google.common.hash.Hasher.putString:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lcom/google/common/hash/Hasher;
pop
end local 3 3: iinc 4 1
StackMap locals:
StackMap stack:
4: iload 4
iload 5
if_icmplt 1
5: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
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
start local 3 2: aload 3
aload 1
aload 2
invokeinterface com.google.common.hash.Hasher.putObject:(Ljava/lang/Object;Lcom/google/common/hash/Funnel;)Lcom/google/common/hash/Hasher;
pop
end local 3 3: iinc 4 1
StackMap locals:
StackMap stack:
4: iload 4
iload 5
if_icmplt 1
5: aload 0
areturn
end local 2 end local 1 end local 0 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 0: aload 0
getfield com.google.common.hash.AbstractCompositeHashFunction$1.this$0:Lcom/google/common/hash/AbstractCompositeHashFunction;
aload 0
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 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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