class org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1 extends org.eclipse.collections.impl.block.procedure.checked.CheckedObjectIntProcedure<V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1
super_class: org.eclipse.collections.impl.block.procedure.checked.CheckedObjectIntProcedure
{
final org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1 this$2;
descriptor: Lorg/eclipse/collections/impl/multimap/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1;
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.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1, java.io.ObjectOutput);
descriptor: (Lorg/eclipse/collections/impl/multimap/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1;Ljava/io/ObjectOutput;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1 this
0: .line 143
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1.this$2:Lorg/eclipse/collections/impl/multimap/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1;
aload 0 /* this */
aload 2
putfield org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1.val$out:Ljava/io/ObjectOutput;
aload 0 /* this */
invokespecial org.eclipse.collections.impl.block.procedure.checked.CheckedObjectIntProcedure.<init>:()V
return
end local 0 // org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/multimap/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1;
MethodParameters:
Name Flags
this$0 final
val$out final
public void safeValue(V, );
descriptor: (Ljava/lang/Object;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1 this
start local 1 // java.lang.Object value
start local 2 // int count
0: .line 147
aload 0 /* this */
getfield org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1.val$out:Ljava/io/ObjectOutput;
aload 1 /* value */
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
1: .line 148
aload 0 /* this */
getfield org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1.val$out:Ljava/io/ObjectOutput;
iload 2 /* count */
invokeinterface java.io.ObjectOutput.writeInt:(I)V
2: .line 149
return
end local 2 // int count
end local 1 // java.lang.Object value
end local 0 // org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/multimap/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1;
0 3 1 value TV;
0 3 2 count I
Exceptions:
throws java.io.IOException
Signature: (TV;I)V
MethodParameters:
Name Flags
value
count
}
Signature: Lorg/eclipse/collections/impl/block/procedure/checked/CheckedObjectIntProcedure<TV;>;
SourceFile: "ImmutableBagMultimapImpl.java"
EnclosingMethod: org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1.safeValue:(Ljava/lang/Object;Lorg/eclipse/collections/api/bag/ImmutableBag;)V
NestHost: org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl
InnerClasses:
private ImmutableBagMultimapSerializationProxy = org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy of org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl
org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1
org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1$1