| Package | Description |
|---|---|
| one.microstream.collections | |
| one.microstream.collections.old | |
| one.microstream.collections.sorting | |
| one.microstream.collections.types | |
| one.microstream.reference |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayAccessor<E>
Full scale general purpose implementation of extended collection type
XList. |
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 |
EqHashTable.Values |
class |
FixedList<E>
Full scale general purpose implementation of extended collection type
XList. |
class |
HashTable.Values |
class |
LimitList<E>
Full scale general purpose implementation of extended collection type
XList. |
class |
ListAccessor<E>
Wrapper class that reduces the services provided by any wrapped
XSettingList to only those of
XSettingList, effectively making the wrapped XSettingList instance structural unmodifiable
if used through an instance of this class. |
class |
LockedList<E> |
class |
Single<E> |
class |
Singleton<E>
Singleton dummy collection used to pass a single instance masked as a collection.
|
class |
SubList<E> |
class |
SubListAccessor<E> |
class |
SubListProcessor<E> |
class |
SynchList<E>
Synchronization wrapper class that wraps an
XList instance in public synchronized delegate methods. |
| Modifier and Type | Method and Description |
|---|---|
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReplace(A a,
int offset,
int length,
E oldElement,
E newElement) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReplace(A a,
int offset,
int length,
E oldElement,
E newElement,
Equalator<? super E> equalator) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReplace(A a,
int offset,
int length,
Predicate<? super E> predicate,
E newElement) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReplaceAll(A a,
int offset,
int length,
XGettingCollection<? extends E> oldElements,
E newElement) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReplaceAll(A a,
int offset,
int length,
XGettingCollection<? extends E> oldElements,
E newElement,
Equalator<? super E> equalator) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReplaceAll(A a,
int offset,
int length,
XMap<E,E> replacementMapping) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReplaceOne(A a,
int offset,
int length,
E oldElement,
E newElement) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReplaceOne(A a,
int offset,
int length,
E oldElement,
E newElement,
Equalator<? super E> equalator) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReplaceOne(A a,
int offset,
int length,
Predicate<? super E> predicate,
E newElement) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReverse(A a,
int offset,
int length) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngShuffle(A a,
int offset,
int length) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngSort(A a,
int offset,
int length,
Comparator<? super E> comparator) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngSortInsertion(A a,
int offset,
int length,
Comparator<? super E> comparator) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngSortMerge(A a,
int offset,
int length,
Comparator<? super E> comparator) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngSortQuick(A a,
int offset,
int length,
Comparator<? super E> comparator) |
| Modifier and Type | Method and Description |
|---|---|
XSettingList<E> |
ListAccessor.range(long fromIndex,
long toIndex) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReverse(A a,
int offset,
int length) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngShuffle(A a,
int offset,
int length) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngSort(A a,
int offset,
int length,
Comparator<? super E> comparator) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngSortInsertion(A a,
int offset,
int length,
Comparator<? super E> comparator) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngSortMerge(A a,
int offset,
int length,
Comparator<? super E> comparator) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngSortQuick(A a,
int offset,
int length,
Comparator<? super E> comparator) |
| Modifier and Type | Method and Description |
|---|---|
static <E> void |
XUtilsCollection.rngShuffle(XSettingList<E> sequence,
long offset,
long length) |
static <E> void |
XUtilsCollection.rngSort(XSettingList<E> sequence,
long offset,
long length,
Comparator<? super E> comparator) |
static <E> void |
XUtilsCollection.rngSortInsertion(XSettingList<E> sequence,
long offset,
long length,
Comparator<? super E> comparator) |
static <E> void |
XUtilsCollection.rngSortMerge(XSettingList<E> sequence,
long offset,
long length,
Comparator<? super E> comparator) |
static <E> void |
XUtilsCollection.rngSortQuick(XSettingList<E> sequence,
long offset,
long length,
Comparator<? super E> comparator) |
| Constructor and Description |
|---|
ListAccessor(XSettingList<E> list) |
SubListAccessor(XSettingList<E> list,
long fromIndex,
long toIndex) |
| Modifier and Type | Method and Description |
|---|---|
XSettingList<E> |
AbstractOldSettingList.parent() |
| Constructor and Description |
|---|
AbstractOldSettingList(XSettingList<E> list) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XChart.Values<K,V> |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XBasicTable.Values<K,V> |
interface |
XDecreasingList<E>
Intermediate list type that combines all list aspects except increasing (adding and inserting), effectively causing
instances of this list type to maintain its size or shrink, but never grow.
|
interface |
XIncreasingList<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. |
interface |
XReference<E>
Simple Reference class to handle mutable references.
|
static interface |
XTable.Values<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XSettingList<E> |
XSettingList.copy() |
XSettingList<E> |
XSettingList.fill(long offset,
long length,
E element)
Fills all slots from the offset to the offset+length with the given element,
regardless of whether or not a slot is
null. |
XSettingList<E> |
XSettingList.Creator.newInstance() |
XSettingList<E> |
XSettingList.range(long fromIndex,
long toIndex) |
XSettingList<E> |
XSettingList.reverse() |
XSettingList<E> |
XSettingList.set(long index,
E[] elements,
int offset,
int length) |
XSettingList<E> |
XSettingList.set(long index,
XGettingSequence<? extends E> elements,
long offset,
long length) |
XSettingList<E> |
XSettingList.setAll(long index,
E... elements) |
XSettingList<E> |
XSettingList.swap(long indexA,
long indexB) |
XSettingList<E> |
XSettingList.swap(long indexA,
long indexB,
long length) |
XSettingList<E> |
XSettingList.toReversed() |
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkReference.Default<T> |
Copyright © 2022 MicroStream Software. All rights reserved.