public interface PartitionMutableStack<T> extends PartitionStack<T>
Modifier and Type | Method and Description |
---|---|
void |
add(T t)
Deprecated.
in 5.0
|
MutableStack<T> |
getRejected() |
MutableStack<T> |
getSelected() |
PartitionImmutableStack<T> |
toImmutable() |
MutableStack<T> getSelected()
getSelected
in interface PartitionIterable<T>
getSelected
in interface PartitionStack<T>
MutableStack<T> getRejected()
getRejected
in interface PartitionIterable<T>
getRejected
in interface PartitionStack<T>
PartitionImmutableStack<T> toImmutable()
@Deprecated void add(T t)
Copyright © 2004–2016. All rights reserved.