Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/hash/HashFunction.smali
2024-05-21 17:08:36 -04:00

60 lines
1.8 KiB
Smali

.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 = {
"<T:",
"Ljava/lang/Object;",
">(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