今奥全景相机
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.4 KiB

.class public interface abstract Lcom/google/common/hash/HashFunction;
.super Ljava/lang/Object;
.source "HashFunction.java"
# annotations
.annotation build Lcom/google/common/annotations/Beta;
.end annotation
# virtual methods
.method public abstract bits()I
.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;
.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