granularity level: instruction

		.class public Lcom/google/firebase/components/Component$Builder;
.super Ljava/lang/Object;
.source "Component.java"

.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/firebase/components/Component;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Builder"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation

.field private final dependencies:Ljava/util/Set;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Set<",
"Lcom/google/firebase/components/Dependency;",
">;"
}
.end annotation
.end field
.field private factory:Lcom/google/firebase/components/ComponentFactory;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/firebase/components/ComponentFactory<",
"TT;>;"
}
.end annotation
.end field
.field private instantiation:I
.field private name:Ljava/lang/String;
.field private final providedInterfaces:Ljava/util/Set;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Set<",
"Ljava/lang/Class<",
"-TT;>;>;"
}
.end annotation
.end field
.field private publishedEvents:Ljava/util/Set;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Set<",
"Ljava/lang/Class<",
"*>;>;"
}
.end annotation
.end field
.field private type:I


.method private varargs constructor <init>(Ljava/lang/Class;[Ljava/lang/Class;)V
	.locals 3
	.annotation runtime Ljava/lang/SafeVarargs;
	.end annotation
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"(",
	"Ljava/lang/Class<",
	"TT;>;[",
	"Ljava/lang/Class<",
	"-TT;>;)V"
	}
	.end annotation

	invoke-direct {p0}, Ljava/lang/Object;-><init>()V
	const/4 v0, 0x0
	iput-object v0, p0, Lcom/google/firebase/components/Component$Builder;->name:Ljava/lang/String;
	new-instance v0, Ljava/util/HashSet;
	invoke-direct {v0}, Ljava/util/HashSet;-><init>()V
	iput-object v0, p0, Lcom/google/firebase/components/Component$Builder;->providedInterfaces:Ljava/util/Set;
	new-instance v1, Ljava/util/HashSet;
	invoke-direct {v1}, Ljava/util/HashSet;-><init>()V
	iput-object v1, p0, Lcom/google/firebase/components/Component$Builder;->dependencies:Ljava/util/Set;
	const/4 v1, 0x0
	iput v1, p0, Lcom/google/firebase/components/Component$Builder;->instantiation:I
	iput v1, p0, Lcom/google/firebase/components/Component$Builder;->type:I
	new-instance v2, Ljava/util/HashSet;
	invoke-direct {v2}, Ljava/util/HashSet;-><init>()V
	iput-object v2, p0, Lcom/google/firebase/components/Component$Builder;->publishedEvents:Ljava/util/Set;
	const-string v2, "Null interface"
	invoke-static {p1, v2}, Lcom/google/firebase/components/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
	invoke-interface {v0, p1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
	array-length p1, p2
	:goto_0
	if-ge v1, p1, :cond_0
	aget-object v0, p2, v1
	invoke-static {v0, v2}, Lcom/google/firebase/components/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
	add-int/lit8 v1, v1, 0x1
	goto :goto_0
	:cond_0
	iget-object p1, p0, Lcom/google/firebase/components/Component$Builder;->providedInterfaces:Ljava/util/Set;
	invoke-static {p1, p2}, Ljava/util/Collections;->addAll(Ljava/util/Collection;[Ljava/lang/Object;)Z
	return-void
.end method

.method synthetic constructor <init>(Ljava/lang/Class;[Ljava/lang/Class;Lcom/google/firebase/components/Component$1;)V
	.locals 0

	invoke-direct {p0, p1, p2}, Lcom/google/firebase/components/Component$Builder;-><init>(Ljava/lang/Class;[Ljava/lang/Class;)V
	return-void
.end method

.method static synthetic access$100(Lcom/google/firebase/components/Component$Builder;)Lcom/google/firebase/components/Component$Builder;
	.locals 0

	invoke-direct {p0}, Lcom/google/firebase/components/Component$Builder;->intoSet()Lcom/google/firebase/components/Component$Builder;
	move-result-object p0
	return-object p0
.end method

.method private intoSet()Lcom/google/firebase/components/Component$Builder;
	.locals 1
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"()",
	"Lcom/google/firebase/components/Component$Builder<",
	"TT;>;"
	}
	.end annotation

	const/4 v0, 0x1
	iput v0, p0, Lcom/google/firebase/components/Component$Builder;->type:I
	return-object p0
.end method

.method private setInstantiation(I)Lcom/google/firebase/components/Component$Builder;
	.locals 2
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"(I)",
	"Lcom/google/firebase/components/Component$Builder<",
	"TT;>;"
	}
	.end annotation

	iget v0, p0, Lcom/google/firebase/components/Component$Builder;->instantiation:I
	if-nez v0, :cond_0
	const/4 v0, 0x1
	goto :goto_0
	:cond_0
	const/4 v0, 0x0
	:goto_0
	const-string v1, "Instantiation type has already been set."
	invoke-static {v0, v1}, Lcom/google/firebase/components/Preconditions;->checkState(ZLjava/lang/String;)V
	iput p1, p0, Lcom/google/firebase/components/Component$Builder;->instantiation:I
	return-object p0
.end method

.method private validateInterface(Ljava/lang/Class;)V
	.locals 1
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"(",
	"Ljava/lang/Class<",
	"*>;)V"
	}
	.end annotation

	iget-object v0, p0, Lcom/google/firebase/components/Component$Builder;->providedInterfaces:Ljava/util/Set;
	invoke-interface {v0, p1}, Ljava/util/Set;->contains(Ljava/lang/Object;)Z
	move-result p1
	xor-int/lit8 p1, p1, 0x1
	const-string v0, "Components are not allowed to depend on interfaces they themselves provide."
	invoke-static {p1, v0}, Lcom/google/firebase/components/Preconditions;->checkArgument(ZLjava/lang/String;)V
	return-void
.end method

.method public add(Lcom/google/firebase/components/Dependency;)Lcom/google/firebase/components/Component$Builder;
	.locals 1
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"(",
	"Lcom/google/firebase/components/Dependency;",
	")",
	"Lcom/google/firebase/components/Component$Builder<",
	"TT;>;"
	}
	.end annotation

	const-string v0, "Null dependency"
	invoke-static {p1, v0}, Lcom/google/firebase/components/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
	invoke-virtual {p1}, Lcom/google/firebase/components/Dependency;->getInterface()Ljava/lang/Class;
	move-result-object v0
	invoke-direct {p0, v0}, Lcom/google/firebase/components/Component$Builder;->validateInterface(Ljava/lang/Class;)V
	iget-object v0, p0, Lcom/google/firebase/components/Component$Builder;->dependencies:Ljava/util/Set;
	invoke-interface {v0, p1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
	return-object p0
.end method

.method public alwaysEager()Lcom/google/firebase/components/Component$Builder;
	.locals 1
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"()",
	"Lcom/google/firebase/components/Component$Builder<",
	"TT;>;"
	}
	.end annotation

	const/4 v0, 0x1
	invoke-direct {p0, v0}, Lcom/google/firebase/components/Component$Builder;->setInstantiation(I)Lcom/google/firebase/components/Component$Builder;
	move-result-object v0
	return-object v0
.end method

.method public build()Lcom/google/firebase/components/Component;
	.locals 11
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"()",
	"Lcom/google/firebase/components/Component<",
	"TT;>;"
	}
	.end annotation

	iget-object v0, p0, Lcom/google/firebase/components/Component$Builder;->factory:Lcom/google/firebase/components/ComponentFactory;
	if-eqz v0, :cond_0
	const/4 v0, 0x1
	goto :goto_0
	:cond_0
	const/4 v0, 0x0
	:goto_0
	const-string v1, "Missing required property: factory."
	invoke-static {v0, v1}, Lcom/google/firebase/components/Preconditions;->checkState(ZLjava/lang/String;)V
	new-instance v0, Lcom/google/firebase/components/Component;
	iget-object v3, p0, Lcom/google/firebase/components/Component$Builder;->name:Ljava/lang/String;
	new-instance v4, Ljava/util/HashSet;
	iget-object v1, p0, Lcom/google/firebase/components/Component$Builder;->providedInterfaces:Ljava/util/Set;
	invoke-direct {v4, v1}, Ljava/util/HashSet;-><init>(Ljava/util/Collection;)V
	new-instance v5, Ljava/util/HashSet;
	iget-object v1, p0, Lcom/google/firebase/components/Component$Builder;->dependencies:Ljava/util/Set;
	invoke-direct {v5, v1}, Ljava/util/HashSet;-><init>(Ljava/util/Collection;)V
	iget v6, p0, Lcom/google/firebase/components/Component$Builder;->instantiation:I
	iget v7, p0, Lcom/google/firebase/components/Component$Builder;->type:I
	iget-object v8, p0, Lcom/google/firebase/components/Component$Builder;->factory:Lcom/google/firebase/components/ComponentFactory;
	iget-object v9, p0, Lcom/google/firebase/components/Component$Builder;->publishedEvents:Ljava/util/Set;
	const/4 v10, 0x0
	move-object v2, v0
	invoke-direct/range {v2 .. v10}, Lcom/google/firebase/components/Component;-><init>(Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;IILcom/google/firebase/components/ComponentFactory;Ljava/util/Set;Lcom/google/firebase/components/Component$1;)V
	return-object v0
.end method

.method public eagerInDefaultApp()Lcom/google/firebase/components/Component$Builder;
	.locals 1
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"()",
	"Lcom/google/firebase/components/Component$Builder<",
	"TT;>;"
	}
	.end annotation

	const/4 v0, 0x2
	invoke-direct {p0, v0}, Lcom/google/firebase/components/Component$Builder;->setInstantiation(I)Lcom/google/firebase/components/Component$Builder;
	move-result-object v0
	return-object v0
.end method

.method public factory(Lcom/google/firebase/components/ComponentFactory;)Lcom/google/firebase/components/Component$Builder;
	.locals 1
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"(",
	"Lcom/google/firebase/components/ComponentFactory<",
	"TT;>;)",
	"Lcom/google/firebase/components/Component$Builder<",
	"TT;>;"
	}
	.end annotation

	const-string v0, "Null factory"
	invoke-static {p1, v0}, Lcom/google/firebase/components/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
	move-result-object p1
	check-cast p1, Lcom/google/firebase/components/ComponentFactory;
	iput-object p1, p0, Lcom/google/firebase/components/Component$Builder;->factory:Lcom/google/firebase/components/ComponentFactory;
	return-object p0
.end method

.method public name(Ljava/lang/String;)Lcom/google/firebase/components/Component$Builder;
	.locals 0
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"(",
	"Ljava/lang/String;",
	")",
	"Lcom/google/firebase/components/Component$Builder<",
	"TT;>;"
	}
	.end annotation

	iput-object p1, p0, Lcom/google/firebase/components/Component$Builder;->name:Ljava/lang/String;
	return-object p0
.end method

.method public publishes(Ljava/lang/Class;)Lcom/google/firebase/components/Component$Builder;
	.locals 1
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"(",
	"Ljava/lang/Class<",
	"*>;)",
	"Lcom/google/firebase/components/Component$Builder<",
	"TT;>;"
	}
	.end annotation

	iget-object v0, p0, Lcom/google/firebase/components/Component$Builder;->publishedEvents:Ljava/util/Set;
	invoke-interface {v0, p1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
	return-object p0
.end method