class com.google.common.collect.ImmutableSortedMap$SerializedForm extends com.google.common.collect.ImmutableMap$SerializedForm
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.ImmutableSortedMap$SerializedForm
super_class: com.google.common.collect.ImmutableMap$SerializedForm
{
private final java.util.Comparator<java.lang.Object> comparator;
descriptor: Ljava/util/Comparator;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Comparator<Ljava/lang/Object;>;
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
void <init>(com.google.common.collect.ImmutableSortedMap<?, ?>);
descriptor: (Lcom/google/common/collect/ImmutableSortedMap;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.google.common.collect.ImmutableSortedMap$SerializedForm this
start local 1 // com.google.common.collect.ImmutableSortedMap sortedMap
0: .line 928
aload 0 /* this */
aload 1 /* sortedMap */
invokespecial com.google.common.collect.ImmutableMap$SerializedForm.<init>:(Lcom/google/common/collect/ImmutableMap;)V
1: .line 929
aload 0 /* this */
aload 1 /* sortedMap */
invokevirtual com.google.common.collect.ImmutableSortedMap.comparator:()Ljava/util/Comparator;
putfield com.google.common.collect.ImmutableSortedMap$SerializedForm.comparator:Ljava/util/Comparator;
2: .line 930
return
end local 1 // com.google.common.collect.ImmutableSortedMap sortedMap
end local 0 // com.google.common.collect.ImmutableSortedMap$SerializedForm this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/ImmutableSortedMap$SerializedForm;
0 3 1 sortedMap Lcom/google/common/collect/ImmutableSortedMap<**>;
Signature: (Lcom/google/common/collect/ImmutableSortedMap<**>;)V
MethodParameters:
Name Flags
sortedMap
java.lang.Object readResolve();
descriptor: ()Ljava/lang/Object;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=1
start local 0 // com.google.common.collect.ImmutableSortedMap$SerializedForm this
0: .line 934
new com.google.common.collect.ImmutableSortedMap$Builder
dup
aload 0 /* this */
getfield com.google.common.collect.ImmutableSortedMap$SerializedForm.comparator:Ljava/util/Comparator;
invokespecial com.google.common.collect.ImmutableSortedMap$Builder.<init>:(Ljava/util/Comparator;)V
astore 1 /* builder */
start local 1 // com.google.common.collect.ImmutableSortedMap$Builder builder
1: .line 935
aload 0 /* this */
aload 1 /* builder */
invokevirtual com.google.common.collect.ImmutableSortedMap$SerializedForm.createMap:(Lcom/google/common/collect/ImmutableMap$Builder;)Ljava/lang/Object;
areturn
end local 1 // com.google.common.collect.ImmutableSortedMap$Builder builder
end local 0 // com.google.common.collect.ImmutableSortedMap$SerializedForm this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/ImmutableSortedMap$SerializedForm;
1 2 1 builder Lcom/google/common/collect/ImmutableSortedMap$Builder<Ljava/lang/Object;Ljava/lang/Object;>;
}
SourceFile: "ImmutableSortedMap.java"
NestHost: com.google.common.collect.ImmutableSortedMap
InnerClasses:
public Builder = com.google.common.collect.ImmutableMap$Builder of com.google.common.collect.ImmutableMap
SerializedForm = com.google.common.collect.ImmutableMap$SerializedForm of com.google.common.collect.ImmutableMap
public Builder = com.google.common.collect.ImmutableSortedMap$Builder of com.google.common.collect.ImmutableSortedMap
private SerializedForm = com.google.common.collect.ImmutableSortedMap$SerializedForm of com.google.common.collect.ImmutableSortedMap