Interface XExtendingSequence<E>
- All Superinterfaces:
CapacityCarrying
,CapacityExtendable
,Consumer<E>
,ExtendedCollection<E>
,ExtendedSequence<E>
,OptimizableCollection
,Sized
,XAddingCollection<E>
,XAddingSequence<E>
,XPrependingSequence<E>
- All Known Subinterfaces:
XEnum<E>
,XExpandingEnum<E>
,XExpandingList<E>
,XExpandingSequence<E>
,XExtendingEnum<E>
,XExtendingList<E>
,XIncreasingEnum<E>
,XIncreasingList<E>
,XIncreasingSequence<E>
,XInputtingEnum<E>
,XInputtingList<E>
,XInputtingSequence<E>
,XInsertingEnum<E>
,XInsertingList<E>
,XInsertingSequence<E>
,XList<E>
,XSequence<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 XExtendingSequence<E> extends XAddingSequence<E>, XPrependingSequence<E>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XExtendingSequence.Creator<E>
-
Method Summary
Modifier and Type Method Description XExtendingSequence<E>
addAll(E... elements)
XExtendingSequence<E>
addAll(E[] elements, int srcStartIndex, int srcLength)
XExtendingSequence<E>
addAll(XGettingCollection<? extends E> elements)
XExtendingSequence<E>
prependAll(E... elements)
XExtendingSequence<E>
prependAll(E[] elements, int srcStartIndex, int srcLength)
XExtendingSequence<E>
prependAll(XGettingCollection<? extends E> elements)
Methods inherited from interface one.microstream.collections.interfaces.CapacityCarrying
isFull, maximumCapacity, remainingCapacity
Methods inherited from interface one.microstream.collections.interfaces.CapacityExtendable
currentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacity
Methods inherited from interface one.microstream.collections.interfaces.ExtendedCollection
hasVolatileElements, nullAllowed
Methods inherited from interface one.microstream.collections.interfaces.OptimizableCollection
optimize
Methods inherited from interface one.microstream.collections.types.XAddingCollection
accept, add, collector, nullAdd
Methods inherited from interface one.microstream.collections.types.XPrependingSequence
nullPrepend, prepend
-
Method Details
-
addAll
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
-