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

  public <T> org.eclipse.collections.api.stack.MutableStack<T> of();
    descriptor: ()Lorg/eclipse/collections/api/stack/MutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
         0: .line 29
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.stack.MutableStackFactory.empty:()Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
        end local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/api/factory/stack/MutableStackFactory;
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/stack/MutableStack<TT;>;

  public <T> org.eclipse.collections.api.stack.MutableStack<T> with();
    descriptor: ()Lorg/eclipse/collections/api/stack/MutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
         0: .line 37
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.stack.MutableStackFactory.empty:()Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
        end local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/api/factory/stack/MutableStackFactory;
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/stack/MutableStack<TT;>;

  public <T> org.eclipse.collections.api.stack.MutableStack<T> of(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/MutableStack;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
        start local 1 // java.lang.Object[] elements
         0: .line 45
            aload 0 /* this */
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.factory.stack.MutableStackFactory.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/api/factory/stack/MutableStackFactory;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/stack/MutableStack<TT;>;
    MethodParameters:
          Name  Flags
      elements  

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

  public <T> org.eclipse.collections.api.stack.MutableStack<T> ofAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/MutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
        start local 1 // java.lang.Iterable elements
         0: .line 55
            aload 0 /* this */
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.factory.stack.MutableStackFactory.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
        end local 1 // java.lang.Iterable elements
        end local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/api/factory/stack/MutableStackFactory;
            0    1     1  elements  Ljava/lang/Iterable<+TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/stack/MutableStack<TT;>;
    MethodParameters:
          Name  Flags
      elements  

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

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

  public <T> org.eclipse.collections.api.stack.MutableStack<T> ofReversed(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/MutableStack;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
        start local 1 // java.lang.Object[] elements
         0: .line 70
            aload 0 /* this */
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.factory.stack.MutableStackFactory.withReversed:([Ljava/lang/Object;)Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/api/factory/stack/MutableStackFactory;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/stack/MutableStack<TT;>;
    MethodParameters:
          Name  Flags
      elements  

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

  public <T> org.eclipse.collections.api.stack.MutableStack<T> ofAllReversed(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/MutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
        start local 1 // java.lang.Iterable items
         0: .line 80
            aload 0 /* this */
            aload 1 /* items */
            invokeinterface org.eclipse.collections.api.factory.stack.MutableStackFactory.withAllReversed:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
        end local 1 // java.lang.Iterable items
        end local 0 // org.eclipse.collections.api.factory.stack.MutableStackFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/api/factory/stack/MutableStackFactory;
            0    1     1  items  Ljava/lang/Iterable<+TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/stack/MutableStack<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public abstract <T> org.eclipse.collections.api.stack.MutableStack<T> withAllReversed(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/MutableStack;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/stack/MutableStack<TT;>;
    MethodParameters:
       Name  Flags
      items  
}
SourceFile: "MutableStackFactory.java"