class org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure implements org.eclipse.collections.api.block.procedure.Procedure<org.eclipse.collections.api.tuple.Pair<KK, org.eclipse.collections.api.RichIterable<VV>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private boolean changed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.collections.impl.multimap.AbstractMutableMultimap this$0;
    descriptor: Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.collections.impl.multimap.AbstractMutableMultimap);
    descriptor: (Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure this
         0: .line 221
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure.this$0:Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap$1PutProcedure;
    MethodParameters:
        Name  Flags
      this$0  final

  public void value(org.eclipse.collections.api.tuple.Pair<KK, org.eclipse.collections.api.RichIterable<VV>>);
    descriptor: (Lorg/eclipse/collections/api/tuple/Pair;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure this
        start local 1 // org.eclipse.collections.api.tuple.Pair each
         0: .line 229
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure.changed:Z
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure.this$0:Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap;
            aload 1 /* each */
            invokeinterface org.eclipse.collections.api.tuple.Pair.getOne:()Ljava/lang/Object;
            aload 1 /* each */
            invokeinterface org.eclipse.collections.api.tuple.Pair.getTwo:()Ljava/lang/Object;
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.multimap.AbstractMutableMultimap.putAll:(Ljava/lang/Object;Ljava/lang/Iterable;)Z
            ior
            putfield org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure.changed:Z
         1: .line 230
            return
        end local 1 // org.eclipse.collections.api.tuple.Pair each
        end local 0 // org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap$1PutProcedure;
            0    2     1  each  Lorg/eclipse/collections/api/tuple/Pair<TKK;Lorg/eclipse/collections/api/RichIterable<TVV;>;>;
    Signature: (Lorg/eclipse/collections/api/tuple/Pair<TKK;Lorg/eclipse/collections/api/RichIterable<TVV;>;>;)V
    MethodParameters:
      Name  Flags
      each  

  public void value(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.tuple.Pair
            invokevirtual org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure.value:(Lorg/eclipse/collections/api/tuple/Pair;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure<Lorg/eclipse/collections/api/tuple/Pair<TKK;Lorg/eclipse/collections/api/RichIterable<TVV;>;>;>;
SourceFile: "AbstractMutableMultimap.java"
EnclosingMethod: org.eclipse.collections.impl.multimap.AbstractMutableMultimap.putAllReadOnlyMultimap:(Lorg/eclipse/collections/api/multimap/Multimap;)Z
NestHost: org.eclipse.collections.impl.multimap.AbstractMutableMultimap
InnerClasses:
  PutProcedure = org.eclipse.collections.impl.multimap.AbstractMutableMultimap$1PutProcedure