abstract class com.google.common.collect.DenseImmutableTable$ImmutableArrayMap<K, V> extends com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.collect.DenseImmutableTable$ImmutableArrayMap
  super_class: com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap
{
  private final int size;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
        start local 1 // int size
         0: .line 89
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap.<init>:()V
         1: .line 90
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.common.collect.DenseImmutableTable$ImmutableArrayMap.size:I
         2: .line 91
            return
        end local 1 // int size
        end local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/DenseImmutableTable$ImmutableArrayMap<TK;TV;>;
            0    3     1  size  I
    MethodParameters:
      Name  Flags
      size  

  abstract com.google.common.collect.ImmutableMap<K, java.lang.Integer> keyToIndex();
    descriptor: ()Lcom/google/common/collect/ImmutableMap;
    flags: (0x0400) ACC_ABSTRACT
    Signature: ()Lcom/google/common/collect/ImmutableMap<TK;Ljava/lang/Integer;>;

  private boolean isFull();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
         0: .line 97
            aload 0 /* this */
            getfield com.google.common.collect.DenseImmutableTable$ImmutableArrayMap.size:I
            aload 0 /* this */
            invokevirtual com.google.common.collect.DenseImmutableTable$ImmutableArrayMap.keyToIndex:()Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.size:()I
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/DenseImmutableTable$ImmutableArrayMap<TK;TV;>;

  K getKey();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
        start local 1 // int index
         0: .line 101
            aload 0 /* this */
            invokevirtual com.google.common.collect.DenseImmutableTable$ImmutableArrayMap.keyToIndex:()Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.keySet:()Lcom/google/common/collect/ImmutableSet;
            invokevirtual com.google.common.collect.ImmutableSet.asList:()Lcom/google/common/collect/ImmutableList;
            iload 1 /* index */
            invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/DenseImmutableTable$ImmutableArrayMap<TK;TV;>;
            0    1     1  index  I
    Signature: (I)TK;
    MethodParameters:
       Name  Flags
      index  

  abstract V getValue();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    Signature: (I)TV;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
          Name  Flags
      keyIndex  

  com.google.common.collect.ImmutableSet<K> createKeySet();
    descriptor: ()Lcom/google/common/collect/ImmutableSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
         0: .line 108
            aload 0 /* this */
            invokevirtual com.google.common.collect.DenseImmutableTable$ImmutableArrayMap.isFull:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual com.google.common.collect.DenseImmutableTable$ImmutableArrayMap.keyToIndex:()Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.keySet:()Lcom/google/common/collect/ImmutableSet;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap.createKeySet:()Lcom/google/common/collect/ImmutableSet;
      StackMap locals:
      StackMap stack: com.google.common.collect.ImmutableSet
         2: areturn
        end local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/DenseImmutableTable$ImmutableArrayMap<TK;TV;>;
    Signature: ()Lcom/google/common/collect/ImmutableSet<TK;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
         0: .line 113
            aload 0 /* this */
            getfield com.google.common.collect.DenseImmutableTable$ImmutableArrayMap.size:I
            ireturn
        end local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/DenseImmutableTable$ImmutableArrayMap<TK;TV;>;

  public V get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
        start local 1 // java.lang.Object key
         0: .line 118
            aload 0 /* this */
            invokevirtual com.google.common.collect.DenseImmutableTable$ImmutableArrayMap.keyToIndex:()Lcom/google/common/collect/ImmutableMap;
            aload 1 /* key */
            invokevirtual com.google.common.collect.ImmutableMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 2 /* keyIndex */
        start local 2 // java.lang.Integer keyIndex
         1: .line 119
            aload 2 /* keyIndex */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: java.lang.Integer
      StackMap stack:
         2: aload 0 /* this */
            aload 2 /* keyIndex */
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual com.google.common.collect.DenseImmutableTable$ImmutableArrayMap.getValue:(I)Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
        end local 2 // java.lang.Integer keyIndex
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/google/common/collect/DenseImmutableTable$ImmutableArrayMap<TK;TV;>;
            0    4     1       key  Ljava/lang/Object;
            1    4     2  keyIndex  Ljava/lang/Integer;
    Signature: (Ljava/lang/Object;)TV;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   

  com.google.common.collect.UnmodifiableIterator<java.util.Map$Entry<K, V>> entryIterator();
    descriptor: ()Lcom/google/common/collect/UnmodifiableIterator;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
         0: .line 124
            new com.google.common.collect.DenseImmutableTable$ImmutableArrayMap$1
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.DenseImmutableTable$ImmutableArrayMap$1.<init>:(Lcom/google/common/collect/DenseImmutableTable$ImmutableArrayMap;)V
            areturn
        end local 0 // com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/DenseImmutableTable$ImmutableArrayMap<TK;TV;>;
    Signature: ()Lcom/google/common/collect/UnmodifiableIterator<Ljava/util/Map$Entry<TK;TV;>;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableMap$IteratorBasedImmutableMap<TK;TV;>;
SourceFile: "DenseImmutableTable.java"
NestHost: com.google.common.collect.DenseImmutableTable
InnerClasses:
  private abstract ImmutableArrayMap = com.google.common.collect.DenseImmutableTable$ImmutableArrayMap of com.google.common.collect.DenseImmutableTable
  com.google.common.collect.DenseImmutableTable$ImmutableArrayMap$1
  abstract IteratorBasedImmutableMap = com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap of com.google.common.collect.ImmutableMap
  public abstract Entry = java.util.Map$Entry of java.util.Map