final class com.google.common.collect.RegularContiguousSet$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.RegularContiguousSet$SerializedForm
  super_class: java.lang.Object
{
  final com.google.common.collect.Range<C> range;
    descriptor: Lcom/google/common/collect/Range;
    flags: (0x0010) ACC_FINAL
    Signature: Lcom/google/common/collect/Range<TC;>;

  final com.google.common.collect.DiscreteDomain<C> domain;
    descriptor: Lcom/google/common/collect/DiscreteDomain;
    flags: (0x0010) ACC_FINAL
    Signature: Lcom/google/common/collect/DiscreteDomain<TC;>;

  private void <init>(com.google.common.collect.Range<C>, com.google.common.collect.DiscreteDomain<C>);
    descriptor: (Lcom/google/common/collect/Range;Lcom/google/common/collect/DiscreteDomain;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.RegularContiguousSet$SerializedForm this
        start local 1 // com.google.common.collect.Range range
        start local 2 // com.google.common.collect.DiscreteDomain domain
         0: .line 221
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 222
            aload 0 /* this */
            aload 1 /* range */
            putfield com.google.common.collect.RegularContiguousSet$SerializedForm.range:Lcom/google/common/collect/Range;
         2: .line 223
            aload 0 /* this */
            aload 2 /* domain */
            putfield com.google.common.collect.RegularContiguousSet$SerializedForm.domain:Lcom/google/common/collect/DiscreteDomain;
         3: .line 224
            return
        end local 2 // com.google.common.collect.DiscreteDomain domain
        end local 1 // com.google.common.collect.Range range
        end local 0 // com.google.common.collect.RegularContiguousSet$SerializedForm this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/common/collect/RegularContiguousSet$SerializedForm<TC;>;
            0    4     1   range  Lcom/google/common/collect/Range<TC;>;
            0    4     2  domain  Lcom/google/common/collect/DiscreteDomain<TC;>;
    Signature: (Lcom/google/common/collect/Range<TC;>;Lcom/google/common/collect/DiscreteDomain<TC;>;)V
    MethodParameters:
        Name  Flags
      range   
      domain  

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.collect.RegularContiguousSet$SerializedForm this
         0: .line 227
            new com.google.common.collect.RegularContiguousSet
            dup
            aload 0 /* this */
            getfield com.google.common.collect.RegularContiguousSet$SerializedForm.range:Lcom/google/common/collect/Range;
            aload 0 /* this */
            getfield com.google.common.collect.RegularContiguousSet$SerializedForm.domain:Lcom/google/common/collect/DiscreteDomain;
            invokespecial com.google.common.collect.RegularContiguousSet.<init>:(Lcom/google/common/collect/Range;Lcom/google/common/collect/DiscreteDomain;)V
            areturn
        end local 0 // com.google.common.collect.RegularContiguousSet$SerializedForm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularContiguousSet$SerializedForm<TC;>;
}
Signature: <C::Ljava/lang/Comparable;>Ljava/lang/Object;Ljava/io/Serializable;
SourceFile: "RegularContiguousSet.java"
NestHost: com.google.common.collect.RegularContiguousSet
InnerClasses:
  private final SerializedForm = com.google.common.collect.RegularContiguousSet$SerializedForm of com.google.common.collect.RegularContiguousSet
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()