class com.google.protobuf.SmallSortedMap<K extends java.lang.Comparable<K>, V> extends java.util.AbstractMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.SmallSortedMap
  super_class: java.util.AbstractMap
{
  private final int maxArraySize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.List<com.google.protobuf.SmallSortedMap<K, V>.Entry> entryList;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/google/protobuf/SmallSortedMap<TK;TV;>.Entry;>;

  private java.util.Map<K, V> overflowEntries;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<TK;TV;>;

  private boolean isImmutable;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private volatile com.google.protobuf.SmallSortedMap<K, V>.EntrySet lazyEntrySet;
    descriptor: Lcom/google/protobuf/SmallSortedMap$EntrySet;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Lcom/google/protobuf/SmallSortedMap<TK;TV;>.EntrySet;

  private java.util.Map<K, V> overflowEntriesDescending;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<TK;TV;>;

  private volatile com.google.protobuf.SmallSortedMap<K, V>.DescendingEntrySet lazyDescendingEntrySet;
    descriptor: Lcom/google/protobuf/SmallSortedMap$DescendingEntrySet;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Lcom/google/protobuf/SmallSortedMap<TK;TV;>.DescendingEntrySet;

  static <FieldDescriptorType extends com.google.protobuf.FieldSet$FieldDescriptorLite<FieldDescriptorType>> com.google.protobuf.SmallSortedMap<FieldDescriptorType, java.lang.Object> newFieldMap(int);
    descriptor: (I)Lcom/google/protobuf/SmallSortedMap;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int arraySize
         0: .line 95
            new com.google.protobuf.SmallSortedMap$1
            dup
            iload 0 /* arraySize */
            invokespecial com.google.protobuf.SmallSortedMap$1.<init>:(I)V
            areturn
        end local 0 // int arraySize
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  arraySize  I
    Signature: <FieldDescriptorType::Lcom/google/protobuf/FieldSet$FieldDescriptorLite<TFieldDescriptorType;>;>(I)Lcom/google/protobuf/SmallSortedMap<TFieldDescriptorType;Ljava/lang/Object;>;
    MethodParameters:
           Name  Flags
      arraySize  

  static <K extends java.lang.Comparable<K>, V> com.google.protobuf.SmallSortedMap<K, V> newInstanceForTest(int);
    descriptor: (I)Lcom/google/protobuf/SmallSortedMap;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int arraySize
         0: .line 126
            new com.google.protobuf.SmallSortedMap
            dup
            iload 0 /* arraySize */
            invokespecial com.google.protobuf.SmallSortedMap.<init>:(I)V
            areturn
        end local 0 // int arraySize
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  arraySize  I
    Signature: <K::Ljava/lang/Comparable<TK;>;V:Ljava/lang/Object;>(I)Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
    MethodParameters:
           Name  Flags
      arraySize  

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.SmallSortedMap this
        start local 1 // int arraySize
         0: .line 146
            aload 0 /* this */
            invokespecial java.util.AbstractMap.<init>:()V
         1: .line 147
            aload 0 /* this */
            iload 1 /* arraySize */
            putfield com.google.protobuf.SmallSortedMap.maxArraySize:I
         2: .line 148
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
         3: .line 149
            aload 0 /* this */
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            putfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
         4: .line 150
            aload 0 /* this */
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            putfield com.google.protobuf.SmallSortedMap.overflowEntriesDescending:Ljava/util/Map;
         5: .line 151
            return
        end local 1 // int arraySize
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
            0    6     1  arraySize  I
    MethodParameters:
           Name  Flags
      arraySize  

  public void makeImmutable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 155
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.isImmutable:Z
            ifne 12
         1: .line 160
            aload 0 /* this */
         2: .line 161
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 4
         3: .line 162
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            goto 5
         4: .line 163
      StackMap locals:
      StackMap stack: com.google.protobuf.SmallSortedMap
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
         5: .line 160
      StackMap locals: com.google.protobuf.SmallSortedMap
      StackMap stack: com.google.protobuf.SmallSortedMap java.util.Map
            putfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
         6: .line 164
            aload 0 /* this */
         7: .line 165
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntriesDescending:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 9
         8: .line 166
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            goto 10
         9: .line 167
      StackMap locals:
      StackMap stack: com.google.protobuf.SmallSortedMap
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntriesDescending:Ljava/util/Map;
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
        10: .line 164
      StackMap locals: com.google.protobuf.SmallSortedMap
      StackMap stack: com.google.protobuf.SmallSortedMap java.util.Map
            putfield com.google.protobuf.SmallSortedMap.overflowEntriesDescending:Ljava/util/Map;
        11: .line 168
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.SmallSortedMap.isImmutable:Z
        12: .line 170
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;

  public boolean isImmutable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 174
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.isImmutable:Z
            ireturn
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;

  public int getNumArrayEntries();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 179
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;

  public java.util.Map$Entry<K, V> getArrayEntryAt(int);
    descriptor: (I)Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.SmallSortedMap this
        start local 1 // int index
         0: .line 184
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.util.Map$Entry
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
            0    1     1  index  I
    Signature: (I)Ljava/util/Map$Entry<TK;TV;>;
    MethodParameters:
       Name  Flags
      index  

  public int getNumOverflowEntries();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 189
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            ireturn
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;

  public java.lang.Iterable<java.util.Map$Entry<K, V>> getOverflowEntries();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 194
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 2
         1: .line 195
            invokestatic com.google.protobuf.SmallSortedMap$EmptySet.iterable:()Ljava/lang/Iterable;
            goto 3
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
         3: .line 194
      StackMap locals:
      StackMap stack: java.lang.Iterable
            areturn
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
    Signature: ()Ljava/lang/Iterable<Ljava/util/Map$Entry<TK;TV;>;>;

  java.lang.Iterable<java.util.Map$Entry<K, V>> getOverflowEntriesDescending();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 200
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntriesDescending:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 2
         1: .line 201
            invokestatic com.google.protobuf.SmallSortedMap$EmptySet.iterable:()Ljava/lang/Iterable;
            goto 3
         2: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntriesDescending:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
         3: .line 200
      StackMap locals:
      StackMap stack: java.lang.Iterable
            areturn
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
    Signature: ()Ljava/lang/Iterable<Ljava/util/Map$Entry<TK;TV;>;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 207
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            iadd
            ireturn
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;

  public boolean containsKey(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.protobuf.SmallSortedMap this
        start local 1 // java.lang.Object o
         0: .line 218
            aload 1 /* o */
            checkcast java.lang.Comparable
            astore 2 /* key */
        start local 2 // java.lang.Comparable key
         1: .line 219
            aload 0 /* this */
            aload 2 /* key */
            invokevirtual com.google.protobuf.SmallSortedMap.binarySearchInArray:(Ljava/lang/Comparable;)I
            ifge 2
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            aload 2 /* key */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 2
            iconst_0
            ireturn
      StackMap locals: java.lang.Comparable
      StackMap stack:
         2: iconst_1
            ireturn
        end local 2 // java.lang.Comparable key
        end local 1 // java.lang.Object o
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
            0    3     1     o  Ljava/lang/Object;
            1    3     2   key  TK;
    MethodParameters:
      Name  Flags
      o     

  public V get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.google.protobuf.SmallSortedMap this
        start local 1 // java.lang.Object o
         0: .line 230
            aload 1 /* o */
            checkcast java.lang.Comparable
            astore 2 /* key */
        start local 2 // java.lang.Comparable key
         1: .line 231
            aload 0 /* this */
            aload 2 /* key */
            invokevirtual com.google.protobuf.SmallSortedMap.binarySearchInArray:(Ljava/lang/Comparable;)I
            istore 3 /* index */
        start local 3 // int index
         2: .line 232
            iload 3 /* index */
            iflt 4
         3: .line 233
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            iload 3 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.SmallSortedMap$Entry
            invokevirtual com.google.protobuf.SmallSortedMap$Entry.getValue:()Ljava/lang/Object;
            areturn
         4: .line 235
      StackMap locals: java.lang.Comparable int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            aload 2 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 3 // int index
        end local 2 // java.lang.Comparable key
        end local 1 // java.lang.Object o
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
            0    5     1      o  Ljava/lang/Object;
            1    5     2    key  TK;
            2    5     3  index  I
    Signature: (Ljava/lang/Object;)TV;
    MethodParameters:
      Name  Flags
      o     

  public V put(K, );
    descriptor: (Ljava/lang/Comparable;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=3
        start local 0 // com.google.protobuf.SmallSortedMap this
        start local 1 // java.lang.Comparable key
        start local 2 // java.lang.Object value
         0: .line 240
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.checkMutable:()V
         1: .line 241
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual com.google.protobuf.SmallSortedMap.binarySearchInArray:(Ljava/lang/Comparable;)I
            istore 3 /* index */
        start local 3 // int index
         2: .line 242
            iload 3 /* index */
            iflt 4
         3: .line 244
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            iload 3 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.SmallSortedMap$Entry
            aload 2 /* value */
            invokevirtual com.google.protobuf.SmallSortedMap$Entry.setValue:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         4: .line 246
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.ensureEntryArrayMutable:()V
         5: .line 247
            iload 3 /* index */
            iconst_1
            iadd
            ineg
            istore 4 /* insertionPoint */
        start local 4 // int insertionPoint
         6: .line 248
            iload 4 /* insertionPoint */
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.maxArraySize:I
            if_icmplt 8
         7: .line 250
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.getOverflowEntriesMutable:()Ljava/util/SortedMap;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.SortedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         8: .line 253
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.maxArraySize:I
            if_icmpne 11
         9: .line 255
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.maxArraySize:I
            iconst_1
            isub
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.SmallSortedMap$Entry
            astore 5 /* lastEntryInArray */
        start local 5 // com.google.protobuf.SmallSortedMap$Entry lastEntryInArray
        10: .line 256
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.getOverflowEntriesMutable:()Ljava/util/SortedMap;
            aload 5 /* lastEntryInArray */
            invokevirtual com.google.protobuf.SmallSortedMap$Entry.getKey:()Ljava/lang/Comparable;
            aload 5 /* lastEntryInArray */
            invokevirtual com.google.protobuf.SmallSortedMap$Entry.getValue:()Ljava/lang/Object;
            invokeinterface java.util.SortedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // com.google.protobuf.SmallSortedMap$Entry lastEntryInArray
        11: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            iload 4 /* insertionPoint */
            new com.google.protobuf.SmallSortedMap$Entry
            dup
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial com.google.protobuf.SmallSortedMap$Entry.<init>:(Lcom/google/protobuf/SmallSortedMap;Ljava/lang/Comparable;Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
        12: .line 259
            aconst_null
            areturn
        end local 4 // int insertionPoint
        end local 3 // int index
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Comparable key
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
            0   13     1               key  TK;
            0   13     2             value  TV;
            2   13     3             index  I
            6   13     4    insertionPoint  I
           10   11     5  lastEntryInArray  Lcom/google/protobuf/SmallSortedMap<TK;TV;>.Entry;
    Signature: (TK;TV;)TV;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 264
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.checkMutable:()V
         1: .line 265
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 3
         2: .line 266
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         3: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifne 5
         4: .line 269
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
         5: .line 271
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;

  public V remove();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.google.protobuf.SmallSortedMap this
        start local 1 // java.lang.Object o
         0: .line 280
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.checkMutable:()V
         1: .line 282
            aload 1 /* o */
            checkcast java.lang.Comparable
            astore 2 /* key */
        start local 2 // java.lang.Comparable key
         2: .line 283
            aload 0 /* this */
            aload 2 /* key */
            invokevirtual com.google.protobuf.SmallSortedMap.binarySearchInArray:(Ljava/lang/Comparable;)I
            istore 3 /* index */
        start local 3 // int index
         3: .line 284
            iload 3 /* index */
            iflt 5
         4: .line 285
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual com.google.protobuf.SmallSortedMap.removeArrayEntryAt:(I)Ljava/lang/Object;
            areturn
         5: .line 289
      StackMap locals: java.lang.Comparable int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 7
         6: .line 290
            aconst_null
            areturn
         7: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            aload 2 /* key */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 3 // int index
        end local 2 // java.lang.Comparable key
        end local 1 // java.lang.Object o
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
            0    8     1      o  Ljava/lang/Object;
            2    8     2    key  TK;
            3    8     3  index  I
    Signature: (Ljava/lang/Object;)TV;
    MethodParameters:
      Name  Flags
      o     

  private V removeArrayEntryAt();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.google.protobuf.SmallSortedMap this
        start local 1 // int index
         0: .line 297
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.checkMutable:()V
         1: .line 298
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.SmallSortedMap$Entry
            invokevirtual com.google.protobuf.SmallSortedMap$Entry.getValue:()Ljava/lang/Object;
            astore 2 /* removed */
        start local 2 // java.lang.Object removed
         2: .line 299
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifne 6
         3: .line 302
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.getOverflowEntriesMutable:()Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* iterator */
        start local 3 // java.util.Iterator iterator
         4: .line 303
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            new com.google.protobuf.SmallSortedMap$Entry
            dup
            aload 0 /* this */
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            invokespecial com.google.protobuf.SmallSortedMap$Entry.<init>:(Lcom/google/protobuf/SmallSortedMap;Ljava/util/Map$Entry;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 304
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.remove:()V
        end local 3 // java.util.Iterator iterator
         6: .line 306
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* removed */
            areturn
        end local 2 // java.lang.Object removed
        end local 1 // int index
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
            0    7     1     index  I
            2    7     2   removed  TV;
            4    6     3  iterator  Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
    Signature: (I)TV;
    MethodParameters:
       Name  Flags
      index  

  private int binarySearchInArray();
    descriptor: (Ljava/lang/Comparable;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.google.protobuf.SmallSortedMap this
        start local 1 // java.lang.Comparable key
         0: .line 315
            iconst_0
            istore 2 /* left */
        start local 2 // int left
         1: .line 316
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 3 /* right */
        start local 3 // int right
         2: .line 321
            iload 3 /* right */
            iflt 17
         3: .line 322
            aload 1 /* key */
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            iload 3 /* right */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.SmallSortedMap$Entry
            invokevirtual com.google.protobuf.SmallSortedMap$Entry.getKey:()Ljava/lang/Comparable;
            invokeinterface java.lang.Comparable.compareTo:(Ljava/lang/Object;)I
            istore 4 /* cmp */
        start local 4 // int cmp
         4: .line 323
            iload 4 /* cmp */
            ifle 6
         5: .line 324
            iload 3 /* right */
            iconst_2
            iadd
            ineg
            ireturn
         6: .line 325
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* cmp */
            ifne 17
         7: .line 326
            iload 3 /* right */
            ireturn
        end local 4 // int cmp
         8: .line 331
      StackMap locals:
      StackMap stack:
            iload 2 /* left */
            iload 3 /* right */
            iadd
            iconst_2
            idiv
            istore 4 /* mid */
        start local 4 // int mid
         9: .line 332
            aload 1 /* key */
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            iload 4 /* mid */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.SmallSortedMap$Entry
            invokevirtual com.google.protobuf.SmallSortedMap$Entry.getKey:()Ljava/lang/Comparable;
            invokeinterface java.lang.Comparable.compareTo:(Ljava/lang/Object;)I
            istore 5 /* cmp */
        start local 5 // int cmp
        10: .line 333
            iload 5 /* cmp */
            ifge 13
        11: .line 334
            iload 4 /* mid */
            iconst_1
            isub
            istore 3 /* right */
        12: .line 335
            goto 17
      StackMap locals: int int
      StackMap stack:
        13: iload 5 /* cmp */
            ifle 16
        14: .line 336
            iload 4 /* mid */
            iconst_1
            iadd
            istore 2 /* left */
        15: .line 337
            goto 17
        16: .line 338
      StackMap locals:
      StackMap stack:
            iload 4 /* mid */
            ireturn
        end local 5 // int cmp
        end local 4 // int mid
        17: .line 330
      StackMap locals:
      StackMap stack:
            iload 2 /* left */
            iload 3 /* right */
            if_icmple 8
        18: .line 341
            iload 2 /* left */
            iconst_1
            iadd
            ineg
            ireturn
        end local 3 // int right
        end local 2 // int left
        end local 1 // java.lang.Comparable key
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
            0   19     1    key  TK;
            1   19     2   left  I
            2   19     3  right  I
            4    8     4    cmp  I
            9   17     4    mid  I
           10   17     5    cmp  I
    Signature: (TK;)I
    MethodParameters:
      Name  Flags
      key   

  public java.util.Set<java.util.Map$Entry<K, V>> entrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 353
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.lazyEntrySet:Lcom/google/protobuf/SmallSortedMap$EntrySet;
            ifnonnull 2
         1: .line 354
            aload 0 /* this */
            new com.google.protobuf.SmallSortedMap$EntrySet
            dup
            aload 0 /* this */
            invokespecial com.google.protobuf.SmallSortedMap$EntrySet.<init>:(Lcom/google/protobuf/SmallSortedMap;)V
            putfield com.google.protobuf.SmallSortedMap.lazyEntrySet:Lcom/google/protobuf/SmallSortedMap$EntrySet;
         2: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.lazyEntrySet:Lcom/google/protobuf/SmallSortedMap$EntrySet;
            areturn
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
    Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;

  java.util.Set<java.util.Map$Entry<K, V>> descendingEntrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 360
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.lazyDescendingEntrySet:Lcom/google/protobuf/SmallSortedMap$DescendingEntrySet;
            ifnonnull 2
         1: .line 361
            aload 0 /* this */
            new com.google.protobuf.SmallSortedMap$DescendingEntrySet
            dup
            aload 0 /* this */
            invokespecial com.google.protobuf.SmallSortedMap$DescendingEntrySet.<init>:(Lcom/google/protobuf/SmallSortedMap;)V
            putfield com.google.protobuf.SmallSortedMap.lazyDescendingEntrySet:Lcom/google/protobuf/SmallSortedMap$DescendingEntrySet;
         2: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.lazyDescendingEntrySet:Lcom/google/protobuf/SmallSortedMap$DescendingEntrySet;
            areturn
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
    Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;

  private void checkMutable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 368
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.isImmutable:Z
            ifeq 2
         1: .line 369
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 371
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;

  private java.util.SortedMap<K, V> getOverflowEntriesMutable();
    descriptor: ()Ljava/util/SortedMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 379
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.checkMutable:()V
         1: .line 380
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 4
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            instanceof java.util.TreeMap
            ifne 4
         2: .line 381
            aload 0 /* this */
            new java.util.TreeMap
            dup
            invokespecial java.util.TreeMap.<init>:()V
            putfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
         3: .line 382
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            checkcast java.util.TreeMap
            invokevirtual java.util.TreeMap.descendingMap:()Ljava/util/NavigableMap;
            putfield com.google.protobuf.SmallSortedMap.overflowEntriesDescending:Ljava/util/Map;
         4: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            checkcast java.util.SortedMap
            areturn
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
    Signature: ()Ljava/util/SortedMap<TK;TV;>;

  private void ensureEntryArrayMutable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 389
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.checkMutable:()V
         1: .line 390
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            instanceof java.util.ArrayList
            ifne 3
         2: .line 391
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.maxArraySize:I
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
         3: .line 393
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.google.protobuf.SmallSortedMap this
        start local 1 // java.lang.Object o
         0: .line 666
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 667
            iconst_1
            ireturn
         2: .line 670
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof com.google.protobuf.SmallSortedMap
            ifne 4
         3: .line 671
            aload 0 /* this */
            aload 1 /* o */
            invokespecial java.util.AbstractMap.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 674
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.google.protobuf.SmallSortedMap
            astore 2 /* other */
        start local 2 // com.google.protobuf.SmallSortedMap other
         5: .line 675
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.size:()I
            istore 3 /* size */
        start local 3 // int size
         6: .line 676
            iload 3 /* size */
            aload 2 /* other */
            invokevirtual com.google.protobuf.SmallSortedMap.size:()I
            if_icmpeq 8
         7: .line 677
            iconst_0
            ireturn
         8: .line 681
      StackMap locals: com.google.protobuf.SmallSortedMap int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.getNumArrayEntries:()I
            istore 4 /* numArrayEntries */
        start local 4 // int numArrayEntries
         9: .line 682
            iload 4 /* numArrayEntries */
            aload 2 /* other */
            invokevirtual com.google.protobuf.SmallSortedMap.getNumArrayEntries:()I
            if_icmpeq 11
        10: .line 683
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.entrySet:()Ljava/util/Set;
            aload 2 /* other */
            invokevirtual com.google.protobuf.SmallSortedMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ireturn
        11: .line 686
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        12: goto 16
        13: .line 687
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual com.google.protobuf.SmallSortedMap.getArrayEntryAt:(I)Ljava/util/Map$Entry;
            aload 2 /* other */
            iload 5 /* i */
            invokevirtual com.google.protobuf.SmallSortedMap.getArrayEntryAt:(I)Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.equals:(Ljava/lang/Object;)Z
            ifne 15
        14: .line 688
            iconst_0
            ireturn
        15: .line 686
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 5 /* i */
            iload 4 /* numArrayEntries */
            if_icmplt 13
        end local 5 // int i
        17: .line 692
            iload 4 /* numArrayEntries */
            iload 3 /* size */
            if_icmpeq 19
        18: .line 693
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            aload 2 /* other */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.equals:(Ljava/lang/Object;)Z
            ireturn
        19: .line 696
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // int numArrayEntries
        end local 3 // int size
        end local 2 // com.google.protobuf.SmallSortedMap other
        end local 1 // java.lang.Object o
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0             this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
            0   20     1                o  Ljava/lang/Object;
            5   20     2            other  Lcom/google/protobuf/SmallSortedMap<**>;
            6   20     3             size  I
            9   20     4  numArrayEntries  I
           12   17     5                i  I
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap this
         0: .line 701
            iconst_0
            istore 1 /* h */
        start local 1 // int h
         1: .line 702
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.getNumArrayEntries:()I
            istore 2 /* listSize */
        start local 2 // int listSize
         2: .line 703
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 704
      StackMap locals: int int int
      StackMap stack:
            iload 1 /* h */
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.entryList:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.SmallSortedMap$Entry
            invokevirtual com.google.protobuf.SmallSortedMap$Entry.hashCode:()I
            iadd
            istore 1 /* h */
         5: .line 703
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* listSize */
            if_icmplt 4
        end local 3 // int i
         7: .line 707
            aload 0 /* this */
            invokevirtual com.google.protobuf.SmallSortedMap.getNumOverflowEntries:()I
            ifle 9
         8: .line 708
            iload 1 /* h */
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap.overflowEntries:Ljava/util/Map;
            invokeinterface java.util.Map.hashCode:()I
            iadd
            istore 1 /* h */
         9: .line 710
      StackMap locals:
      StackMap stack:
            iload 1 /* h */
            ireturn
        end local 2 // int listSize
        end local 1 // int h
        end local 0 // com.google.protobuf.SmallSortedMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/google/protobuf/SmallSortedMap<TK;TV;>;
            1   10     1         h  I
            2   10     2  listSize  I
            3    7     3         i  I

  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.Comparable
            aload 2
            checkcast java.lang.Object
            invokevirtual com.google.protobuf.SmallSortedMap.put:(Ljava/lang/Comparable;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K::Ljava/lang/Comparable<TK;>;V:Ljava/lang/Object;>Ljava/util/AbstractMap<TK;TV;>;
SourceFile: "SmallSortedMap.java"
NestMembers:
  com.google.protobuf.SmallSortedMap$1  com.google.protobuf.SmallSortedMap$DescendingEntryIterator  com.google.protobuf.SmallSortedMap$DescendingEntrySet  com.google.protobuf.SmallSortedMap$EmptySet  com.google.protobuf.SmallSortedMap$EmptySet$1  com.google.protobuf.SmallSortedMap$EmptySet$2  com.google.protobuf.SmallSortedMap$Entry  com.google.protobuf.SmallSortedMap$EntryIterator  com.google.protobuf.SmallSortedMap$EntrySet
InnerClasses:
  public abstract FieldDescriptorLite = com.google.protobuf.FieldSet$FieldDescriptorLite of com.google.protobuf.FieldSet
  com.google.protobuf.SmallSortedMap$1
  private DescendingEntryIterator = com.google.protobuf.SmallSortedMap$DescendingEntryIterator of com.google.protobuf.SmallSortedMap
  private DescendingEntrySet = com.google.protobuf.SmallSortedMap$DescendingEntrySet of com.google.protobuf.SmallSortedMap
  private EmptySet = com.google.protobuf.SmallSortedMap$EmptySet of com.google.protobuf.SmallSortedMap
  private Entry = com.google.protobuf.SmallSortedMap$Entry of com.google.protobuf.SmallSortedMap
  private EntryIterator = com.google.protobuf.SmallSortedMap$EntryIterator of com.google.protobuf.SmallSortedMap
  private EntrySet = com.google.protobuf.SmallSortedMap$EntrySet of com.google.protobuf.SmallSortedMap
  public abstract Entry = java.util.Map$Entry of java.util.Map