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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.google.common.collect.ImmutableRangeSet$SerializedForm.ranges:Lcom/google/common/collect/ImmutableList;
2: return
end local 1 end local 0 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 0: aload 0
getfield com.google.common.collect.ImmutableRangeSet$SerializedForm.ranges:Lcom/google/common/collect/ImmutableList;
invokevirtual com.google.common.collect.ImmutableList.isEmpty:()Z
ifeq 2
1: invokestatic com.google.common.collect.ImmutableRangeSet.of:()Lcom/google/common/collect/ImmutableRangeSet;
areturn
2: StackMap locals:
StackMap stack:
aload 0
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: invokestatic com.google.common.collect.ImmutableRangeSet.all:()Lcom/google/common/collect/ImmutableRangeSet;
areturn
4: StackMap locals:
StackMap stack:
new com.google.common.collect.ImmutableRangeSet
dup
aload 0
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 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