Interface XPuttingSortation<E>
- All Superinterfaces:
CapacityCarrying,CapacityExtendable,Consumer<E>,ExtendedCollection<E>,ExtendedSequence<E>,OptimizableCollection,Sized,Sorted<E>,XAddingCollection<E>,XAddingSequence<E>,XAddingSortation<E>,XPuttingCollection<E>,XPuttingSequence<E>
- All Known Subinterfaces:
XChart.Keys<K,V>,XLadder<E>,XPutGetSortation<E>,XRank<E>,XSortation<E>
public interface XPuttingSortation<E> extends XAddingSortation<E>, XPuttingSequence<E>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXPuttingSortation.Factory<E>Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollection
ExtendedCollection.Creator<E,C extends ExtendedCollection<E>>Nested classes/interfaces inherited from interface one.microstream.collections.types.XAddingSequence
XAddingSequence.Creator<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XPuttingSequence
XPuttingSequence.Creator<E> -
Method Summary
Modifier and Type Method Description XPuttingSortation<E>addAll(E... elements)XPuttingSortation<E>addAll(E[] elements, int srcStartIndex, int srcLength)XPuttingSortation<E>addAll(XGettingCollection<? extends E> elements)XPuttingSortation<E>putAll(E... elements)XPuttingSortation<E>putAll(E[] elements, int srcStartIndex, int srcLength)XPuttingSortation<E>putAll(XGettingCollection<? extends E> elements)Methods inherited from interface one.microstream.collections.interfaces.CapacityCarrying
isFull, maximumCapacity, remainingCapacityMethods inherited from interface one.microstream.collections.interfaces.CapacityExtendable
currentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityMethods inherited from interface one.microstream.collections.interfaces.ExtendedCollection
hasVolatileElements, nullAllowedMethods inherited from interface one.microstream.collections.interfaces.OptimizableCollection
optimizeMethods inherited from interface one.microstream.collections.types.XAddingCollection
accept, add, collector, nullAdd
-
Method Details
-
addAll
- Specified by:
addAllin interfaceXAddingCollection<E>- Specified by:
addAllin interfaceXAddingSequence<E>- Specified by:
addAllin interfaceXAddingSortation<E>
-
addAll
- Specified by:
addAllin interfaceXAddingCollection<E>- Specified by:
addAllin interfaceXAddingSequence<E>- Specified by:
addAllin interfaceXAddingSortation<E>
-
addAll
- Specified by:
addAllin interfaceXAddingCollection<E>- Specified by:
addAllin interfaceXAddingSequence<E>- Specified by:
addAllin interfaceXAddingSortation<E>
-
putAll
- Specified by:
putAllin interfaceXPuttingCollection<E>- Specified by:
putAllin interfaceXPuttingSequence<E>
-
putAll
- Specified by:
putAllin interfaceXPuttingCollection<E>- Specified by:
putAllin interfaceXPuttingSequence<E>
-
putAll
- Specified by:
putAllin interfaceXPuttingCollection<E>- Specified by:
putAllin interfaceXPuttingSequence<E>
-