class org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy<K, V> implements java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy
super_class: java.lang.Object
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private org.eclipse.collections.api.map.ImmutableMap<K, V> map;
descriptor: Lorg/eclipse/collections/api/map/ImmutableMap;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/eclipse/collections/api/map/ImmutableMap<TK;TV;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy<TK;TV;>;
void <init>(org.eclipse.collections.api.map.ImmutableMap<K, V>);
descriptor: (Lorg/eclipse/collections/api/map/ImmutableMap;)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 org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy.map:Lorg/eclipse/collections/api/map/ImmutableMap;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy<TK;TV;>;
0 3 1 map Lorg/eclipse/collections/api/map/ImmutableMap<TK;TV;>;
Signature: (Lorg/eclipse/collections/api/map/ImmutableMap<TK;TV;>;)V
MethodParameters:
Name Flags
map
public void writeExternal(java.io.ObjectOutput);
descriptor: (Ljava/io/ObjectOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy.map:Lorg/eclipse/collections/api/map/ImmutableMap;
invokeinterface org.eclipse.collections.api.map.ImmutableMap.size:()I
invokeinterface java.io.ObjectOutput.writeInt:(I)V
1: aload 0
getfield org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy.map:Lorg/eclipse/collections/api/map/ImmutableMap;
new org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1.<init>:(Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy;Ljava/io/ObjectOutput;)V
invokeinterface org.eclipse.collections.api.map.ImmutableMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
2: goto 7
3: StackMap locals:
StackMap stack: java.lang.RuntimeException
astore 2
start local 2 4: aload 2
invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
instanceof java.io.IOException
ifeq 6
5: aload 2
invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
checkcast java.io.IOException
athrow
6: StackMap locals: java.lang.RuntimeException
StackMap stack:
aload 2
athrow
end local 2 7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy<TK;TV;>;
0 8 1 out Ljava/io/ObjectOutput;
4 7 2 e Ljava/lang/RuntimeException;
Exception table:
from to target type
1 2 3 Class java.lang.RuntimeException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
public void readExternal(java.io.ObjectInput);
descriptor: (Ljava/io/ObjectInput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.io.ObjectInput.readInt:()I
istore 2
start local 2 1: iload 2
invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:(I)Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
astore 3
start local 3 2: iconst_0
istore 4
start local 4 3: goto 7
4: StackMap locals: int org.eclipse.collections.api.map.MutableMap int
StackMap stack:
aload 3
aload 1
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
aload 1
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.map.MutableMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
ifnull 6
5: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
6: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
7: iload 4
iload 2
if_icmplt 4
end local 4 8: aload 0
aload 3
invokeinterface org.eclipse.collections.api.map.MutableMap.toImmutable:()Lorg/eclipse/collections/api/map/ImmutableMap;
putfield org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy.map:Lorg/eclipse/collections/api/map/ImmutableMap;
9: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy<TK;TV;>;
0 10 1 in Ljava/io/ObjectInput;
1 10 2 size I
2 10 3 deserializedMap Lorg/eclipse/collections/api/map/MutableMap<TK;TV;>;
3 8 4 i I
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
in
protected java.lang.Object readResolve();
descriptor: ()Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy.map:Lorg/eclipse/collections/api/map/ImmutableMap;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Externalizable;
SourceFile: "ImmutableMapSerializationProxy.java"
NestMembers:
org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1
InnerClasses:
org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1