| Package | Description |
|---|---|
| one.microstream.collections | |
| one.microstream.collections.types |
| Modifier and Type | Method and Description |
|---|---|
static <E,C extends XInsertingList<? super E>> |
XUtilsCollection.insert(C target,
int index,
E[] elements,
long offset,
long length,
Predicate<? super E> predicate) |
static <E,C extends XInsertingList<? super E>> |
XUtilsCollection.insert(C target,
long index,
XGettingCollection<? extends E> elements,
Predicate<? super E> predicate) |
| Modifier and Type | Method and Description |
|---|---|
XInsertingList<E> |
XInsertingList.addAll(E... elements) |
XInsertingList<E> |
XInsertingList.addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XInsertingList<E> |
XInsertingList.addAll(XGettingCollection<? extends E> elements) |
XInsertingList<E> |
XInsertingList.Creator.newInstance() |
XInsertingList<E> |
XInsertingList.prependAll(E... elements) |
XInsertingList<E> |
XInsertingList.prependAll(E[] elements,
int srcStartIndex,
int srcLength) |
XInsertingList<E> |
XInsertingList.prependAll(XGettingCollection<? extends E> elements) |
Copyright © 2022 MicroStream Software. All rights reserved.