class com.google.common.collect.ImmutableMapValues$2 extends com.google.common.collect.ImmutableAsList<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.ImmutableMapValues$2
  super_class: com.google.common.collect.ImmutableAsList
{
  final com.google.common.collect.ImmutableMapValues this$0;
    descriptor: Lcom/google/common/collect/ImmutableMapValues;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.google.common.collect.ImmutableList val$entryList;
    descriptor: Lcom/google/common/collect/ImmutableList;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.collect.ImmutableMapValues, com.google.common.collect.ImmutableList);
    descriptor: (Lcom/google/common/collect/ImmutableMapValues;Lcom/google/common/collect/ImmutableList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.ImmutableMapValues$2 this
         0: .line 84
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.ImmutableMapValues$2.this$0:Lcom/google/common/collect/ImmutableMapValues;
            aload 0 /* this */
            aload 2
            putfield com.google.common.collect.ImmutableMapValues$2.val$entryList:Lcom/google/common/collect/ImmutableList;
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableAsList.<init>:()V
            return
        end local 0 // com.google.common.collect.ImmutableMapValues$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableMapValues$2;
    MethodParameters:
               Name  Flags
      this$0         final
      val$entryList  final

  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.ImmutableMapValues$2 this
        start local 1 // int index
         0: .line 87
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMapValues$2.val$entryList:Lcom/google/common/collect/ImmutableList;
            iload 1 /* index */
            invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
            checkcast java.util.Map$Entry
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.ImmutableMapValues$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ImmutableMapValues$2;
            0    1     1  index  I
    Signature: (I)TV;
    MethodParameters:
       Name  Flags
      index  

  com.google.common.collect.ImmutableCollection<V> delegateCollection();
    descriptor: ()Lcom/google/common/collect/ImmutableCollection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableMapValues$2 this
         0: .line 92
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMapValues$2.this$0:Lcom/google/common/collect/ImmutableMapValues;
            areturn
        end local 0 // com.google.common.collect.ImmutableMapValues$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableMapValues$2;
    Signature: ()Lcom/google/common/collect/ImmutableCollection<TV;>;
}
Signature: Lcom/google/common/collect/ImmutableAsList<TV;>;
SourceFile: "ImmutableMapValues.java"
EnclosingMethod: com.google.common.collect.ImmutableMapValues.asList:()Lcom/google/common/collect/ImmutableList;
NestHost: com.google.common.collect.ImmutableMapValues
InnerClasses:
  com.google.common.collect.ImmutableMapValues$2
  public abstract Entry = java.util.Map$Entry of java.util.Map