abstract class com.google.common.hash.AbstractNonStreamingHashFunction extends com.google.common.hash.AbstractHashFunction
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.google.common.hash.AbstractNonStreamingHashFunction
super_class: com.google.common.hash.AbstractHashFunction
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.common.hash.AbstractHashFunction.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction;
public com.google.common.hash.Hasher newHasher();
descriptor: ()Lcom/google/common/hash/Hasher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
bipush 32
invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction.newHasher:(I)Lcom/google/common/hash/Hasher;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction;
public com.google.common.hash.Hasher newHasher(int);
descriptor: (I)Lcom/google/common/hash/Hasher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iflt 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: invokestatic com.google.common.base.Preconditions.checkArgument:(Z)V
3: new com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher
dup
aload 0
iload 1
invokespecial com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.<init>:(Lcom/google/common/hash/AbstractNonStreamingHashFunction;I)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction;
0 4 1 expectedInputSize I
MethodParameters:
Name Flags
expectedInputSize
public com.google.common.hash.HashCode hashInt(int);
descriptor: (I)Lcom/google/common/hash/HashCode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iconst_4
invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
iload 1
invokevirtual java.nio.ByteBuffer.putInt:(I)Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.array:()[B
invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction.hashBytes:([B)Lcom/google/common/hash/HashCode;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction;
0 1 1 input I
MethodParameters:
Name Flags
input
public com.google.common.hash.HashCode hashLong(long);
descriptor: (J)Lcom/google/common/hash/HashCode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
bipush 8
invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
lload 1
invokevirtual java.nio.ByteBuffer.putLong:(J)Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.array:()[B
invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction.hashBytes:([B)Lcom/google/common/hash/HashCode;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction;
0 1 1 input J
MethodParameters:
Name Flags
input
public com.google.common.hash.HashCode hashUnencodedChars(java.lang.CharSequence);
descriptor: (Ljava/lang/CharSequence;)Lcom/google/common/hash/HashCode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.lang.CharSequence.length:()I
istore 2
start local 2 1: iload 2
iconst_2
imul
invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
astore 3
start local 3 2: iconst_0
istore 4
start local 4 3: goto 6
4: StackMap locals: int java.nio.ByteBuffer int
StackMap stack:
aload 3
aload 1
iload 4
invokeinterface java.lang.CharSequence.charAt:(I)C
invokevirtual java.nio.ByteBuffer.putChar:(C)Ljava/nio/ByteBuffer;
pop
5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 2
if_icmplt 4
end local 4 7: aload 0
aload 3
invokevirtual java.nio.ByteBuffer.array:()[B
invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction.hashBytes:([B)Lcom/google/common/hash/HashCode;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction;
0 8 1 input Ljava/lang/CharSequence;
1 8 2 len I
2 8 3 buffer Ljava/nio/ByteBuffer;
3 7 4 i I
MethodParameters:
Name Flags
input
public com.google.common.hash.HashCode hashString(java.lang.CharSequence, java.nio.charset.Charset);
descriptor: (Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lcom/google/common/hash/HashCode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
aload 2
invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction.hashBytes:([B)Lcom/google/common/hash/HashCode;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction;
0 1 1 input Ljava/lang/CharSequence;
0 1 2 charset Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
input
charset
public abstract com.google.common.hash.HashCode hashBytes(byte[], int, int);
descriptor: ([BII)Lcom/google/common/hash/HashCode;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
input
off
len
public com.google.common.hash.HashCode hashBytes(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/common/hash/HashCode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction.newHasher:(I)Lcom/google/common/hash/Hasher;
aload 1
invokeinterface com.google.common.hash.Hasher.putBytes:(Ljava/nio/ByteBuffer;)Lcom/google/common/hash/Hasher;
invokeinterface com.google.common.hash.Hasher.hash:()Lcom/google/common/hash/HashCode;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction;
0 1 1 input Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
input
}
SourceFile: "AbstractNonStreamingHashFunction.java"
NestMembers:
com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream
InnerClasses:
private final BufferingHasher = com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher of com.google.common.hash.AbstractNonStreamingHashFunction
private final ExposedByteArrayOutputStream = com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream of com.google.common.hash.AbstractNonStreamingHashFunction
RuntimeVisibleAnnotations:
com.google.errorprone.annotations.Immutable()