Uses of Class
org.pcollections.ConsPStack
-
Uses of ConsPStack in org.pcollections
Fields in org.pcollections declared as ConsPStackModifier and TypeFieldDescriptionprivate static final ConsPStack
<Object> ConsPStack.EMPTY
private final ConsPStack
<E> ConsPStack.rest
Methods in org.pcollections that return ConsPStackModifier and TypeMethodDescriptionstatic <E> ConsPStack
<E> ConsPStack.empty()
static <E> ConsPStack
<E> ConsPStack.from
(Collection<? extends E> list) private static <E> ConsPStack
<E> ConsPStack.minus
(int i) ConsPStack.minusAll
(Collection<?> list) ConsPStack.plusAll
(int i, Collection<? extends E> list) ConsPStack.plusAll
(Collection<? extends E> list) static <E> ConsPStack
<E> ConsPStack.singleton
(E e) ConsPStack.subList
(int start) ConsPStack.subList
(int start, int end) Constructors in org.pcollections with parameters of type ConsPStack