Uses of Interface
org.pcollections.PStack
-
Uses of PStack in org.pcollections
Classes in org.pcollections that implement PStackFields in org.pcollections declared as PStackModifier and TypeFieldDescriptionAmortizedPQueue.back
AmortizedPQueue.front
IntTree.EntryIterator.stack
Methods in org.pcollections that return PStackModifier and TypeMethodDescriptionPStack.minus
(int i) PStack.minusAll
(Collection<?> list) Returns a stack consisting of the elements of this with e prepended.PStack.plusAll
(int i, Collection<? extends E> list) PStack.plusAll
(Collection<? extends E> list) Returns a stack consisting of the elements of this with list prepended in reverse.static <E> PStack
<E> Empty.stack()
PStack.subList
(int start) PStack.subList
(int start, int end) Constructors in org.pcollections with parameters of type PStack