RequestParams$1.smali
.class Lcom/loopj/android/http/RequestParams$1;
.super Ljava/util/HashMap;
.source "RequestParams.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/loopj/android/http/RequestParams;-><init>(Ljava/lang/String;Ljava/lang/String;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/HashMap<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
# instance fields
.field final synthetic val$key:Ljava/lang/String;
.field final synthetic val$value:Ljava/lang/String;
# direct methods
.method constructor <init>(Ljava/lang/String;Ljava/lang/String;)V
.registers 3
.line 125
iput-object p1, p0, Lcom/loopj/android/http/RequestParams$1;->val$key:Ljava/lang/String;
iput-object p2, p0, Lcom/loopj/android/http/RequestParams$1;->val$value:Ljava/lang/String;
invoke-direct {p0}, Ljava/util/HashMap;-><init>()V
.line 126
invoke-virtual {p0, p1, p2}, Lcom/loopj/android/http/RequestParams$1;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
return-void
.end method