class com.google.common.collect.ImmutableSortedSet$SerializedForm<E> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.ImmutableSortedSet$SerializedForm
  super_class: java.lang.Object
{
  final java.util.Comparator<? super E> comparator;
    descriptor: Ljava/util/Comparator;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Comparator<-TE;>;

  final java.lang.Object[] elements;
    descriptor: [Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

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

  public void <init>(java.util.Comparator<? super E>, []);
    descriptor: (Ljava/util/Comparator;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.ImmutableSortedSet$SerializedForm this
        start local 1 // java.util.Comparator comparator
        start local 2 // java.lang.Object[] elements
         0: .line 822
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 823
            aload 0 /* this */
            aload 1 /* comparator */
            putfield com.google.common.collect.ImmutableSortedSet$SerializedForm.comparator:Ljava/util/Comparator;
         2: .line 824
            aload 0 /* this */
            aload 2 /* elements */
            putfield com.google.common.collect.ImmutableSortedSet$SerializedForm.elements:[Ljava/lang/Object;
         3: .line 825
            return
        end local 2 // java.lang.Object[] elements
        end local 1 // java.util.Comparator comparator
        end local 0 // com.google.common.collect.ImmutableSortedSet$SerializedForm this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/google/common/collect/ImmutableSortedSet$SerializedForm<TE;>;
            0    4     1  comparator  Ljava/util/Comparator<-TE;>;
            0    4     2    elements  [Ljava/lang/Object;
    Signature: (Ljava/util/Comparator<-TE;>;[Ljava/lang/Object;)V
    MethodParameters:
            Name  Flags
      comparator  
      elements    

  java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableSortedSet$SerializedForm this
         0: .line 829
            new com.google.common.collect.ImmutableSortedSet$Builder
            dup
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableSortedSet$SerializedForm.comparator:Ljava/util/Comparator;
            invokespecial com.google.common.collect.ImmutableSortedSet$Builder.<init>:(Ljava/util/Comparator;)V
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableSortedSet$SerializedForm.elements:[Ljava/lang/Object;
            invokevirtual com.google.common.collect.ImmutableSortedSet$Builder.add:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSortedSet$Builder;
            invokevirtual com.google.common.collect.ImmutableSortedSet$Builder.build:()Lcom/google/common/collect/ImmutableSortedSet;
            areturn
        end local 0 // com.google.common.collect.ImmutableSortedSet$SerializedForm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableSortedSet$SerializedForm<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Serializable;
SourceFile: "ImmutableSortedSet.java"
NestHost: com.google.common.collect.ImmutableSortedSet
InnerClasses:
  public final Builder = com.google.common.collect.ImmutableSortedSet$Builder of com.google.common.collect.ImmutableSortedSet
  private SerializedForm = com.google.common.collect.ImmutableSortedSet$SerializedForm of com.google.common.collect.ImmutableSortedSet