| Package | Description |
|---|---|
| one.microstream.collections | |
| 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 |
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 |
|---|---|
XIncreasingList<E> |
XIncreasingList.addAll(E... elements) |
XIncreasingList<E> |
XIncreasingList.addAll(E[] elements,
int offset,
int length) |
XIncreasingList<E> |
XIncreasingList.addAll(XGettingCollection<? extends E> elements) |
XIncreasingList<E> |
XIncreasingList.copy() |
XIncreasingList<E> |
XIncreasingList.fill(long offset,
long length,
E element) |
XIncreasingList<E> |
XIncreasingList.Creator.newInstance() |
XIncreasingList<E> |
XIncreasingList.prependAll(E... elements) |
XIncreasingList<E> |
XIncreasingList.prependAll(E[] elements,
int offset,
int length) |
XIncreasingList<E> |
XIncreasingList.prependAll(XGettingCollection<? extends E> elements) |
XIncreasingList<E> |
XIncreasingList.preputAll(E... elements) |
XIncreasingList<E> |
XIncreasingList.preputAll(E[] elements,
int offset,
int length) |
XIncreasingList<E> |
XIncreasingList.preputAll(XGettingCollection<? extends E> elements) |
XIncreasingList<E> |
XIncreasingList.putAll(E... elements) |
XIncreasingList<E> |
XIncreasingList.putAll(E[] elements,
int offset,
int length) |
XIncreasingList<E> |
XIncreasingList.putAll(XGettingCollection<? extends E> elements) |
XIncreasingList<E> |
XIncreasingList.range(long fromIndex,
long toIndex) |
XIncreasingList<E> |
XIncreasingList.reverse() |
XIncreasingList<E> |
XIncreasingList.set(long index,
E[] elements,
int offset,
int length) |
XIncreasingList<E> |
XIncreasingList.set(long index,
XGettingSequence<? extends E> elements,
long offset,
long length) |
XIncreasingList<E> |
XIncreasingList.setAll(long index,
E... elements) |
XIncreasingList<E> |
XIncreasingList.sort(Comparator<? super E> comparator) |
XIncreasingList<E> |
XIncreasingList.swap(long indexA,
long indexB) |
XIncreasingList<E> |
XIncreasingList.swap(long indexA,
long indexB,
long length) |
XIncreasingList<E> |
XIncreasingList.toReversed() |
Copyright © 2022 MicroStream Software. All rights reserved.