Interface XAddingSet<E>
- All Superinterfaces:
CapacityCarrying
,CapacityExtendable
,Consumer<E>
,ExtendedCollection<E>
,OptimizableCollection
,Sized
,XAddingCollection<E>
- All Known Subinterfaces:
XAddGetSet<E>
,XAddingEnum<E>
,XBasicEnum<E>
,XBasicTable<K,V>
,XBasicTable.Keys<K,V>
,XChart<K,V>
,XChart.Keys<K,V>
,XEnum<E>
,XExpandingEnum<E>
,XExtendingEnum<E>
,XIncreasingEnum<E>
,XInputtingEnum<E>
,XInsertingEnum<E>
,XMap<K,V>
,XMap.Keys<K,V>
,XPutGetEnum<E>
,XPutGetSet<E>
,XPuttingEnum<E>
,XPuttingSet<E>
,XRank<E>
,XSet<E>
,XTable<K,V>
,XTable.Keys<K,V>
- All Known Implementing Classes:
EqHashEnum
,EqHashTable
,EqHashTable.Keys
,HashEnum
,HashTable
,HashTable.Keys
,LockedMap
,MutexSet
,OpenAdressingMiniSet
,Single
,SynchSet
public interface XAddingSet<E> extends XAddingCollection<E>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XAddingSet.Creator<E>
-
Method Summary
Modifier and Type Method Description XAddingSet<E>
addAll(E... elements)
XAddingSet<E>
addAll(E[] elements, int srcStartIndex, int srcLength)
XAddingSet<E>
addAll(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
-
Method Details
-
addAll
- Specified by:
addAll
in interfaceXAddingCollection<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingCollection<E>
-
addAll
- Specified by:
addAll
in interfaceXAddingCollection<E>
-