Uses of Interface
org.pcollections.PSequence
-
Uses of PSequence in org.pcollections
Subinterfaces of PSequence in org.pcollectionsModifier and TypeInterfaceDescriptioninterfacePStack<E>An immutable, persistent stack.interfacePVector<E>An immutable, persistent list.Classes in org.pcollections that implement PSequenceModifier and TypeClassDescriptionfinal classConsPStack<E>A simple persistent stack.classTreePVector<E>A persistent vector of elements.Fields in org.pcollections declared as PSequenceFields in org.pcollections with type parameters of type PSequenceModifier and TypeFieldDescriptionHashPMap.SequenceIterator.iHashPMap.intMap/ PRIVATE CONSTRUCTORS ////Methods in org.pcollections that return PSequenceModifier and TypeMethodDescriptionHashPMap.getEntries(int hash) / PRIVATE UTILITIES ////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) / PRIVATE STATIC UTILITIES ////Method parameters in org.pcollections with type arguments of type PSequenceConstructor parameters in org.pcollections with type arguments of type PSequence