今奥全景相机
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.

93 lines
2.1 KiB

.class final Lcom/google/common/collect/MultimapBuilder$HashSetSupplier;
.super Ljava/lang/Object;
.source "MultimapBuilder.java"
# interfaces
.implements Lcom/google/common/base/Supplier;
.implements Ljava/io/Serializable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/MultimapBuilder;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1a
name = "HashSetSupplier"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<V:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lcom/google/common/base/Supplier",
"<",
"Ljava/util/Set",
"<TV;>;>;",
"Ljava/io/Serializable;"
}
.end annotation
# instance fields
.field private final expectedValuesPerKey:I
# direct methods
.method constructor <init>(I)V
.locals 1
.prologue
.line 222
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 223
const-string v0, "expectedValuesPerKey"
invoke-static {p1, v0}, Lcom/google/common/collect/CollectPreconditions;->checkNonnegative(ILjava/lang/String;)I
move-result v0
iput v0, p0, Lcom/google/common/collect/MultimapBuilder$HashSetSupplier;->expectedValuesPerKey:I
.line 224
return-void
.end method
# virtual methods
.method public bridge synthetic get()Ljava/lang/Object;
.locals 1
.prologue
.line 219
invoke-virtual {p0}, Lcom/google/common/collect/MultimapBuilder$HashSetSupplier;->get()Ljava/util/Set;
move-result-object v0
return-object v0
.end method
.method public get()Ljava/util/Set;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Set",
"<TV;>;"
}
.end annotation
.prologue
.line 228
new-instance v0, Ljava/util/HashSet;
iget v1, p0, Lcom/google/common/collect/MultimapBuilder$HashSetSupplier;->expectedValuesPerKey:I
invoke-direct {v0, v1}, Ljava/util/HashSet;-><init>(I)V
return-object v0
.end method