class org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy<K, V> implements java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy
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, org.eclipse.collections.api.bag.ImmutableBag<V>> map;
descriptor: Lorg/eclipse/collections/api/map/ImmutableMap;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/eclipse/collections/api/map/ImmutableMap<TK;Lorg/eclipse/collections/api/bag/ImmutableBag<TV;>;>;
private org.eclipse.collections.api.multimap.MutableMultimap<K, V> multimap;
descriptor: Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/eclipse/collections/api/multimap/MutableMultimap<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/multimap/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy<TK;TV;>;
private void <init>(org.eclipse.collections.api.map.ImmutableMap<K, org.eclipse.collections.api.bag.ImmutableBag<V>>);
descriptor: (Lorg/eclipse/collections/api/map/ImmutableMap;)V
flags: (0x0002) ACC_PRIVATE
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.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy.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/multimap/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy<TK;TV;>;
0 3 1 map Lorg/eclipse/collections/api/map/ImmutableMap<TK;Lorg/eclipse/collections/api/bag/ImmutableBag<TV;>;>;
Signature: (Lorg/eclipse/collections/api/map/ImmutableMap<TK;Lorg/eclipse/collections/api/bag/ImmutableBag<TV;>;>;)V
MethodParameters:
Name Flags
map
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.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy.multimap:Lorg/eclipse/collections/api/multimap/MutableMultimap;
invokeinterface org.eclipse.collections.api.multimap.MutableMultimap.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/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy<TK;TV;>;
public void readExternal(java.io.ObjectInput);
descriptor: (Ljava/io/ObjectInput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=10, args_size=2
start local 0 start local 1 0: aload 0
new org.eclipse.collections.impl.multimap.bag.HashBagMultimap
dup
invokespecial org.eclipse.collections.impl.multimap.bag.HashBagMultimap.<init>:()V
putfield org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy.multimap:Lorg/eclipse/collections/api/multimap/MutableMultimap;
1: aload 1
invokeinterface java.io.ObjectInput.readInt:()I
istore 2
start local 2 2: iconst_0
istore 3
start local 3 3: goto 16
4: StackMap locals: int int
StackMap stack:
aload 1
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
astore 4
start local 4 5: aload 1
invokeinterface java.io.ObjectInput.readInt:()I
istore 5
start local 5 6: getstatic org.eclipse.collections.impl.factory.Bags.mutable:Lorg/eclipse/collections/api/factory/bag/MutableBagFactory;
invokeinterface org.eclipse.collections.api.factory.bag.MutableBagFactory.empty:()Lorg/eclipse/collections/api/bag/MutableBag;
astore 6
start local 6 7: iconst_0
istore 7
start local 7 8: goto 13
9: StackMap locals: org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy java.io.ObjectInput int int java.lang.Object int org.eclipse.collections.api.bag.MutableBag int
StackMap stack:
aload 1
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
astore 8
start local 8 10: aload 1
invokeinterface java.io.ObjectInput.readInt:()I
istore 9
start local 9 11: aload 6
aload 8
iload 9
invokeinterface org.eclipse.collections.api.bag.MutableBag.addOccurrences:(Ljava/lang/Object;I)I
pop
end local 9 end local 8 12: iinc 7 1
StackMap locals:
StackMap stack:
13: iload 7
iload 5
if_icmplt 9
end local 7 14: aload 0
getfield org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy.multimap:Lorg/eclipse/collections/api/multimap/MutableMultimap;
aload 4
aload 6
invokeinterface org.eclipse.collections.api.multimap.MutableMultimap.putAll:(Ljava/lang/Object;Ljava/lang/Iterable;)Z
pop
end local 6 end local 5 end local 4 15: iinc 3 1
StackMap locals: org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy java.io.ObjectInput int int
StackMap stack:
16: iload 3
iload 2
if_icmplt 4
end local 3 17: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/eclipse/collections/impl/multimap/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy<TK;TV;>;
0 18 1 in Ljava/io/ObjectInput;
2 18 2 keyCount I
3 17 3 i I
5 15 4 key TK;
6 15 5 valuesSize I
7 15 6 bag Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
8 14 7 j I
10 12 8 value TV;
11 12 9 count I
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
in
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 0
getfield org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy.map: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.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy.map:Lorg/eclipse/collections/api/map/ImmutableMap;
new org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy$1.<init>:(Lorg/eclipse/collections/impl/multimap/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy;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/bag/ImmutableBagMultimapImpl$ImmutableBagMultimapSerializationProxy<TK;TV;>;
0 4 1 out Ljava/io/ObjectOutput;
1 4 2 keysCount I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Externalizable;
SourceFile: "ImmutableBagMultimapImpl.java"
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