final class com.google.common.collect.RegularImmutableTable$CellSet extends com.google.common.collect.IndexedImmutableSet<com.google.common.collect.Table$Cell<R, C, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.RegularImmutableTable$CellSet
  super_class: com.google.common.collect.IndexedImmutableSet
{
  final com.google.common.collect.RegularImmutableTable this$0;
    descriptor: Lcom/google/common/collect/RegularImmutableTable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.google.common.collect.RegularImmutableTable);
    descriptor: (Lcom/google/common/collect/RegularImmutableTable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableTable$CellSet this
         0: .line 45
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.RegularImmutableTable$CellSet.this$0:Lcom/google/common/collect/RegularImmutableTable;
            aload 0 /* this */
            invokespecial com.google.common.collect.IndexedImmutableSet.<init>:()V
            return
        end local 0 // com.google.common.collect.RegularImmutableTable$CellSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularImmutableTable$CellSet;
    MethodParameters:
        Name  Flags
      this$0  final

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

  com.google.common.collect.Table$Cell<R, C, V> get(int);
    descriptor: (I)Lcom/google/common/collect/Table$Cell;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableTable$CellSet this
        start local 1 // int index
         0: .line 53
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableTable$CellSet.this$0:Lcom/google/common/collect/RegularImmutableTable;
            iload 1 /* index */
            invokevirtual com.google.common.collect.RegularImmutableTable.getCell:(I)Lcom/google/common/collect/Table$Cell;
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.RegularImmutableTable$CellSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/RegularImmutableTable$CellSet;
            0    1     1  index  I
    Signature: (I)Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;
    MethodParameters:
       Name  Flags
      index  

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableTable$CellSet this
        start local 1 // java.lang.Object object
         0: .line 58
            aload 1 /* object */
            instanceof com.google.common.collect.Table$Cell
            ifeq 5
         1: .line 59
            aload 1 /* object */
            checkcast com.google.common.collect.Table$Cell
            astore 2 /* cell */
        start local 2 // com.google.common.collect.Table$Cell cell
         2: .line 60
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableTable$CellSet.this$0:Lcom/google/common/collect/RegularImmutableTable;
            aload 2 /* cell */
            invokeinterface com.google.common.collect.Table$Cell.getRowKey:()Ljava/lang/Object;
            aload 2 /* cell */
            invokeinterface com.google.common.collect.Table$Cell.getColumnKey:()Ljava/lang/Object;
            invokevirtual com.google.common.collect.RegularImmutableTable.get:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         3: .line 61
            aload 3 /* value */
            ifnull 4
            aload 3 /* value */
            aload 2 /* cell */
            invokeinterface com.google.common.collect.Table$Cell.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: com.google.common.collect.Table$Cell java.lang.Object
      StackMap stack:
         4: iconst_0
            ireturn
        end local 3 // java.lang.Object value
        end local 2 // com.google.common.collect.Table$Cell cell
         5: .line 63
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.RegularImmutableTable$CellSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/collect/RegularImmutableTable$CellSet;
            0    6     1  object  Ljava/lang/Object;
            2    5     2    cell  Lcom/google/common/collect/Table$Cell<***>;
            3    5     3   value  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  boolean isPartialView();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.RegularImmutableTable$CellSet this
         0: .line 68
            iconst_0
            ireturn
        end local 0 // com.google.common.collect.RegularImmutableTable$CellSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularImmutableTable$CellSet;

  java.lang.Object get(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.RegularImmutableTable$CellSet.get:(I)Lcom/google/common/collect/Table$Cell;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/common/collect/IndexedImmutableSet<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
SourceFile: "RegularImmutableTable.java"
NestHost: com.google.common.collect.RegularImmutableTable
InnerClasses:
  private final CellSet = com.google.common.collect.RegularImmutableTable$CellSet of com.google.common.collect.RegularImmutableTable
  public abstract Cell = com.google.common.collect.Table$Cell of com.google.common.collect.Table