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

  public abstract org.eclipse.collections.api.stack.MutableStack<T> getRejected();
    descriptor: ()Lorg/eclipse/collections/api/stack/MutableStack;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/eclipse/collections/api/stack/MutableStack<TT;>;

  public abstract org.eclipse.collections.api.partition.stack.PartitionImmutableStack<T> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/partition/stack/PartitionImmutableStack;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/eclipse/collections/api/partition/stack/PartitionImmutableStack<TT;>;

  public abstract void add();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      t     

  public org.eclipse.collections.api.RichIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.stack.PartitionMutableStack.getRejected:()Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.stack.PartitionMutableStack.getRejected:()Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.stack.StackIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/stack/StackIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.stack.PartitionMutableStack.getRejected:()Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.stack.PartitionMutableStack.getSelected:()Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.stack.PartitionMutableStack.getSelected:()Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.stack.StackIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/stack/StackIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.stack.PartitionMutableStack.getSelected:()Lorg/eclipse/collections/api/stack/MutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/partition/stack/PartitionStack<TT;>;
SourceFile: "PartitionMutableStack.java"