class com.google.common.collect.StandardTable$Column extends com.google.common.collect.Maps$ViewCachingAbstractMap<R, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.StandardTable$Column
  super_class: com.google.common.collect.Maps$ViewCachingAbstractMap
{
  final C columnKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TC;

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

  void <init>();
    descriptor: (Lcom/google/common/collect/StandardTable;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.StandardTable$Column this
        start local 2 // java.lang.Object columnKey
         0: .line 429
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.StandardTable$Column.this$0:Lcom/google/common/collect/StandardTable;
            aload 0 /* this */
            invokespecial com.google.common.collect.Maps$ViewCachingAbstractMap.<init>:()V
         1: .line 430
            aload 0 /* this */
            aload 2 /* columnKey */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield com.google.common.collect.StandardTable$Column.columnKey:Ljava/lang/Object;
         2: .line 431
            return
        end local 2 // java.lang.Object columnKey
        end local 0 // com.google.common.collect.StandardTable$Column this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/google/common/collect/StandardTable$Column;
            0    3     2  columnKey  TC;
    Signature: (TC;)V
    MethodParameters:
           Name  Flags
      this$0     final
      columnKey  

  public V put(R, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.google.common.collect.StandardTable$Column this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 435
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.this$0:Lcom/google/common/collect/StandardTable;
            aload 1 /* key */
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.columnKey:Ljava/lang/Object;
            aload 2 /* value */
            invokevirtual com.google.common.collect.StandardTable.put:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.StandardTable$Column this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/StandardTable$Column;
            0    1     1    key  TR;
            0    1     2  value  TV;
    Signature: (TR;TV;)TV;
    MethodParameters:
       Name  Flags
      key    
      value  

  public V get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.StandardTable$Column this
        start local 1 // java.lang.Object key
         0: .line 440
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.this$0:Lcom/google/common/collect/StandardTable;
            aload 1 /* key */
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.columnKey:Ljava/lang/Object;
            invokevirtual com.google.common.collect.StandardTable.get:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.StandardTable$Column this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/StandardTable$Column;
            0    1     1   key  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)TV;
    MethodParameters:
      Name  Flags
      key   

  public boolean containsKey(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.StandardTable$Column this
        start local 1 // java.lang.Object key
         0: .line 445
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.this$0:Lcom/google/common/collect/StandardTable;
            aload 1 /* key */
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.columnKey:Ljava/lang/Object;
            invokevirtual com.google.common.collect.StandardTable.contains:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.StandardTable$Column this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/StandardTable$Column;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public V remove();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.StandardTable$Column this
        start local 1 // java.lang.Object key
         0: .line 450
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.this$0:Lcom/google/common/collect/StandardTable;
            aload 1 /* key */
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.columnKey:Ljava/lang/Object;
            invokevirtual com.google.common.collect.StandardTable.remove:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.StandardTable$Column this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/StandardTable$Column;
            0    1     1   key  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)TV;
    MethodParameters:
      Name  Flags
      key   

  boolean removeFromColumnIf(com.google.common.base.Predicate<? super java.util.Map$Entry<R, V>>);
    descriptor: (Lcom/google/common/base/Predicate;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.google.common.collect.StandardTable$Column this
        start local 1 // com.google.common.base.Predicate predicate
         0: .line 456
            iconst_0
            istore 2 /* changed */
        start local 2 // boolean changed
         1: .line 457
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.this$0:Lcom/google/common/collect/StandardTable;
            getfield com.google.common.collect.StandardTable.backingMap:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* iterator */
        start local 3 // java.util.Iterator iterator
         2: .line 458
            goto 11
         3: .line 459
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         4: .line 460
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.Map
            astore 5 /* map */
        start local 5 // java.util.Map map
         5: .line 461
            aload 5 /* map */
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.columnKey:Ljava/lang/Object;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* value */
        start local 6 // java.lang.Object value
         6: .line 462
            aload 6 /* value */
            ifnull 11
            aload 1 /* predicate */
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aload 6 /* value */
            invokestatic com.google.common.collect.Maps.immutableEntry:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry;
            invokeinterface com.google.common.base.Predicate.apply:(Ljava/lang/Object;)Z
            ifeq 11
         7: .line 463
            aload 5 /* map */
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column.columnKey:Ljava/lang/Object;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 464
            iconst_1
            istore 2 /* changed */
         9: .line 465
            aload 5 /* map */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 11
        10: .line 466
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.remove:()V
        end local 6 // java.lang.Object value
        end local 5 // java.util.Map map
        end local 4 // java.util.Map$Entry entry
        11: .line 458
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        12: .line 470
            iload 2 /* changed */
            ireturn
        end local 3 // java.util.Iterator iterator
        end local 2 // boolean changed
        end local 1 // com.google.common.base.Predicate predicate
        end local 0 // com.google.common.collect.StandardTable$Column this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lcom/google/common/collect/StandardTable$Column;
            0   13     1  predicate  Lcom/google/common/base/Predicate<-Ljava/util/Map$Entry<TR;TV;>;>;
            1   13     2    changed  Z
            2   13     3   iterator  Ljava/util/Iterator<Ljava/util/Map$Entry<TR;Ljava/util/Map<TC;TV;>;>;>;
            4   11     4      entry  Ljava/util/Map$Entry<TR;Ljava/util/Map<TC;TV;>;>;
            5   11     5        map  Ljava/util/Map<TC;TV;>;
            6   11     6      value  TV;
    Signature: (Lcom/google/common/base/Predicate<-Ljava/util/Map$Entry<TR;TV;>;>;)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
           Name  Flags
      predicate  

  java.util.Set<java.util.Map$Entry<R, V>> createEntrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.StandardTable$Column this
         0: .line 475
            new com.google.common.collect.StandardTable$Column$EntrySet
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.StandardTable$Column$EntrySet.<init>:(Lcom/google/common/collect/StandardTable$Column;)V
            areturn
        end local 0 // com.google.common.collect.StandardTable$Column this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/StandardTable$Column;
    Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<TR;TV;>;>;

  java.util.Set<R> createKeySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.StandardTable$Column this
         0: .line 564
            new com.google.common.collect.StandardTable$Column$KeySet
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.StandardTable$Column$KeySet.<init>:(Lcom/google/common/collect/StandardTable$Column;)V
            areturn
        end local 0 // com.google.common.collect.StandardTable$Column this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/StandardTable$Column;
    Signature: ()Ljava/util/Set<TR;>;

  java.util.Collection<V> createValues();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.StandardTable$Column this
         0: .line 591
            new com.google.common.collect.StandardTable$Column$Values
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.StandardTable$Column$Values.<init>:(Lcom/google/common/collect/StandardTable$Column;)V
            areturn
        end local 0 // com.google.common.collect.StandardTable$Column this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/StandardTable$Column;
    Signature: ()Ljava/util/Collection<TV;>;

  static com.google.common.collect.StandardTable access$0(com.google.common.collect.StandardTable$Column);
    descriptor: (Lcom/google/common/collect/StandardTable$Column;)Lcom/google/common/collect/StandardTable;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 426
            aload 0
            getfield com.google.common.collect.StandardTable$Column.this$0:Lcom/google/common/collect/StandardTable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/common/collect/Maps$ViewCachingAbstractMap<TR;TV;>;
SourceFile: "StandardTable.java"
NestHost: com.google.common.collect.StandardTable
InnerClasses:
  abstract ViewCachingAbstractMap = com.google.common.collect.Maps$ViewCachingAbstractMap of com.google.common.collect.Maps
  private Column = com.google.common.collect.StandardTable$Column of com.google.common.collect.StandardTable
  private EntrySet = com.google.common.collect.StandardTable$Column$EntrySet of com.google.common.collect.StandardTable$Column
  private EntrySetIterator = com.google.common.collect.StandardTable$Column$EntrySetIterator of com.google.common.collect.StandardTable$Column
  private KeySet = com.google.common.collect.StandardTable$Column$KeySet of com.google.common.collect.StandardTable$Column
  private Values = com.google.common.collect.StandardTable$Column$Values of com.google.common.collect.StandardTable$Column
  public abstract Entry = java.util.Map$Entry of java.util.Map