class com.google.common.collect.ImmutableBiMap$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.ImmutableBiMap$SerializedForm
super_class: com.google.common.collect.ImmutableMap$SerializedForm
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
void <init>(com.google.common.collect.ImmutableBiMap<?, ?>);
descriptor: (Lcom/google/common/collect/ImmutableBiMap;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.google.common.collect.ImmutableMap$SerializedForm.<init>:(Lcom/google/common/collect/ImmutableMap;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/ImmutableBiMap$SerializedForm;
0 2 1 bimap Lcom/google/common/collect/ImmutableBiMap<**>;
Signature: (Lcom/google/common/collect/ImmutableBiMap<**>;)V
MethodParameters:
Name Flags
bimap
java.lang.Object readResolve();
descriptor: ()Ljava/lang/Object;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: new com.google.common.collect.ImmutableBiMap$Builder
dup
invokespecial com.google.common.collect.ImmutableBiMap$Builder.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
invokevirtual com.google.common.collect.ImmutableBiMap$SerializedForm.createMap:(Lcom/google/common/collect/ImmutableMap$Builder;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/ImmutableBiMap$SerializedForm;
1 2 1 builder Lcom/google/common/collect/ImmutableBiMap$Builder<Ljava/lang/Object;Ljava/lang/Object;>;
}
SourceFile: "ImmutableBiMap.java"
NestHost: com.google.common.collect.ImmutableBiMap
InnerClasses:
public final Builder = com.google.common.collect.ImmutableBiMap$Builder of com.google.common.collect.ImmutableBiMap
private SerializedForm = com.google.common.collect.ImmutableBiMap$SerializedForm of com.google.common.collect.ImmutableBiMap
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