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/ STATIC FACTORY METHODS ////private final ConsPStack<E> ConsPStack.restMethods 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) / IMPLEMENTED METHODS OF PStack ////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) / OVERRIDDEN METHODS FROM AbstractSequentialList ////Constructors in org.pcollections with parameters of type ConsPStack