public interface org.eclipse.collections.api.factory.list.primitive.MutableIntListFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.factory.list.primitive.MutableIntListFactory
  super_class: java.lang.Object
{
  public abstract org.eclipse.collections.api.list.primitive.MutableIntList empty();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.list.primitive.MutableIntList of();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.list.primitive.MutableIntList with();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public org.eclipse.collections.api.list.primitive.MutableIntList withInitialCapacity(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.factory.list.primitive.MutableIntListFactory this
        start local 1 // int capacity
         0: .line 43
            new java.lang.UnsupportedOperationException
            dup
            ldc "Default method to ensure backwards compatibility"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int capacity
        end local 0 // org.eclipse.collections.api.factory.list.primitive.MutableIntListFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/api/factory/list/primitive/MutableIntListFactory;
            0    1     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public abstract org.eclipse.collections.api.list.primitive.MutableIntList of(int[]);
    descriptor: ([I)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.list.primitive.MutableIntList with(int[]);
    descriptor: ([I)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public org.eclipse.collections.api.list.primitive.MutableIntList wrapCopy(int[]);
    descriptor: ([I)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.api.factory.list.primitive.MutableIntListFactory this
        start local 1 // int[] array
         0: .line 64
            aload 1 /* array */
            arraylength
            newarray 10
            astore 2 /* newArray */
        start local 2 // int[] newArray
         1: .line 65
            aload 1 /* array */
            iconst_0
            aload 2 /* newArray */
            iconst_0
            aload 1 /* array */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 66
            aload 0 /* this */
            aload 2 /* newArray */
            invokeinterface org.eclipse.collections.api.factory.list.primitive.MutableIntListFactory.with:([I)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
            areturn
        end local 2 // int[] newArray
        end local 1 // int[] array
        end local 0 // org.eclipse.collections.api.factory.list.primitive.MutableIntListFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/api/factory/list/primitive/MutableIntListFactory;
            0    3     1     array  [I
            1    3     2  newArray  [I
    MethodParameters:
       Name  Flags
      array  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.list.primitive.MutableIntList ofAll(java.lang.Iterable<java.lang.Integer>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Iterable<Ljava/lang/Integer;>;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    MethodParameters:
          Name  Flags
      iterable  

  public abstract org.eclipse.collections.api.list.primitive.MutableIntList withAll(java.lang.Iterable<java.lang.Integer>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Iterable<Ljava/lang/Integer;>;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    MethodParameters:
          Name  Flags
      iterable  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  
}
SourceFile: "MutableIntListFactory.java"