public abstract class org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy<K, V, R extends org.eclipse.collections.api.RichIterable<V>>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy
super_class: java.lang.Object
{
private org.eclipse.collections.api.multimap.Multimap<K, V> multimapToReadInto;
descriptor: Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/eclipse/collections/api/multimap/Multimap<TK;TV;>;
private org.eclipse.collections.api.map.ImmutableMap<K, R> mapToWrite;
descriptor: Lorg/eclipse/collections/api/map/ImmutableMap;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/eclipse/collections/api/map/ImmutableMap<TK;TR;>;
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
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/multimap/ImmutableMultimapSerializationProxy<TK;TV;TR;>;
protected void <init>(org.eclipse.collections.api.map.ImmutableMap<K, R>);
descriptor: (Lorg/eclipse/collections/api/map/ImmutableMap;)V
flags: (0x0004) ACC_PROTECTED
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.multimap.ImmutableMultimapSerializationProxy.mapToWrite: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/multimap/ImmutableMultimapSerializationProxy<TK;TV;TR;>;
0 3 1 immutableMap Lorg/eclipse/collections/api/map/ImmutableMap<TK;TR;>;
Signature: (Lorg/eclipse/collections/api/map/ImmutableMap<TK;TR;>;)V
MethodParameters:
Name Flags
immutableMap
protected abstract org.eclipse.collections.impl.multimap.AbstractMutableMultimap<K, V, ?> createEmptyMutableMultimap();
descriptor: ()Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap<TK;TV;*>;
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.multimap.ImmutableMultimapSerializationProxy.multimapToReadInto:Lorg/eclipse/collections/api/multimap/Multimap;
invokeinterface org.eclipse.collections.api.multimap.Multimap.toImmutable:()Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/multimap/ImmutableMultimapSerializationProxy<TK;TV;TR;>;
public void writeExternal(java.io.ObjectOutput);
descriptor: (Ljava/io/ObjectOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy.mapToWrite:Lorg/eclipse/collections/api/map/ImmutableMap;
invokeinterface org.eclipse.collections.api.map.ImmutableMap.size:()I
istore 2
start local 2 1: aload 1
iload 2
invokeinterface java.io.ObjectOutput.writeInt:(I)V
2: aload 0
getfield org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy.mapToWrite:Lorg/eclipse/collections/api/map/ImmutableMap;
new org.eclipse.collections.impl.block.procedure.checked.MultimapKeyValuesSerializingProcedure
dup
aload 1
invokespecial org.eclipse.collections.impl.block.procedure.checked.MultimapKeyValuesSerializingProcedure.<init>:(Ljava/io/ObjectOutput;)V
invokeinterface org.eclipse.collections.api.map.ImmutableMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/multimap/ImmutableMultimapSerializationProxy<TK;TV;TR;>;
0 4 1 out Ljava/io/ObjectOutput;
1 4 2 keysCount I
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=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy.createEmptyMutableMultimap:()Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap;
astore 2
start local 2 1: aload 2
aload 1
invokevirtual org.eclipse.collections.impl.multimap.AbstractMutableMultimap.readValuesFrom:(Ljava/io/ObjectInput;)V
2: aload 0
aload 2
putfield org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy.multimapToReadInto:Lorg/eclipse/collections/api/multimap/Multimap;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/multimap/ImmutableMultimapSerializationProxy<TK;TV;TR;>;
0 4 1 in Ljava/io/ObjectInput;
1 4 2 toReadInto Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap<TK;TV;*>;
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
in
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;R::Lorg/eclipse/collections/api/RichIterable<TV;>;>Ljava/lang/Object;
SourceFile: "ImmutableMultimapSerializationProxy.java"