E - public interface PStack<E> extends PSequence<E>
| Modifier and Type | Method and Description |
|---|---|
PStack<E> |
minus(int i) |
PStack<E> |
minus(Object e)
Returns a sequence consisting of the elements of this without the first occurrence of e.
|
PStack<E> |
minusAll(Collection<?> list) |
PStack<E> |
plus(E e)
Returns a stack consisting of the elements of this with e prepended.
|
PStack<E> |
plus(int i,
E e) |
PStack<E> |
plusAll(Collection<? extends E> list)
Returns a stack consisting of the elements of this with list prepended in reverse.
|
PStack<E> |
plusAll(int i,
Collection<? extends E> list) |
PStack<E> |
subList(int start) |
PStack<E> |
subList(int start,
int end) |
PStack<E> |
with(int i,
E e) |
PStack<E> plusAll(Collection<? extends E> list)
PStack<E> plusAll(int i, Collection<? extends E> list)
PStack<E> minus(Object e)
PSequencePStack<E> minusAll(Collection<?> list)
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015