class com.google.common.collect.ArrayTable$ColumnMap extends com.google.common.collect.ArrayTable$ArrayMap<C, java.util.Map<R, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.ArrayTable$ColumnMap
  super_class: com.google.common.collect.ArrayTable$ArrayMap
{
  final com.google.common.collect.ArrayTable this$0;
    descriptor: Lcom/google/common/collect/ArrayTable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.google.common.collect.ArrayTable);
    descriptor: (Lcom/google/common/collect/ArrayTable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ArrayTable$ColumnMap this
         0: .line 634
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.ArrayTable$ColumnMap.this$0:Lcom/google/common/collect/ArrayTable;
         1: .line 635
            aload 0 /* this */
            aload 1
            getfield com.google.common.collect.ArrayTable.columnKeyToIndex:Lcom/google/common/collect/ImmutableMap;
            invokespecial com.google.common.collect.ArrayTable$ArrayMap.<init>:(Lcom/google/common/collect/ImmutableMap;)V
         2: .line 636
            return
        end local 0 // com.google.common.collect.ArrayTable$ColumnMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/ArrayTable$ColumnMap;
    MethodParameters:
        Name  Flags
      this$0  final

  java.lang.String getKeyRole();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ArrayTable$ColumnMap this
         0: .line 640
            ldc "Column"
            areturn
        end local 0 // com.google.common.collect.ArrayTable$ColumnMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ArrayTable$ColumnMap;

  java.util.Map<R, V> getValue(int);
    descriptor: (I)Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.collect.ArrayTable$ColumnMap this
        start local 1 // int index
         0: .line 645
            new com.google.common.collect.ArrayTable$Column
            dup
            aload 0 /* this */
            getfield com.google.common.collect.ArrayTable$ColumnMap.this$0:Lcom/google/common/collect/ArrayTable;
            iload 1 /* index */
            invokespecial com.google.common.collect.ArrayTable$Column.<init>:(Lcom/google/common/collect/ArrayTable;I)V
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.ArrayTable$ColumnMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ArrayTable$ColumnMap;
            0    1     1  index  I
    Signature: (I)Ljava/util/Map<TR;TV;>;
    MethodParameters:
       Name  Flags
      index  

  java.util.Map<R, V> setValue(int, java.util.Map<R, V>);
    descriptor: (ILjava/util/Map;)Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.ArrayTable$ColumnMap this
        start local 1 // int index
        start local 2 // java.util.Map newValue
         0: .line 650
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // java.util.Map newValue
        end local 1 // int index
        end local 0 // com.google.common.collect.ArrayTable$ColumnMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/google/common/collect/ArrayTable$ColumnMap;
            0    1     1     index  I
            0    1     2  newValue  Ljava/util/Map<TR;TV;>;
    Signature: (ILjava/util/Map<TR;TV;>;)Ljava/util/Map<TR;TV;>;
    MethodParameters:
          Name  Flags
      index     
      newValue  

  public java.util.Map<R, V> put(C, java.util.Map<R, V>);
    descriptor: (Ljava/lang/Object;Ljava/util/Map;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.ArrayTable$ColumnMap this
        start local 1 // java.lang.Object key
        start local 2 // java.util.Map value
         0: .line 655
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // java.util.Map value
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.ArrayTable$ColumnMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ArrayTable$ColumnMap;
            0    1     1    key  TC;
            0    1     2  value  Ljava/util/Map<TR;TV;>;
    Signature: (TC;Ljava/util/Map<TR;TV;>;)Ljava/util/Map<TR;TV;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  java.lang.Object setValue(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.google.common.collect.ArrayTable$ColumnMap.setValue:(ILjava/util/Map;)Ljava/util/Map;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object put(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            aload 2
            checkcast java.util.Map
            invokevirtual com.google.common.collect.ArrayTable$ColumnMap.put:(Ljava/lang/Object;Ljava/util/Map;)Ljava/util/Map;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  java.lang.Object getValue(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.collect.ArrayTable$ColumnMap.getValue:(I)Ljava/util/Map;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/common/collect/ArrayTable$ArrayMap<TC;Ljava/util/Map<TR;TV;>;>;
SourceFile: "ArrayTable.java"
NestHost: com.google.common.collect.ArrayTable
InnerClasses:
  private abstract ArrayMap = com.google.common.collect.ArrayTable$ArrayMap of com.google.common.collect.ArrayTable
  private Column = com.google.common.collect.ArrayTable$Column of com.google.common.collect.ArrayTable
  private ColumnMap = com.google.common.collect.ArrayTable$ColumnMap of com.google.common.collect.ArrayTable