Class PartitionImmutableStackImpl<T>
java.lang.Object
org.eclipse.collections.impl.partition.stack.PartitionImmutableStackImpl<T>
- All Implemented Interfaces:
PartitionOrderedIterable<T>,PartitionIterable<T>,PartitionImmutableStack<T>,PartitionStack<T>
public class PartitionImmutableStackImpl<T> extends Object implements PartitionImmutableStack<T>
-
Constructor Summary
Constructors Constructor Description PartitionImmutableStackImpl(PartitionArrayStack<T> partitionArrayStack) -
Method Summary
Modifier and Type Method Description ImmutableStack<T>getRejected()ImmutableStack<T>getSelected()
-
Constructor Details
-
Method Details
-
getSelected
- Specified by:
getSelectedin interfacePartitionImmutableStack<T>- Specified by:
getSelectedin interfacePartitionIterable<T>- Specified by:
getSelectedin interfacePartitionOrderedIterable<T>- Specified by:
getSelectedin interfacePartitionStack<T>
-
getRejected
- Specified by:
getRejectedin interfacePartitionImmutableStack<T>- Specified by:
getRejectedin interfacePartitionIterable<T>- Specified by:
getRejectedin interfacePartitionOrderedIterable<T>- Specified by:
getRejectedin interfacePartitionStack<T>
-