public interface org.eclipse.collections.api.factory.list.FixedSizeListFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.factory.list.FixedSizeListFactory
  super_class: java.lang.Object
{
  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> empty();
    descriptor: ()Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> of();
    descriptor: ()Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> with();
    descriptor: ()Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
      Name  Flags
      one   

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
      Name  Flags
      one   

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
      Name  Flags
      one   
      two   

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
      Name  Flags
      one   
      two   

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T, T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;TT;TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      one    
      two    
      three  

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T, T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;TT;TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      one    
      two    
      three  

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T, T, T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;TT;TT;TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      one    
      two    
      three  
      four   

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T, T, T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;TT;TT;TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      one    
      two    
      three  
      four   

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T, T, T, T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;TT;TT;TT;TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      one    
      two    
      three  
      four   
      five   

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T, T, T, T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;TT;TT;TT;TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      one    
      two    
      three  
      four   
      five   

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T, T, T, T, T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;TT;TT;TT;TT;TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      one    
      two    
      three  
      four   
      five   
      six    

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T, T, T, T, T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;TT;TT;TT;TT;TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      one    
      two    
      three  
      four   
      five   
      six    

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> of(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> with(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> ofAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> withAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public abstract <T> org.eclipse.collections.api.list.FixedSizeList<T> fromStream(java.util.stream.Stream<? extends T>);
    descriptor: (Ljava/util/stream/Stream;)Lorg/eclipse/collections/api/list/FixedSizeList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/util/stream/Stream<+TT;>;)Lorg/eclipse/collections/api/list/FixedSizeList<TT;>;
    MethodParameters:
        Name  Flags
      stream  
}
SourceFile: "FixedSizeListFactory.java"