class com.google.common.collect.ImmutableSortedMap$SerializedForm<K, V> extends com.google.common.collect.ImmutableMap$SerializedForm<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.ImmutableSortedMap$SerializedForm
  super_class: com.google.common.collect.ImmutableMap$SerializedForm
{
  private final java.util.Comparator<? super K> comparator;
    descriptor: Ljava/util/Comparator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Comparator<-TK;>;

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  void <init>(com.google.common.collect.ImmutableSortedMap<K, V>);
    descriptor: (Lcom/google/common/collect/ImmutableSortedMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableSortedMap$SerializedForm this
        start local 1 // com.google.common.collect.ImmutableSortedMap sortedMap
         0: .line 923
            aload 0 /* this */
            aload 1 /* sortedMap */
            invokespecial com.google.common.collect.ImmutableMap$SerializedForm.<init>:(Lcom/google/common/collect/ImmutableMap;)V
         1: .line 924
            aload 0 /* this */
            aload 1 /* sortedMap */
            invokevirtual com.google.common.collect.ImmutableSortedMap.comparator:()Ljava/util/Comparator;
            putfield com.google.common.collect.ImmutableSortedMap$SerializedForm.comparator:Ljava/util/Comparator;
         2: .line 925
            return
        end local 1 // com.google.common.collect.ImmutableSortedMap sortedMap
        end local 0 // com.google.common.collect.ImmutableSortedMap$SerializedForm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/google/common/collect/ImmutableSortedMap$SerializedForm<TK;TV;>;
            0    3     1  sortedMap  Lcom/google/common/collect/ImmutableSortedMap<TK;TV;>;
    Signature: (Lcom/google/common/collect/ImmutableSortedMap<TK;TV;>;)V
    MethodParameters:
           Name  Flags
      sortedMap  

  com.google.common.collect.ImmutableSortedMap$Builder<K, V> makeBuilder(int);
    descriptor: (I)Lcom/google/common/collect/ImmutableSortedMap$Builder;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableSortedMap$SerializedForm this
        start local 1 // int size
         0: .line 929
            new com.google.common.collect.ImmutableSortedMap$Builder
            dup
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableSortedMap$SerializedForm.comparator:Ljava/util/Comparator;
            invokespecial com.google.common.collect.ImmutableSortedMap$Builder.<init>:(Ljava/util/Comparator;)V
            areturn
        end local 1 // int size
        end local 0 // com.google.common.collect.ImmutableSortedMap$SerializedForm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableSortedMap$SerializedForm<TK;TV;>;
            0    1     1  size  I
    Signature: (I)Lcom/google/common/collect/ImmutableSortedMap$Builder<TK;TV;>;
    MethodParameters:
      Name  Flags
      size  

  com.google.common.collect.ImmutableMap$Builder makeBuilder(int);
    descriptor: (I)Lcom/google/common/collect/ImmutableMap$Builder;
    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.ImmutableSortedMap$SerializedForm.makeBuilder:(I)Lcom/google/common/collect/ImmutableSortedMap$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableMap$SerializedForm<TK;TV;>;
SourceFile: "ImmutableSortedMap.java"
NestHost: com.google.common.collect.ImmutableSortedMap
InnerClasses:
  public Builder = com.google.common.collect.ImmutableMap$Builder of com.google.common.collect.ImmutableMap
  SerializedForm = com.google.common.collect.ImmutableMap$SerializedForm of com.google.common.collect.ImmutableMap
  public Builder = com.google.common.collect.ImmutableSortedMap$Builder of com.google.common.collect.ImmutableSortedMap
  private SerializedForm = com.google.common.collect.ImmutableSortedMap$SerializedForm of com.google.common.collect.ImmutableSortedMap