final class com.google.common.collect.ImmutableRangeSet$SerializedForm extends java.lang.Object implements java.io.Serializable
{
private final com.google.common.collect.ImmutableList ranges;
void <init>(com.google.common.collect.ImmutableList)
{
com.google.common.collect.ImmutableRangeSet$SerializedForm v;
com.google.common.collect.ImmutableList v;
v := @this: com.google.common.collect.ImmutableRangeSet$SerializedForm;
v := @parameter: com.google.common.collect.ImmutableList;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<com.google.common.collect.ImmutableRangeSet$SerializedForm: com.google.common.collect.ImmutableList ranges> = v;
return;
}
java.lang.Object readResolve()
{
com.google.common.collect.ImmutableRangeSet$SerializedForm v;
com.google.common.collect.Range v;
com.google.common.collect.ImmutableList v, v, v, v;
com.google.common.collect.ImmutableRangeSet v, v, v;
boolean v, v;
v := @this: com.google.common.collect.ImmutableRangeSet$SerializedForm;
v = v.<com.google.common.collect.ImmutableRangeSet$SerializedForm: com.google.common.collect.ImmutableList ranges>;
v = virtualinvoke v.<com.google.common.collect.ImmutableList: boolean isEmpty()>();
if v == 0 goto label;
v = staticinvoke <com.google.common.collect.ImmutableRangeSet: com.google.common.collect.ImmutableRangeSet of()>();
return v;
label:
v = v.<com.google.common.collect.ImmutableRangeSet$SerializedForm: com.google.common.collect.ImmutableList ranges>;
v = staticinvoke <com.google.common.collect.Range: com.google.common.collect.Range all()>();
v = staticinvoke <com.google.common.collect.ImmutableList: com.google.common.collect.ImmutableList of(java.lang.Object)>(v);
v = virtualinvoke v.<com.google.common.collect.ImmutableList: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = staticinvoke <com.google.common.collect.ImmutableRangeSet: com.google.common.collect.ImmutableRangeSet all()>();
return v;
label:
v = new com.google.common.collect.ImmutableRangeSet;
v = v.<com.google.common.collect.ImmutableRangeSet$SerializedForm: com.google.common.collect.ImmutableList ranges>;
specialinvoke v.<com.google.common.collect.ImmutableRangeSet: void <init>(com.google.common.collect.ImmutableList)>(v);
return v;
}
}