Interface XPutGetSequence<E>
- 
- All Superinterfaces:
- CapacityCarrying,- CapacityExtendable,- Consumer<E>,- Copyable,- ExtendedCollection<E>,- ExtendedSequence<E>,- Iterable<E>,- OptimizableCollection,- Sized,- XAddGetCollection<E>,- XAddingCollection<E>,- XAddingSequence<E>,- XGettingCollection<E>,- XGettingSequence<E>,- XIndexIterable<E>,- XIterable<E>,- XJoinable<E>,- XPutGetCollection<E>,- XPuttingCollection<E>,- XPuttingSequence<E>
 - All Known Subinterfaces:
- XBasicEnum<E>,- XBasicList<E>,- XBasicSequence<E>,- XBasicTable<K,V>,- XBasicTable.Keys<K,V>,- XChart<K,V>,- XChart.Keys<K,V>,- XEnum<E>,- XLadder<E>,- XList<E>,- XPutGetEnum<E>,- XPutGetList<E>,- XRank<E>,- XSequence<E>,- XSortation<E>,- XTable<K,V>,- XTable.Keys<K,V>
 - All Known Implementing Classes:
- ArrayCollector,- BulkList,- EqBulkList,- EqHashEnum,- EqHashTable,- EqHashTable.Keys,- HashEnum,- HashTable,- HashTable.Keys,- LimitList,- LockedList,- Single,- SubList,- SynchList
 
 public interface XPutGetSequence<E> extends XPuttingSequence<E>, XGettingSequence<E>, XPutGetCollection<E> 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceXPutGetSequence.Factory<E>- 
Nested classes/interfaces inherited from interface one.microstream.typing.CopyableCopyable.Static
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollectionExtendedCollection.Creator<E,C extends ExtendedCollection<E>>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingCollectionXGettingCollection.Creator<E>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterableXIterable.Executor<E>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XPutGetCollectionXPutGetCollection.Creator<E>
 - 
Nested classes/interfaces inherited from interface one.microstream.collections.types.XPuttingSequenceXPuttingSequence.Creator<E>
 
- 
 - 
Method SummaryModifier and Type Method Description XPutGetSequence<E>addAll(E... elements)XPutGetSequence<E>addAll(E[] elements, int srcStartIndex, int srcLength)XPutGetSequence<E>addAll(XGettingCollection<? extends E> elements)XPutGetSequence<E>copy()Creates a true copy of this list which references th same elements in the same order as this list does at the time the method is called.XPutGetSequence<E>putAll(E... elements)XPutGetSequence<E>putAll(E[] elements, int srcStartIndex, int srcLength)XPutGetSequence<E>putAll(XGettingCollection<? extends E> elements)XPutGetSequence<E>toReversed()- 
Methods inherited from interface one.microstream.collections.interfaces.CapacityCarryingisFull, maximumCapacity, remainingCapacity
 - 
Methods inherited from interface one.microstream.collections.interfaces.CapacityExtendablecurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacity
 - 
Methods inherited from interface one.microstream.collections.interfaces.ExtendedCollectionnullAllowed
 - 
Methods inherited from interface java.lang.IterableforEach, spliterator
 - 
Methods inherited from interface one.microstream.collections.interfaces.OptimizableCollectionoptimize
 - 
Methods inherited from interface one.microstream.collections.types.XAddingCollectionaccept, add, collector, nullAdd
 - 
Methods inherited from interface one.microstream.collections.types.XGettingCollectionapplies, contains, containsAll, containsId, containsSearched, copyTo, count, countBy, distinct, distinct, equality, equals, equals, equalsContent, except, filterTo, hashCode, hasVolatileElements, intersect, intSize, iterator, join, max, min, nullContained, old, search, seek, size, toArray, toArray, union
 - 
Methods inherited from interface one.microstream.collections.types.XGettingSequenceat, copySelection, first, get, hasIndex, immure, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, range, scan, view, view
 - 
Methods inherited from interface one.microstream.collections.types.XIndexIterableiterateIndexed
 - 
Methods inherited from interface one.microstream.collections.types.XPuttingCollectionnullPut, put
 
- 
 
- 
- 
- 
Method Detail- 
putAllXPutGetSequence<E> putAll(E... elements) - Specified by:
- putAllin interface- XPutGetCollection<E>
- Specified by:
- putAllin interface- XPuttingCollection<E>
- Specified by:
- putAllin interface- XPuttingSequence<E>
 
 - 
putAllXPutGetSequence<E> putAll(E[] elements, int srcStartIndex, int srcLength) - Specified by:
- putAllin interface- XPutGetCollection<E>
- Specified by:
- putAllin interface- XPuttingCollection<E>
- Specified by:
- putAllin interface- XPuttingSequence<E>
 
 - 
putAllXPutGetSequence<E> putAll(XGettingCollection<? extends E> elements) - Specified by:
- putAllin interface- XPutGetCollection<E>
- Specified by:
- putAllin interface- XPuttingCollection<E>
- Specified by:
- putAllin interface- XPuttingSequence<E>
 
 - 
addAllXPutGetSequence<E> addAll(E... elements) - Specified by:
- addAllin interface- XAddGetCollection<E>
- Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
- Specified by:
- addAllin interface- XPutGetCollection<E>
 
 - 
addAllXPutGetSequence<E> addAll(E[] elements, int srcStartIndex, int srcLength) - Specified by:
- addAllin interface- XAddGetCollection<E>
- Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
- Specified by:
- addAllin interface- XPutGetCollection<E>
 
 - 
addAllXPutGetSequence<E> addAll(XGettingCollection<? extends E> elements) - Specified by:
- addAllin interface- XAddGetCollection<E>
- Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
- Specified by:
- addAllin interface- XPutGetCollection<E>
 
 - 
copyXPutGetSequence<E> copy() Description copied from interface:XGettingSequenceCreates a true copy of this list which references th same elements in the same order as this list does at the time the method is called. The elements themselves are NOT copied (no deep copying).
 The type of the returned list is the same as of this list if possible (i.e.: a SubList can not meaningful return a true copy that references its elements but still is a SubList)- Specified by:
- copyin interface- Copyable
- Specified by:
- copyin interface- XAddGetCollection<E>
- Specified by:
- copyin interface- XGettingCollection<E>
- Specified by:
- copyin interface- XGettingSequence<E>
- Specified by:
- copyin interface- XPutGetCollection<E>
- Returns:
- a copy of this list
 
 - 
toReversedXPutGetSequence<E> toReversed() - Specified by:
- toReversedin interface- XGettingSequence<E>
 
 
- 
 
-