final class com.google.common.collect.RegularImmutableMap$Values<K, V> extends com.google.common.collect.ImmutableList<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.RegularImmutableMap$Values
  super_class: com.google.common.collect.ImmutableList
{
  final com.google.common.collect.RegularImmutableMap<K, V> map;
    descriptor: Lcom/google/common/collect/RegularImmutableMap;
    flags: (0x0010) ACC_FINAL
    Signature: Lcom/google/common/collect/RegularImmutableMap<TK;TV;>;

  void <init>(com.google.common.collect.RegularImmutableMap<K, V>);
    descriptor: (Lcom/google/common/collect/RegularImmutableMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableMap$Values this
        start local 1 // com.google.common.collect.RegularImmutableMap map
         0: .line 264
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableList.<init>:()V
         1: .line 265
            aload 0 /* this */
            aload 1 /* map */
            putfield com.google.common.collect.RegularImmutableMap$Values.map:Lcom/google/common/collect/RegularImmutableMap;
         2: .line 266
            return
        end local 1 // com.google.common.collect.RegularImmutableMap map
        end local 0 // com.google.common.collect.RegularImmutableMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/RegularImmutableMap$Values<TK;TV;>;
            0    3     1   map  Lcom/google/common/collect/RegularImmutableMap<TK;TV;>;
    Signature: (Lcom/google/common/collect/RegularImmutableMap<TK;TV;>;)V
    MethodParameters:
      Name  Flags
      map   

  public V get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableMap$Values this
        start local 1 // int index
         0: .line 270
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableMap$Values.map:Lcom/google/common/collect/RegularImmutableMap;
            getfield com.google.common.collect.RegularImmutableMap.entries:[Ljava/util/Map$Entry;
            iload 1 /* index */
            aaload
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.RegularImmutableMap$Values this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/RegularImmutableMap$Values<TK;TV;>;
            0    1     1  index  I
    Signature: (I)TV;
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.RegularImmutableMap$Values this
         0: .line 275
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableMap$Values.map:Lcom/google/common/collect/RegularImmutableMap;
            invokevirtual com.google.common.collect.RegularImmutableMap.size:()I
            ireturn
        end local 0 // com.google.common.collect.RegularImmutableMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularImmutableMap$Values<TK;TV;>;

  boolean isPartialView();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.RegularImmutableMap$Values this
         0: .line 280
            iconst_1
            ireturn
        end local 0 // com.google.common.collect.RegularImmutableMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularImmutableMap$Values<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableList<TV;>;
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
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible(emulated = true)