Interface XAddingSortation<E>
- 
- All Superinterfaces:
- CapacityCarrying,- CapacityExtendable,- Consumer<E>,- ExtendedCollection<E>,- ExtendedSequence<E>,- OptimizableCollection,- Sized,- Sorted<E>,- XAddingCollection<E>,- XAddingSequence<E>
 - All Known Subinterfaces:
- XChart.Keys<K,V>,- XLadder<E>,- XPutGetSortation<E>,- XPuttingSortation<E>,- XRank<E>,- XSortation<E>
 
 public interface XAddingSortation<E> extends XAddingSequence<E>, Sorted<E> 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceXAddingSortation.Factory<E>- 
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.XAddingSequenceXAddingSequence.Creator<E>
 
- 
 - 
Method SummaryModifier and Type Method Description XAddingSortation<E>addAll(E... elements)XAddingSortation<E>addAll(E[] elements, int srcStartIndex, int srcLength)XAddingSortation<E>addAll(XGettingCollection<? extends E> elements)- 
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.ExtendedCollectionhasVolatileElements, nullAllowed
 - 
Methods inherited from interface one.microstream.collections.interfaces.OptimizableCollectionoptimize
 - 
Methods inherited from interface one.microstream.collections.sorting.SortedgetComparator
 - 
Methods inherited from interface one.microstream.collections.types.XAddingCollectionaccept, add, collector, nullAdd
 
- 
 
- 
- 
- 
Method Detail- 
addAllXAddingSortation<E> addAll(E... elements) - Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
 
 - 
addAllXAddingSortation<E> addAll(E[] elements, int srcStartIndex, int srcLength) - Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
 
 - 
addAllXAddingSortation<E> addAll(XGettingCollection<? extends E> elements) - Specified by:
- addAllin interface- XAddingCollection<E>
- Specified by:
- addAllin interface- XAddingSequence<E>
 
 
- 
 
-