public class org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy<K, V> extends org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy<K, V, org.eclipse.collections.api.list.ImmutableList<V>> implements java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy
  super_class: org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy this
         0: .line 92
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy.<init>:()V
         1: .line 95
            return
        end local 0 // org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/multimap/list/ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy<TK;TV;>;

  public void <init>(org.eclipse.collections.api.map.ImmutableMap<K, org.eclipse.collections.api.list.ImmutableList<V>>);
    descriptor: (Lorg/eclipse/collections/api/map/ImmutableMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy this
        start local 1 // org.eclipse.collections.api.map.ImmutableMap map
         0: .line 99
            aload 0 /* this */
            aload 1 /* map */
            invokespecial org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy.<init>:(Lorg/eclipse/collections/api/map/ImmutableMap;)V
         1: .line 100
            return
        end local 1 // org.eclipse.collections.api.map.ImmutableMap map
        end local 0 // org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/multimap/list/ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy<TK;TV;>;
            0    2     1   map  Lorg/eclipse/collections/api/map/ImmutableMap<TK;Lorg/eclipse/collections/api/list/ImmutableList<TV;>;>;
    Signature: (Lorg/eclipse/collections/api/map/ImmutableMap<TK;Lorg/eclipse/collections/api/list/ImmutableList<TV;>;>;)V
    MethodParameters:
      Name  Flags
      map   

  protected org.eclipse.collections.impl.multimap.AbstractMutableMultimap<K, V, org.eclipse.collections.api.list.MutableList<V>> createEmptyMutableMultimap();
    descriptor: ()Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy this
         0: .line 105
            new org.eclipse.collections.impl.multimap.list.FastListMultimap
            dup
            invokespecial org.eclipse.collections.impl.multimap.list.FastListMultimap.<init>:()V
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/list/ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap<TK;TV;Lorg/eclipse/collections/api/list/MutableList<TV;>;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/multimap/ImmutableMultimapSerializationProxy<TK;TV;Lorg/eclipse/collections/api/list/ImmutableList<TV;>;>;Ljava/io/Externalizable;
SourceFile: "ImmutableListMultimapImpl.java"
NestHost: org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl
InnerClasses:
  public ImmutableListMultimapSerializationProxy = org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl$ImmutableListMultimapSerializationProxy of org.eclipse.collections.impl.multimap.list.ImmutableListMultimapImpl