.class Lcom/google/common/collect/ImmutableEntry; .super Lcom/google/common/collect/AbstractMapEntry; .source "ImmutableEntry.java" # interfaces .implements Ljava/io/Serializable; # annotations .annotation build Lcom/google/common/annotations/GwtCompatible; serializable = true .end annotation .annotation runtime Lcom/google/common/collect/ElementTypesAreNonnullByDefault; .end annotation .annotation system Ldalvik/annotation/Signature; value = { "", "Lcom/google/common/collect/AbstractMapEntry<", "TK;TV;>;", "Ljava/io/Serializable;" } .end annotation # static fields .field private static final serialVersionUID:J # instance fields .field public final key:Ljava/lang/Object; .annotation runtime Lcom/google/common/collect/ParametricNullness; .end annotation .annotation system Ldalvik/annotation/Signature; value = { "TK;" } .end annotation .end field .field public final value:Ljava/lang/Object; .annotation runtime Lcom/google/common/collect/ParametricNullness; .end annotation .annotation system Ldalvik/annotation/Signature; value = { "TV;" } .end annotation .end field # direct methods .method public constructor (Ljava/lang/Object;Ljava/lang/Object;)V .locals 0 .param p1 # Ljava/lang/Object; .annotation runtime Lcom/google/common/collect/ParametricNullness; .end annotation .end param .param p2 # Ljava/lang/Object; .annotation runtime Lcom/google/common/collect/ParametricNullness; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(TK;TV;)V" } .end annotation .line 1 invoke-direct {p0}, Lcom/google/common/collect/AbstractMapEntry;->()V .line 2 iput-object p1, p0, Lcom/google/common/collect/ImmutableEntry;->key:Ljava/lang/Object; .line 3 iput-object p2, p0, Lcom/google/common/collect/ImmutableEntry;->value:Ljava/lang/Object; return-void .end method # virtual methods .method public final getKey()Ljava/lang/Object; .locals 1 .annotation runtime Lcom/google/common/collect/ParametricNullness; .end annotation .annotation system Ldalvik/annotation/Signature; value = { "()TK;" } .end annotation .line 1 iget-object v0, p0, Lcom/google/common/collect/ImmutableEntry;->key:Ljava/lang/Object; return-object v0 .end method .method public final getValue()Ljava/lang/Object; .locals 1 .annotation runtime Lcom/google/common/collect/ParametricNullness; .end annotation .annotation system Ldalvik/annotation/Signature; value = { "()TV;" } .end annotation .line 1 iget-object v0, p0, Lcom/google/common/collect/ImmutableEntry;->value:Ljava/lang/Object; return-object v0 .end method .method public final setValue(Ljava/lang/Object;)Ljava/lang/Object; .locals 0 .param p1 # Ljava/lang/Object; .annotation runtime Lcom/google/common/collect/ParametricNullness; .end annotation .end param .annotation runtime Lcom/google/common/collect/ParametricNullness; .end annotation .annotation system Ldalvik/annotation/Signature; value = { "(TV;)TV;" } .end annotation .line 1 new-instance p1, Ljava/lang/UnsupportedOperationException; invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;->()V throw p1 .end method