-
Classes in one.microstream.collections that implement XBag
Modifier and Type |
Class |
Description |
class |
ArrayCollector<E> |
Full scale general purpose implementation of extended collection type XList .
|
class |
BulkList<E> |
Full scale general purpose implementation of extended collection type XList .
|
class |
EqBulkList<E> |
Full scale general purpose implementation of extended collection type XList .
|
class |
LimitList<E> |
Full scale general purpose implementation of extended collection type XList .
|
class |
LockedList<E> |
|
class |
Single<E> |
|
class |
SubList<E> |
|
class |
SynchList<E> |
Synchronization wrapper class that wraps an XList instance in public synchronized delegate methods.
|
-
-
Subinterfaces of XBag in one.microstream.collections.types
Modifier and Type |
Interface |
Description |
interface |
XBasicList<E> |
Intermediate list type providing getting, adding, removing concerns to act as a common super type for XList and XLadder .
|
interface |
XList<E> |
Extended List interface with a ton of badly needed list procedures like distinction between identity and equality
element comparison, procedure range specification, higher order (functional) procedures, proper toArray() methods,
etc.
All XList implementations have to have RandomAccess behavior.
Intelligent implementations make non-random-access implementations like simple linked lists obsolete.
|