Uses of Interface
org.pcollections.PSequence
-
Uses of PSequence in org.pcollections
Subinterfaces of PSequence in org.pcollectionsModifier and TypeInterfaceDescriptioninterface
PStack<E>
An immutable, persistent stack.interface
PVector<E>
An immutable, persistent list.Classes in org.pcollections that implement PSequenceModifier and TypeClassDescriptionfinal class
ConsPStack<E>
A simple persistent stack.class
TreePVector<E>
A persistent vector of elements.Fields in org.pcollections declared as PSequenceFields in org.pcollections with type parameters of type PSequenceMethods in org.pcollections that return PSequenceModifier and TypeMethodDescriptionHashPMap.getEntries
(int hash) PSequence.minus
(int i) Returns a sequence consisting of the elements of this without the first occurrence of e.PSequence.minusAll
(Collection<?> list) PSequence.plusAll
(int i, Collection<? extends E> list) PSequence.plusAll
(Collection<? extends E> list) PSequence.subList
(int start, int end) Methods in org.pcollections with parameters of type PSequenceModifier and TypeMethodDescriptionprivate static <K,
V> int HashPMap.keyIndexIn
(PSequence<Map.Entry<K, V>> entries, Object key) Method parameters in org.pcollections with type arguments of type PSequenceConstructor parameters in org.pcollections with type arguments of type PSequence