class com.google.common.collect.RegularImmutableMap$Values$SerializedForm<V> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.RegularImmutableMap$Values$SerializedForm
  super_class: java.lang.Object
{
  final com.google.common.collect.ImmutableMap<?, V> map;
    descriptor: Lcom/google/common/collect/ImmutableMap;
    flags: (0x0010) ACC_FINAL
    Signature: Lcom/google/common/collect/ImmutableMap<*TV;>;

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  void <init>(com.google.common.collect.ImmutableMap<?, V>);
    descriptor: (Lcom/google/common/collect/ImmutableMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableMap$Values$SerializedForm this
        start local 1 // com.google.common.collect.ImmutableMap map
         0: .line 289
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 290
            aload 0 /* this */
            aload 1 /* map */
            putfield com.google.common.collect.RegularImmutableMap$Values$SerializedForm.map:Lcom/google/common/collect/ImmutableMap;
         2: .line 291
            return
        end local 1 // com.google.common.collect.ImmutableMap map
        end local 0 // com.google.common.collect.RegularImmutableMap$Values$SerializedForm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/RegularImmutableMap$Values$SerializedForm<TV;>;
            0    3     1   map  Lcom/google/common/collect/ImmutableMap<*TV;>;
    Signature: (Lcom/google/common/collect/ImmutableMap<*TV;>;)V
    MethodParameters:
      Name  Flags
      map   

  java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.RegularImmutableMap$Values$SerializedForm this
         0: .line 294
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableMap$Values$SerializedForm.map:Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.values:()Lcom/google/common/collect/ImmutableCollection;
            areturn
        end local 0 // com.google.common.collect.RegularImmutableMap$Values$SerializedForm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularImmutableMap$Values$SerializedForm<TV;>;
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Serializable;
SourceFile: "RegularImmutableMap.java"
NestHost: com.google.common.collect.RegularImmutableMap
InnerClasses:
  private final Values = com.google.common.collect.RegularImmutableMap$Values of com.google.common.collect.RegularImmutableMap
  private SerializedForm = com.google.common.collect.RegularImmutableMap$Values$SerializedForm of com.google.common.collect.RegularImmutableMap$Values
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()