@Immutable public class PartitionImmutableStackImpl<T> extends Object implements org.eclipse.collections.api.partition.stack.PartitionImmutableStack<T>
| Constructor and Description |
|---|
PartitionImmutableStackImpl(PartitionArrayStack<T> partitionArrayStack) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.ImmutableStack<T> |
getRejected() |
org.eclipse.collections.api.stack.ImmutableStack<T> |
getSelected() |
public PartitionImmutableStackImpl(PartitionArrayStack<T> partitionArrayStack)
public org.eclipse.collections.api.stack.ImmutableStack<T> getSelected()
getSelected in interface org.eclipse.collections.api.partition.PartitionIterable<T>getSelected in interface org.eclipse.collections.api.partition.stack.PartitionImmutableStack<T>getSelected in interface org.eclipse.collections.api.partition.stack.PartitionStack<T>public org.eclipse.collections.api.stack.ImmutableStack<T> getRejected()
getRejected in interface org.eclipse.collections.api.partition.PartitionIterable<T>getRejected in interface org.eclipse.collections.api.partition.stack.PartitionImmutableStack<T>getRejected in interface org.eclipse.collections.api.partition.stack.PartitionStack<T>Copyright © 2004–2017. All rights reserved.