final class com.google.common.collect.MapMakerInternalMap$WriteThroughEntry extends com.google.common.collect.AbstractMapEntry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.MapMakerInternalMap$WriteThroughEntry
  super_class: com.google.common.collect.AbstractMapEntry
{
  final K key;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TK;

  V value;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TV;

  final com.google.common.collect.MapMakerInternalMap this$0;
    descriptor: Lcom/google/common/collect/MapMakerInternalMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(K, );
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
        start local 2 // java.lang.Object key
        start local 3 // java.lang.Object value
         0: .line 2631
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            aload 0 /* this */
            invokespecial com.google.common.collect.AbstractMapEntry.<init>:()V
         1: .line 2632
            aload 0 /* this */
            aload 2 /* key */
            putfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.key:Ljava/lang/Object;
         2: .line 2633
            aload 0 /* this */
            aload 3 /* value */
            putfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.value:Ljava/lang/Object;
         3: .line 2634
            return
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
        end local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/common/collect/MapMakerInternalMap$WriteThroughEntry;
            0    4     2    key  TK;
            0    4     3  value  TV;
    Signature: (TK;TV;)V
    MethodParameters:
        Name  Flags
      this$0  final
      key     
      value   

  public K getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
         0: .line 2638
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.key:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$WriteThroughEntry;
    Signature: ()TK;

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
         0: .line 2643
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.value:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$WriteThroughEntry;
    Signature: ()TV;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
        start local 1 // java.lang.Object object
         0: .line 2649
            aload 1 /* object */
            instanceof java.util.Map$Entry
            ifeq 4
         1: .line 2650
            aload 1 /* object */
            checkcast java.util.Map$Entry
            astore 2 /* that */
        start local 2 // java.util.Map$Entry that
         2: .line 2651
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.key:Ljava/lang/Object;
            aload 2 /* that */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 3
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.value:Ljava/lang/Object;
            aload 2 /* that */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: java.util.Map$Entry
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // java.util.Map$Entry that
         4: .line 2653
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/common/collect/MapMakerInternalMap$WriteThroughEntry;
            0    5     1  object  Ljava/lang/Object;
            2    4     2    that  Ljava/util/Map$Entry<**>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
         0: .line 2659
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.key:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
            ixor
            ireturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$WriteThroughEntry;

  public V setValue();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
        start local 1 // java.lang.Object newValue
         0: .line 2664
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.key:Ljava/lang/Object;
            aload 1 /* newValue */
            invokevirtual com.google.common.collect.MapMakerInternalMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* oldValue */
        start local 2 // java.lang.Object oldValue
         1: .line 2665
            aload 0 /* this */
            aload 1 /* newValue */
            putfield com.google.common.collect.MapMakerInternalMap$WriteThroughEntry.value:Ljava/lang/Object;
         2: .line 2666
            aload 2 /* oldValue */
            areturn
        end local 2 // java.lang.Object oldValue
        end local 1 // java.lang.Object newValue
        end local 0 // com.google.common.collect.MapMakerInternalMap$WriteThroughEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/google/common/collect/MapMakerInternalMap$WriteThroughEntry;
            0    3     1  newValue  TV;
            1    3     2  oldValue  TV;
    Signature: (TV;)TV;
    MethodParameters:
          Name  Flags
      newValue  
}
Signature: Lcom/google/common/collect/AbstractMapEntry<TK;TV;>;
SourceFile: "MapMakerInternalMap.java"
NestHost: com.google.common.collect.MapMakerInternalMap
InnerClasses:
  final WriteThroughEntry = com.google.common.collect.MapMakerInternalMap$WriteThroughEntry of com.google.common.collect.MapMakerInternalMap
  public abstract Entry = java.util.Map$Entry of java.util.Map