| Package | Description |
|---|---|
| one.microstream.collections | |
| one.microstream.collections.sorting | |
| one.microstream.collections.types |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayCollector<E>
Full scale general purpose implementation of extended collection type
XList. |
class |
BulkList<E>
Collection that is ordered and allows duplicates.
|
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XLadder<E> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBasicList<E>
|
interface |
XList<E>
Extended List interface with additional 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. |
| Modifier and Type | Method and Description |
|---|---|
XPutGetList<E> |
XPutGetList.addAll(E... elements) |
XPutGetList<E> |
XPutGetList.addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XPutGetList<E> |
XPutGetList.addAll(XGettingCollection<? extends E> elements) |
XPutGetList<E> |
XPutGetList.copy() |
XPutGetList<E> |
XPutGetList.Factory.newInstance() |
XPutGetList<E> |
XPutGetList.putAll(E... elements) |
XPutGetList<E> |
XPutGetList.putAll(E[] elements,
int offset,
int length) |
XPutGetList<E> |
XPutGetList.putAll(XGettingCollection<? extends E> elements) |
XPutGetList<E> |
XPutGetList.toReversed() |
Copyright © 2022 MicroStream Software. All rights reserved.