class com.google.common.collect.StandardTable$Column$KeySet extends com.google.common.collect.Maps$KeySet<R, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.StandardTable$Column$KeySet
  super_class: com.google.common.collect.Maps$KeySet
{
  final com.google.common.collect.StandardTable$Column this$1;
    descriptor: Lcom/google/common/collect/StandardTable$Column;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.collect.StandardTable$Column);
    descriptor: (Lcom/google/common/collect/StandardTable$Column;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.StandardTable$Column$KeySet this
         0: .line 569
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.StandardTable$Column$KeySet.this$1:Lcom/google/common/collect/StandardTable$Column;
         1: .line 570
            aload 0 /* this */
            aload 1
            invokespecial com.google.common.collect.Maps$KeySet.<init>:(Ljava/util/Map;)V
         2: .line 571
            return
        end local 0 // com.google.common.collect.StandardTable$Column$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/StandardTable$Column$KeySet;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean contains(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$KeySet this
        start local 1 // java.lang.Object obj
         0: .line 575
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column$KeySet.this$1:Lcom/google/common/collect/StandardTable$Column;
            invokestatic com.google.common.collect.StandardTable$Column.access$0:(Lcom/google/common/collect/StandardTable$Column;)Lcom/google/common/collect/StandardTable;
            aload 1 /* obj */
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column$KeySet.this$1:Lcom/google/common/collect/StandardTable$Column;
            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 obj
        end local 0 // com.google.common.collect.StandardTable$Column$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/StandardTable$Column$KeySet;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public boolean remove(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$KeySet this
        start local 1 // java.lang.Object obj
         0: .line 580
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column$KeySet.this$1:Lcom/google/common/collect/StandardTable$Column;
            invokestatic com.google.common.collect.StandardTable$Column.access$0:(Lcom/google/common/collect/StandardTable$Column;)Lcom/google/common/collect/StandardTable;
            aload 1 /* obj */
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column$KeySet.this$1:Lcom/google/common/collect/StandardTable$Column;
            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;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.google.common.collect.StandardTable$Column$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/StandardTable$Column$KeySet;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.StandardTable$Column$KeySet this
        start local 1 // java.util.Collection c
         0: .line 585
            aload 0 /* this */
            getfield com.google.common.collect.StandardTable$Column$KeySet.this$1:Lcom/google/common/collect/StandardTable$Column;
            aload 1 /* c */
            invokestatic com.google.common.base.Predicates.in:(Ljava/util/Collection;)Lcom/google/common/base/Predicate;
            invokestatic com.google.common.base.Predicates.not:(Lcom/google/common/base/Predicate;)Lcom/google/common/base/Predicate;
            invokestatic com.google.common.collect.Maps.keyPredicateOnEntries:(Lcom/google/common/base/Predicate;)Lcom/google/common/base/Predicate;
            invokevirtual com.google.common.collect.StandardTable$Column.removeFromColumnIf:(Lcom/google/common/base/Predicate;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // com.google.common.collect.StandardTable$Column$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/StandardTable$Column$KeySet;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     final
}
Signature: Lcom/google/common/collect/Maps$KeySet<TR;TV;>;
SourceFile: "StandardTable.java"
NestHost: com.google.common.collect.StandardTable
InnerClasses:
  KeySet = com.google.common.collect.Maps$KeySet of com.google.common.collect.Maps
  private Column = com.google.common.collect.StandardTable$Column of com.google.common.collect.StandardTable
  private KeySet = com.google.common.collect.StandardTable$Column$KeySet of com.google.common.collect.StandardTable$Column
  public abstract Entry = java.util.Map$Entry of java.util.Map