public class org.eclipse.collections.impl.map.mutable.SynchronizedMapSerializationProxy<K, V> implements java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.SynchronizedMapSerializationProxy
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.MutableMapIterable<K, V> map;
descriptor: Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/eclipse/collections/api/map/MutableMapIterable<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/mutable/SynchronizedMapSerializationProxy<TK;TV;>;
public void <init>(org.eclipse.collections.api.map.MutableMapIterable<K, V>);
descriptor: (Lorg/eclipse/collections/api/map/MutableMapIterable;)V
flags: (0x0001) ACC_PUBLIC
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.mutable.SynchronizedMapSerializationProxy.map:Lorg/eclipse/collections/api/map/MutableMapIterable;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/SynchronizedMapSerializationProxy<TK;TV;>;
0 3 1 map Lorg/eclipse/collections/api/map/MutableMapIterable<TK;TV;>;
Signature: (Lorg/eclipse/collections/api/map/MutableMapIterable<TK;TV;>;)V
MethodParameters:
Name Flags
map
public void writeExternal(java.io.ObjectOutput);
descriptor: (Ljava/io/ObjectOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.SynchronizedMapSerializationProxy.map:Lorg/eclipse/collections/api/map/MutableMapIterable;
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/SynchronizedMapSerializationProxy<TK;TV;>;
0 2 1 out Ljava/io/ObjectOutput;
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=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
checkcast org.eclipse.collections.api.map.MutableMapIterable
putfield org.eclipse.collections.impl.map.mutable.SynchronizedMapSerializationProxy.map:Lorg/eclipse/collections/api/map/MutableMapIterable;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/SynchronizedMapSerializationProxy<TK;TV;>;
0 2 1 in Ljava/io/ObjectInput;
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.mutable.SynchronizedMapSerializationProxy.map:Lorg/eclipse/collections/api/map/MutableMapIterable;
invokeinterface org.eclipse.collections.api.map.MutableMapIterable.asSynchronized:()Lorg/eclipse/collections/api/map/MutableMapIterable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/SynchronizedMapSerializationProxy<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Externalizable;
SourceFile: "SynchronizedMapSerializationProxy.java"