class org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1 extends org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2<K, org.eclipse.collections.api.bag.MutableBag<V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1
  super_class: org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2
{
  final org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap this$0;
    descriptor: Lorg/eclipse/collections/impl/multimap/bag/AbstractMutableBagMultimap;
    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.AbstractMutableBagMultimap, java.io.ObjectOutput);
    descriptor: (Lorg/eclipse/collections/impl/multimap/bag/AbstractMutableBagMultimap;Ljava/io/ObjectOutput;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1 this
         0: .line 85
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1.this$0:Lorg/eclipse/collections/impl/multimap/bag/AbstractMutableBagMultimap;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1.val$out:Ljava/io/ObjectOutput;
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/bag/AbstractMutableBagMultimap$1;
    MethodParameters:
         Name  Flags
      this$0   final
      val$out  final

  public void safeValue(K, org.eclipse.collections.api.bag.MutableBag<V>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/bag/MutableBag;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1 this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.api.bag.MutableBag bag
         0: .line 89
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1.val$out:Ljava/io/ObjectOutput;
            aload 1 /* key */
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 90
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1.val$out:Ljava/io/ObjectOutput;
            aload 2 /* bag */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.sizeDistinct:()I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         2: .line 91
            aload 2 /* bag */
            new org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1.val$out:Ljava/io/ObjectOutput;
            invokespecial org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1$1.<init>:(Lorg/eclipse/collections/impl/multimap/bag/AbstractMutableBagMultimap$1;Ljava/io/ObjectOutput;)V
            invokeinterface org.eclipse.collections.api.bag.MutableBag.forEachWithOccurrences:(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
         3: .line 99
            return
        end local 2 // org.eclipse.collections.api.bag.MutableBag bag
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/multimap/bag/AbstractMutableBagMultimap$1;
            0    4     1   key  TK;
            0    4     2   bag  Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
    Exceptions:
      throws java.io.IOException
    Signature: (TK;Lorg/eclipse/collections/api/bag/MutableBag<TV;>;)V
    MethodParameters:
      Name  Flags
      key   
      bag   

  public void safeValue(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            aload 2
            checkcast org.eclipse.collections.api.bag.MutableBag
            invokevirtual org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1.safeValue:(Ljava/lang/Object;Lorg/eclipse/collections/api/bag/MutableBag;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lorg/eclipse/collections/impl/block/procedure/checked/CheckedProcedure2<TK;Lorg/eclipse/collections/api/bag/MutableBag<TV;>;>;
SourceFile: "AbstractMutableBagMultimap.java"
EnclosingMethod: org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap.writeExternal:(Ljava/io/ObjectOutput;)V
NestHost: org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap
InnerClasses:
  org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1
  org.eclipse.collections.impl.multimap.bag.AbstractMutableBagMultimap$1$1