Interface XExtendingEnum<E>
- All Superinterfaces:
CapacityCarrying
,CapacityExtendable
,Consumer<E>
,ExtendedCollection<E>
,ExtendedSequence<E>
,OptimizableCollection
,Sized
,XAddingCollection<E>
,XAddingEnum<E>
,XAddingSequence<E>
,XAddingSet<E>
,XExtendingSequence<E>
,XPrependingEnum<E>
,XPrependingSequence<E>
- All Known Subinterfaces:
XEnum<E>
,XExpandingEnum<E>
,XIncreasingEnum<E>
,XInputtingEnum<E>
,XInsertingEnum<E>
,XTable<K,V>
,XTable.Keys<K,V>
- All Known Implementing Classes:
EqHashEnum
,EqHashTable
,EqHashTable.Keys
,HashEnum
,HashTable
,HashTable.Keys
,Single
public interface XExtendingEnum<E> extends XExtendingSequence<E>, XAddingEnum<E>, XPrependingEnum<E>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XExtendingEnum.Creator<E>
-
Method Summary
Modifier and Type Method Description XExtendingEnum<E>
addAll(E... elements)
XExtendingEnum<E>
addAll(E[] elements, int srcStartIndex, int srcLength)
XExtendingEnum<E>
addAll(XGettingCollection<? extends E> elements)
XExtendingEnum<E>
prependAll(E... elements)
XExtendingEnum<E>
prependAll(E[] elements, int srcStartIndex, int srcLength)
XExtendingEnum<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 interfaceXAddingEnum<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
- Specified by:
addAll
in interfaceXAddingSet<E>
- Specified by:
addAll
in interfaceXExtendingSequence<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingEnum<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
- Specified by:
addAll
in interfaceXAddingSet<E>
- Specified by:
addAll
in interfaceXExtendingSequence<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingCollection<E>
- Specified by:
addAll
in interfaceXAddingEnum<E>
- Specified by:
addAll
in interfaceXAddingSequence<E>
- Specified by:
addAll
in interfaceXAddingSet<E>
- Specified by:
addAll
in interfaceXExtendingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXExtendingSequence<E>
- Specified by:
prependAll
in interfaceXPrependingEnum<E>
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXExtendingSequence<E>
- Specified by:
prependAll
in interfaceXPrependingEnum<E>
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
-
prependAll
- Specified by:
prependAll
in interfaceXExtendingSequence<E>
- Specified by:
prependAll
in interfaceXPrependingEnum<E>
- Specified by:
prependAll
in interfaceXPrependingSequence<E>
-