class com.google.common.collect.ImmutableBiMap$SerializedForm<K, V> extends com.google.common.collect.ImmutableMap$SerializedForm<K, V>
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<K, V>);
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<TK;TV;>;
0 2 1 bimap Lcom/google/common/collect/ImmutableBiMap<TK;TV;>;
Signature: (Lcom/google/common/collect/ImmutableBiMap<TK;TV;>;)V
MethodParameters:
Name Flags
bimap
com.google.common.collect.ImmutableBiMap$Builder<K, V> makeBuilder(int);
descriptor: (I)Lcom/google/common/collect/ImmutableBiMap$Builder;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new com.google.common.collect.ImmutableBiMap$Builder
dup
iload 1
invokespecial com.google.common.collect.ImmutableBiMap$Builder.<init>:(I)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ImmutableBiMap$SerializedForm<TK;TV;>;
0 1 1 size I
Signature: (I)Lcom/google/common/collect/ImmutableBiMap$Builder<TK;TV;>;
MethodParameters:
Name Flags
size
com.google.common.collect.ImmutableMap$Builder makeBuilder(int);
descriptor: (I)Lcom/google/common/collect/ImmutableMap$Builder;
flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual com.google.common.collect.ImmutableBiMap$SerializedForm.makeBuilder:(I)Lcom/google/common/collect/ImmutableBiMap$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableMap$SerializedForm<TK;TV;>;
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