class org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1 extends org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2<K, V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1
super_class: org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2
{
final org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy this$0;
descriptor: Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.io.ObjectOutput val$out;
descriptor: Ljava/io/ObjectOutput;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy, java.io.ObjectOutput);
descriptor: (Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy;Ljava/io/ObjectOutput;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1.this$0:Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy;
aload 0
aload 2
putfield org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
aload 0
invokespecial org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy$1;
MethodParameters:
Name Flags
this$0 final
val$out final
public void safeValue(K, );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
aload 1
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
1: aload 0
getfield org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
aload 2
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/immutable/ImmutableMapSerializationProxy$1;
0 3 1 key TK;
0 3 2 value TV;
Exceptions:
throws java.io.IOException
Signature: (TK;TV;)V
MethodParameters:
Name Flags
key
value
}
Signature: Lorg/eclipse/collections/impl/block/procedure/checked/CheckedProcedure2<TK;TV;>;
SourceFile: "ImmutableMapSerializationProxy.java"
EnclosingMethod: org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy.writeExternal:(Ljava/io/ObjectOutput;)V
NestHost: org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy
InnerClasses:
org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy$1