Interface ExtendedBag<E>
-
- All Superinterfaces:
ExtendedCollection<E>
- All Known Subinterfaces:
XAddingBag<E>
,XAddingList<E>
,XBag<E>
,XBasicList<E>
,XBasicTable.Values<K,V>
,XChart.Values<K,V>
,XDecreasingList<E>
,XExpandingList<E>
,XExtendingList<E>
,XGettingBag<E>
,XGettingList<E>
,XGettingMap.Values<K,V>
,XGettingTable.Values<K,V>
,XImmutableBag<E>
,XImmutableList<E>
,XImmutableMap.Values<K,V>
,XImmutableTable.Values<K,V>
,XIncreasingList<E>
,XInputtingList<E>
,XInsertingList<E>
,XLadder<E>
,XList<E>
,XMap.Values<K,V>
,XProcessingBag<E>
,XProcessingList<E>
,XProcessingMap.Values<K,V>
,XPutGetBag<E>
,XPutGetList<E>
,XPuttingBag<E>
,XPuttingList<E>
,XReference<E>
,XReferencing<E>
,XRemovingBag<E>
,XRemovingList<E>
,XSettingList<E>
,XTable.Values<K,V>
- All Known Implementing Classes:
ArrayAccessor
,ArrayCollector
,ArrayView
,BulkList
,Constant
,ConstHashTable.Values
,ConstList
,Empty
,EqBulkList
,EqConstHashTable.Values
,EqConstList
,EqHashTable.Values
,FixedList
,HashTable.Values
,LimitList
,LinkingReferencing.Default
,LinkReference.Default
,ListAccessor
,ListProcessor
,ListView
,LockedList
,MappedList
,Single
,Singleton
,SingletonView
,SubList
,SubListAccessor
,SubListProcessor
,SubListView
,SynchList
public interface ExtendedBag<E> extends ExtendedCollection<E>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollection
ExtendedCollection.Creator<E,C extends ExtendedCollection<E>>
-
-
Method Summary
-
Methods inherited from interface one.microstream.collections.interfaces.ExtendedCollection
hasVolatileElements, nullAllowed
-
-