public class PartitionArrayStack<T> extends Object implements org.eclipse.collections.api.partition.stack.PartitionMutableStack<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
PartitionArrayStack.PartitionPredicate2Procedure<T,P> |
static class |
PartitionArrayStack.PartitionProcedure<T> |
| Constructor and Description |
|---|
PartitionArrayStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T t) |
org.eclipse.collections.api.stack.MutableStack<T> |
getRejected() |
org.eclipse.collections.api.stack.MutableStack<T> |
getSelected() |
org.eclipse.collections.api.partition.stack.PartitionImmutableStack<T> |
toImmutable() |
public org.eclipse.collections.api.stack.MutableStack<T> getSelected()
getSelected in interface org.eclipse.collections.api.partition.PartitionIterable<T>getSelected in interface org.eclipse.collections.api.partition.stack.PartitionMutableStack<T>getSelected in interface org.eclipse.collections.api.partition.stack.PartitionStack<T>public org.eclipse.collections.api.stack.MutableStack<T> getRejected()
getRejected in interface org.eclipse.collections.api.partition.PartitionIterable<T>getRejected in interface org.eclipse.collections.api.partition.stack.PartitionMutableStack<T>getRejected in interface org.eclipse.collections.api.partition.stack.PartitionStack<T>public org.eclipse.collections.api.partition.stack.PartitionImmutableStack<T> toImmutable()
toImmutable in interface org.eclipse.collections.api.partition.stack.PartitionMutableStack<T>Copyright © 2004–2017. All rights reserved.