Uses of Interface
org.pcollections.PVector
-
Uses of PVector in org.pcollections
Classes in org.pcollections that implement PVectorMethods in org.pcollections that return PVectorModifier and TypeMethodDescriptionPVector.minus
(int i) PVector.minusAll
(Collection<?> list) Returns a vector consisting of the elements of this with e appended.PVector.plusAll
(int i, Collection<? extends E> list) PVector.plusAll
(Collection<? extends E> list) Returns a vector consisting of the elements of this with list appended.PVector.subList
(int start, int end) static <E> PVector
<E> Empty.vector()