.class public interface abstract Lcom/google/common/hash/HashFunction; .super Ljava/lang/Object; .source "HashFunction.java" # annotations .annotation runtime Lcom/google/common/hash/ElementTypesAreNonnullByDefault; .end annotation .annotation runtime Lcom/google/errorprone/annotations/Immutable; .end annotation # virtual methods .method public abstract bits()I .end method .method public abstract hashBytes(Ljava/nio/ByteBuffer;)Lcom/google/common/hash/HashCode; .end method .method public abstract hashBytes([B)Lcom/google/common/hash/HashCode; .end method .method public abstract hashBytes([BII)Lcom/google/common/hash/HashCode; .end method .method public abstract hashInt(I)Lcom/google/common/hash/HashCode; .end method .method public abstract hashLong(J)Lcom/google/common/hash/HashCode; .end method .method public abstract hashObject(Ljava/lang/Object;Lcom/google/common/hash/Funnel;)Lcom/google/common/hash/HashCode; .param p1 # Ljava/lang/Object; .annotation runtime Lcom/google/common/hash/ParametricNullness; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(TT;", "Lcom/google/common/hash/Funnel<", "-TT;>;)", "Lcom/google/common/hash/HashCode;" } .end annotation .end method .method public abstract hashString(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lcom/google/common/hash/HashCode; .end method .method public abstract hashUnencodedChars(Ljava/lang/CharSequence;)Lcom/google/common/hash/HashCode; .end method .method public abstract newHasher()Lcom/google/common/hash/Hasher; .end method .method public abstract newHasher(I)Lcom/google/common/hash/Hasher; .end method