final class com.google.common.hash.ChecksumHashFunction extends com.google.common.hash.AbstractHashFunction implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.hash.ChecksumHashFunction
  super_class: com.google.common.hash.AbstractHashFunction
{
  private final com.google.common.hash.ImmutableSupplier<? extends java.util.zip.Checksum> checksumSupplier;
    descriptor: Lcom/google/common/hash/ImmutableSupplier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/hash/ImmutableSupplier<+Ljava/util/zip/Checksum;>;

  private final int bits;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String toString;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(com.google.common.hash.ImmutableSupplier<? extends java.util.zip.Checksum>, int, java.lang.String);
    descriptor: (Lcom/google/common/hash/ImmutableSupplier;ILjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.google.common.hash.ChecksumHashFunction this
        start local 1 // com.google.common.hash.ImmutableSupplier checksumSupplier
        start local 2 // int bits
        start local 3 // java.lang.String toString
         0: .line 35
            aload 0 /* this */
            invokespecial com.google.common.hash.AbstractHashFunction.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* checksumSupplier */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.hash.ImmutableSupplier
            putfield com.google.common.hash.ChecksumHashFunction.checksumSupplier:Lcom/google/common/hash/ImmutableSupplier;
         2: .line 38
            iload 2 /* bits */
            bipush 32
            if_icmpeq 3
            iload 2 /* bits */
            bipush 64
            if_icmpeq 3
            iconst_0
            goto 4
      StackMap locals: com.google.common.hash.ChecksumHashFunction com.google.common.hash.ImmutableSupplier int java.lang.String
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ldc "bits (%s) must be either 32 or 64"
            iload 2 /* bits */
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/String;I)V
         5: .line 39
            aload 0 /* this */
            iload 2 /* bits */
            putfield com.google.common.hash.ChecksumHashFunction.bits:I
         6: .line 40
            aload 0 /* this */
            aload 3 /* toString */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield com.google.common.hash.ChecksumHashFunction.toString:Ljava/lang/String;
         7: .line 41
            return
        end local 3 // java.lang.String toString
        end local 2 // int bits
        end local 1 // com.google.common.hash.ImmutableSupplier checksumSupplier
        end local 0 // com.google.common.hash.ChecksumHashFunction this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lcom/google/common/hash/ChecksumHashFunction;
            0    8     1  checksumSupplier  Lcom/google/common/hash/ImmutableSupplier<+Ljava/util/zip/Checksum;>;
            0    8     2              bits  I
            0    8     3          toString  Ljava/lang/String;
    Signature: (Lcom/google/common/hash/ImmutableSupplier<+Ljava/util/zip/Checksum;>;ILjava/lang/String;)V
    MethodParameters:
                  Name  Flags
      checksumSupplier  
      bits              
      toString          

  public int bits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.ChecksumHashFunction this
         0: .line 45
            aload 0 /* this */
            getfield com.google.common.hash.ChecksumHashFunction.bits:I
            ireturn
        end local 0 // com.google.common.hash.ChecksumHashFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/ChecksumHashFunction;

  public com.google.common.hash.Hasher newHasher();
    descriptor: ()Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.hash.ChecksumHashFunction this
         0: .line 50
            new com.google.common.hash.ChecksumHashFunction$ChecksumHasher
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.hash.ChecksumHashFunction.checksumSupplier:Lcom/google/common/hash/ImmutableSupplier;
            invokeinterface com.google.common.hash.ImmutableSupplier.get:()Ljava/lang/Object;
            checkcast java.util.zip.Checksum
            invokespecial com.google.common.hash.ChecksumHashFunction$ChecksumHasher.<init>:(Lcom/google/common/hash/ChecksumHashFunction;Ljava/util/zip/Checksum;)V
            areturn
        end local 0 // com.google.common.hash.ChecksumHashFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/ChecksumHashFunction;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.ChecksumHashFunction this
         0: .line 55
            aload 0 /* this */
            getfield com.google.common.hash.ChecksumHashFunction.toString:Ljava/lang/String;
            areturn
        end local 0 // com.google.common.hash.ChecksumHashFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/ChecksumHashFunction;
}
SourceFile: "ChecksumHashFunction.java"
NestMembers:
  com.google.common.hash.ChecksumHashFunction$ChecksumHasher
InnerClasses:
  private final ChecksumHasher = com.google.common.hash.ChecksumHashFunction$ChecksumHasher of com.google.common.hash.ChecksumHashFunction
    RuntimeVisibleAnnotations: 
      com.google.errorprone.annotations.Immutable()