final class com.google.common.collect.ImmutableRangeSet$SerializedForm<C extends java.lang.Comparable> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.ImmutableRangeSet$SerializedForm
  super_class: java.lang.Object
{
  private final com.google.common.collect.ImmutableList<com.google.common.collect.Range<C>> ranges;
    descriptor: Lcom/google/common/collect/ImmutableList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/collect/ImmutableList<Lcom/google/common/collect/Range<TC;>;>;

  void <init>(com.google.common.collect.ImmutableList<com.google.common.collect.Range<C>>);
    descriptor: (Lcom/google/common/collect/ImmutableList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableRangeSet$SerializedForm this
        start local 1 // com.google.common.collect.ImmutableList ranges
         0: .line 813
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 814
            aload 0 /* this */
            aload 1 /* ranges */
            putfield com.google.common.collect.ImmutableRangeSet$SerializedForm.ranges:Lcom/google/common/collect/ImmutableList;
         2: .line 815
            return
        end local 1 // com.google.common.collect.ImmutableList ranges
        end local 0 // com.google.common.collect.ImmutableRangeSet$SerializedForm this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/common/collect/ImmutableRangeSet$SerializedForm<TC;>;
            0    3     1  ranges  Lcom/google/common/collect/ImmutableList<Lcom/google/common/collect/Range<TC;>;>;
    Signature: (Lcom/google/common/collect/ImmutableList<Lcom/google/common/collect/Range<TC;>;>;)V
    MethodParameters:
        Name  Flags
      ranges  

  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.ImmutableRangeSet$SerializedForm this
         0: .line 818
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableRangeSet$SerializedForm.ranges:Lcom/google/common/collect/ImmutableList;
            invokevirtual com.google.common.collect.ImmutableList.isEmpty:()Z
            ifeq 2
         1: .line 819
            invokestatic com.google.common.collect.ImmutableRangeSet.of:()Lcom/google/common/collect/ImmutableRangeSet;
            areturn
         2: .line 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableRangeSet$SerializedForm.ranges:Lcom/google/common/collect/ImmutableList;
            invokestatic com.google.common.collect.Range.all:()Lcom/google/common/collect/Range;
            invokestatic com.google.common.collect.ImmutableList.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            invokevirtual com.google.common.collect.ImmutableList.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 821
            invokestatic com.google.common.collect.ImmutableRangeSet.all:()Lcom/google/common/collect/ImmutableRangeSet;
            areturn
         4: .line 823
      StackMap locals:
      StackMap stack:
            new com.google.common.collect.ImmutableRangeSet
            dup
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableRangeSet$SerializedForm.ranges:Lcom/google/common/collect/ImmutableList;
            invokespecial com.google.common.collect.ImmutableRangeSet.<init>:(Lcom/google/common/collect/ImmutableList;)V
            areturn
        end local 0 // com.google.common.collect.ImmutableRangeSet$SerializedForm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/common/collect/ImmutableRangeSet$SerializedForm<TC;>;
}
Signature: <C::Ljava/lang/Comparable;>Ljava/lang/Object;Ljava/io/Serializable;
SourceFile: "ImmutableRangeSet.java"
NestHost: com.google.common.collect.ImmutableRangeSet
InnerClasses:
  private final SerializedForm = com.google.common.collect.ImmutableRangeSet$SerializedForm of com.google.common.collect.ImmutableRangeSet