final class oadd.com.google.common.collect.RegularContiguousSet$SerializedForm extends java.lang.Object implements java.io.Serializable
{
final oadd.com.google.common.collect.Range range;
final oadd.com.google.common.collect.DiscreteDomain domain;
private void <init>(oadd.com.google.common.collect.Range, oadd.com.google.common.collect.DiscreteDomain)
{
oadd.com.google.common.collect.RegularContiguousSet$SerializedForm v;
oadd.com.google.common.collect.DiscreteDomain v;
oadd.com.google.common.collect.Range v;
v := @this: oadd.com.google.common.collect.RegularContiguousSet$SerializedForm;
v := @parameter: oadd.com.google.common.collect.Range;
v := @parameter: oadd.com.google.common.collect.DiscreteDomain;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<oadd.com.google.common.collect.RegularContiguousSet$SerializedForm: oadd.com.google.common.collect.Range range> = v;
v.<oadd.com.google.common.collect.RegularContiguousSet$SerializedForm: oadd.com.google.common.collect.DiscreteDomain domain> = v;
return;
}
private java.lang.Object readResolve()
{
oadd.com.google.common.collect.RegularContiguousSet v;
oadd.com.google.common.collect.RegularContiguousSet$SerializedForm v;
oadd.com.google.common.collect.DiscreteDomain v;
oadd.com.google.common.collect.Range v;
v := @this: oadd.com.google.common.collect.RegularContiguousSet$SerializedForm;
v = new oadd.com.google.common.collect.RegularContiguousSet;
v = v.<oadd.com.google.common.collect.RegularContiguousSet$SerializedForm: oadd.com.google.common.collect.Range range>;
v = v.<oadd.com.google.common.collect.RegularContiguousSet$SerializedForm: oadd.com.google.common.collect.DiscreteDomain domain>;
specialinvoke v.<oadd.com.google.common.collect.RegularContiguousSet: void <init>(oadd.com.google.common.collect.Range,oadd.com.google.common.collect.DiscreteDomain)>(v, v);
return v;
}
}