public class at.yawk.numaec.MutableIntBufferListFactory implements org.eclipse.collections.api.factory.list.primitive.MutableIntListFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: at.yawk.numaec.MutableIntBufferListFactory
  super_class: java.lang.Object
{
  private final at.yawk.numaec.LargeByteBufferAllocator allocator;
    descriptor: Lat/yawk/numaec/LargeByteBufferAllocator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(at.yawk.numaec.LargeByteBufferAllocator);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
        start local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 12
            aload 0 /* this */
            aload 1 /* allocator */
            putfield at.yawk.numaec.MutableIntBufferListFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
         2: .line 13
            return
        end local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lat/yawk/numaec/MutableIntBufferListFactory;
            0    3     1  allocator  Lat/yawk/numaec/LargeByteBufferAllocator;
    MethodParameters:
           Name  Flags
      allocator  

  public static at.yawk.numaec.MutableIntBufferListFactory withAllocator(at.yawk.numaec.LargeByteBufferAllocator);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;)Lat/yawk/numaec/MutableIntBufferListFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.LargeByteBufferAllocator allocator
         0: .line 16
            new at.yawk.numaec.MutableIntBufferListFactory
            dup
            aload 0 /* allocator */
            invokespecial at.yawk.numaec.MutableIntBufferListFactory.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;)V
            areturn
        end local 0 // at.yawk.numaec.LargeByteBufferAllocator allocator
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  allocator  Lat/yawk/numaec/LargeByteBufferAllocator;
    MethodParameters:
           Name  Flags
      allocator  

  public at.yawk.numaec.MutableIntBufferList empty();
    descriptor: ()Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
         0: .line 21
            new at.yawk.numaec.IntBufferListImpl$Mutable
            dup
            aload 0 /* this */
            getfield at.yawk.numaec.MutableIntBufferListFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
            invokespecial at.yawk.numaec.IntBufferListImpl$Mutable.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;)V
            areturn
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/MutableIntBufferListFactory;

  public at.yawk.numaec.MutableIntBufferList emptyWithInitialCapacity(int);
    descriptor: (I)Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
        start local 1 // int initialCapacity
         0: .line 25
            new at.yawk.numaec.IntBufferListImpl$Mutable
            dup
            aload 0 /* this */
            getfield at.yawk.numaec.MutableIntBufferListFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
            iload 1 /* initialCapacity */
            invokespecial at.yawk.numaec.IntBufferListImpl$Mutable.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;I)V
            areturn
        end local 1 // int initialCapacity
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lat/yawk/numaec/MutableIntBufferListFactory;
            0    1     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public at.yawk.numaec.MutableIntBufferList of();
    descriptor: ()Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
         0: .line 30
            aload 0 /* this */
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.empty:()Lat/yawk/numaec/MutableIntBufferList;
            areturn
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/MutableIntBufferListFactory;

  public at.yawk.numaec.MutableIntBufferList with();
    descriptor: ()Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
         0: .line 35
            aload 0 /* this */
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.empty:()Lat/yawk/numaec/MutableIntBufferList;
            areturn
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/MutableIntBufferListFactory;

  public at.yawk.numaec.MutableIntBufferList of(int[]);
    descriptor: ([I)Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
        start local 1 // int[] items
         0: .line 40
            aload 0 /* this */
            aload 1 /* items */
            arraylength
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.emptyWithInitialCapacity:(I)Lat/yawk/numaec/MutableIntBufferList;
            astore 2 /* list */
        start local 2 // at.yawk.numaec.MutableIntBufferList list
         1: .line 41
            aload 2 /* list */
            aload 1 /* items */
            invokeinterface at.yawk.numaec.MutableIntBufferList.addAll:([I)Z
            pop
         2: .line 42
            aload 2 /* list */
            areturn
        end local 2 // at.yawk.numaec.MutableIntBufferList list
        end local 1 // int[] items
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lat/yawk/numaec/MutableIntBufferListFactory;
            0    3     1  items  [I
            1    3     2   list  Lat/yawk/numaec/MutableIntBufferList;
    MethodParameters:
       Name  Flags
      items  

  public at.yawk.numaec.MutableIntBufferList with(int[]);
    descriptor: ([I)Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
        start local 1 // int[] items
         0: .line 47
            aload 0 /* this */
            aload 1 /* items */
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.of:([I)Lat/yawk/numaec/MutableIntBufferList;
            areturn
        end local 1 // int[] items
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lat/yawk/numaec/MutableIntBufferListFactory;
            0    1     1  items  [I
    MethodParameters:
       Name  Flags
      items  

  public at.yawk.numaec.MutableIntBufferList ofAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
        start local 1 // org.eclipse.collections.api.IntIterable items
         0: .line 52
            aload 0 /* this */
            aload 1 /* items */
            invokeinterface org.eclipse.collections.api.IntIterable.size:()I
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.emptyWithInitialCapacity:(I)Lat/yawk/numaec/MutableIntBufferList;
            astore 2 /* list */
        start local 2 // at.yawk.numaec.MutableIntBufferList list
         1: .line 53
            aload 2 /* list */
            aload 1 /* items */
            invokeinterface at.yawk.numaec.MutableIntBufferList.addAll:(Lorg/eclipse/collections/api/IntIterable;)Z
            pop
         2: .line 54
            aload 2 /* list */
            areturn
        end local 2 // at.yawk.numaec.MutableIntBufferList list
        end local 1 // org.eclipse.collections.api.IntIterable items
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lat/yawk/numaec/MutableIntBufferListFactory;
            0    3     1  items  Lorg/eclipse/collections/api/IntIterable;
            1    3     2   list  Lat/yawk/numaec/MutableIntBufferList;
    MethodParameters:
       Name  Flags
      items  

  public at.yawk.numaec.MutableIntBufferList withAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
        start local 1 // org.eclipse.collections.api.IntIterable items
         0: .line 59
            aload 0 /* this */
            aload 1 /* items */
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.ofAll:(Lorg/eclipse/collections/api/IntIterable;)Lat/yawk/numaec/MutableIntBufferList;
            areturn
        end local 1 // org.eclipse.collections.api.IntIterable items
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lat/yawk/numaec/MutableIntBufferListFactory;
            0    1     1  items  Lorg/eclipse/collections/api/IntIterable;
    MethodParameters:
       Name  Flags
      items  

  public at.yawk.numaec.MutableIntBufferList ofAll(java.lang.Iterable<java.lang.Integer>);
    descriptor: (Ljava/lang/Iterable;)Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
        start local 1 // java.lang.Iterable iterable
         0: .line 64
            aload 0 /* this */
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.of:()Lat/yawk/numaec/MutableIntBufferList;
            astore 2 /* list */
        start local 2 // at.yawk.numaec.MutableIntBufferList list
         1: .line 65
            aload 1 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: at.yawk.numaec.MutableIntBufferListFactory java.lang.Iterable at.yawk.numaec.MutableIntBufferList top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 3 /* element */
        start local 3 // java.lang.Integer element
         3: .line 66
            aload 2 /* list */
            aload 3 /* element */
            invokevirtual java.lang.Integer.intValue:()I
            invokeinterface at.yawk.numaec.MutableIntBufferList.add:(I)Z
            pop
        end local 3 // java.lang.Integer element
         4: .line 65
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 68
            aload 2 /* list */
            areturn
        end local 2 // at.yawk.numaec.MutableIntBufferList list
        end local 1 // java.lang.Iterable iterable
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lat/yawk/numaec/MutableIntBufferListFactory;
            0    6     1  iterable  Ljava/lang/Iterable<Ljava/lang/Integer;>;
            1    6     2      list  Lat/yawk/numaec/MutableIntBufferList;
            3    4     3   element  Ljava/lang/Integer;
    Signature: (Ljava/lang/Iterable<Ljava/lang/Integer;>;)Lat/yawk/numaec/MutableIntBufferList;
    MethodParameters:
          Name  Flags
      iterable  

  public at.yawk.numaec.MutableIntBufferList withAll(java.lang.Iterable<java.lang.Integer>);
    descriptor: (Ljava/lang/Iterable;)Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
        start local 1 // java.lang.Iterable iterable
         0: .line 73
            aload 0 /* this */
            aload 1 /* iterable */
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.ofAll:(Ljava/lang/Iterable;)Lat/yawk/numaec/MutableIntBufferList;
            areturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/MutableIntBufferListFactory;
            0    1     1  iterable  Ljava/lang/Iterable<Ljava/lang/Integer;>;
    Signature: (Ljava/lang/Iterable<Ljava/lang/Integer;>;)Lat/yawk/numaec/MutableIntBufferList;
    MethodParameters:
          Name  Flags
      iterable  

  public at.yawk.numaec.MutableIntBufferList ofAll(java.util.stream.IntStream);
    descriptor: (Ljava/util/stream/IntStream;)Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
        start local 1 // java.util.stream.IntStream stream
         0: .line 78
            aload 0 /* this */
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.of:()Lat/yawk/numaec/MutableIntBufferList;
            astore 2 /* list */
        start local 2 // at.yawk.numaec.MutableIntBufferList list
         1: .line 79
            aload 1 /* stream */
            aload 2 /* list */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lat/yawk/numaec/MutableIntBufferList;)Ljava/util/function/IntConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)V
                  org/eclipse/collections/api/collection/primitive/MutableIntCollection.add(I)Z (9 itf)
                  (I)V
            invokeinterface java.util.stream.IntStream.forEach:(Ljava/util/function/IntConsumer;)V
         2: .line 80
            aload 2 /* list */
            areturn
        end local 2 // at.yawk.numaec.MutableIntBufferList list
        end local 1 // java.util.stream.IntStream stream
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lat/yawk/numaec/MutableIntBufferListFactory;
            0    3     1  stream  Ljava/util/stream/IntStream;
            1    3     2    list  Lat/yawk/numaec/MutableIntBufferList;
    MethodParameters:
        Name  Flags
      stream  

  public at.yawk.numaec.MutableIntBufferList withAll(java.util.stream.IntStream);
    descriptor: (Ljava/util/stream/IntStream;)Lat/yawk/numaec/MutableIntBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableIntBufferListFactory this
        start local 1 // java.util.stream.IntStream stream
         0: .line 85
            aload 0 /* this */
            aload 1 /* stream */
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.ofAll:(Ljava/util/stream/IntStream;)Lat/yawk/numaec/MutableIntBufferList;
            areturn
        end local 1 // java.util.stream.IntStream stream
        end local 0 // at.yawk.numaec.MutableIntBufferListFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lat/yawk/numaec/MutableIntBufferListFactory;
            0    1     1  stream  Ljava/util/stream/IntStream;
    MethodParameters:
        Name  Flags
      stream  

  public org.eclipse.collections.api.list.primitive.MutableIntList withAll(java.util.stream.IntStream);
    descriptor: (Ljava/util/stream/IntStream;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.withAll:(Ljava/util/stream/IntStream;)Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableIntList withAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.withAll:(Ljava/lang/Iterable;)Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableIntList withAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.withAll:(Lorg/eclipse/collections/api/IntIterable;)Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableIntList with(int[]);
    descriptor: ([I)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.with:([I)Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableIntList with();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.with:()Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableIntList of(int[]);
    descriptor: ([I)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.of:([I)Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableIntList of();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.of:()Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableIntList empty();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.empty:()Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableIntList ofAll(java.util.stream.IntStream);
    descriptor: (Ljava/util/stream/IntStream;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.ofAll:(Ljava/util/stream/IntStream;)Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableIntList ofAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.ofAll:(Ljava/lang/Iterable;)Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableIntList ofAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableIntBufferListFactory.ofAll:(Lorg/eclipse/collections/api/IntIterable;)Lat/yawk/numaec/MutableIntBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MutableIntBufferListFactory.java"
InnerClasses:
  public Mutable = at.yawk.numaec.IntBufferListImpl$Mutable of at.yawk.numaec.IntBufferListImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles