class org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1 implements org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1
  super_class: java.lang.Object
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.Object[] val$newKeys;
    descriptor: [Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int[] val$newCounts;
    descriptor: [I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.lang.Object[], int[]);
    descriptor: ([Ljava/lang/Object;[I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1 this
         0: .line 79
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1.val$newKeys:[Ljava/lang/Object;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1.val$newCounts:[I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/immutable/ImmutableArrayBag$1;
    MethodParameters:
               Name  Flags
      val$newKeys    final
      val$newCounts  final

  public void value(T, );
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1 this
        start local 1 // java.lang.Object each
        start local 2 // int count
         0: .line 85
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1.val$newKeys:[Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1.index:I
            aload 1 /* each */
            aastore
         1: .line 86
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1.val$newCounts:[I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1.index:I
            iload 2 /* count */
            iastore
         2: .line 87
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1.index:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1.index:I
         3: .line 88
            return
        end local 2 // int count
        end local 1 // java.lang.Object each
        end local 0 // org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/collections/impl/bag/immutable/ImmutableArrayBag$1;
            0    4     1   each  TT;
            0    4     2  count  I
    Signature: (TT;I)V
    MethodParameters:
       Name  Flags
      each   
      count  
}
Signature: Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<TT;>;
SourceFile: "ImmutableArrayBag.java"
EnclosingMethod: org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag.copyFrom:(Lorg/eclipse/collections/api/bag/Bag;)Lorg/eclipse/collections/impl/bag/immutable/ImmutableArrayBag;
NestHost: org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag
InnerClasses:
  org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag$1