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

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

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

  public abstract org.eclipse.collections.api.list.primitive.ImmutableIntList of(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      one   

  public abstract org.eclipse.collections.api.list.primitive.ImmutableIntList with(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      one   

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

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

  public abstract org.eclipse.collections.api.list.primitive.ImmutableIntList ofAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.list.primitive.ImmutableIntList withAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

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

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

  public abstract org.eclipse.collections.api.list.primitive.ImmutableIntList ofAll(java.util.stream.IntStream);
    descriptor: (Ljava/util/stream/IntStream;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.list.primitive.ImmutableIntList withAll(java.util.stream.IntStream);
    descriptor: (Ljava/util/stream/IntStream;)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  
}
SourceFile: "ImmutableIntListFactory.java"