Uses of Interface
one.microstream.collections.types.XInsertingList
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.types |
-
Uses of XInsertingList in one.microstream.collections
Methods in one.microstream.collections with type parameters of type XInsertingList Modifier and Type Method Description static <E, C extends XInsertingList<? super E>>
CXUtilsCollection. insert(C target, int index, E[] elements, long offset, long length, Predicate<? super E> predicate)
static <E, C extends XInsertingList<? super E>>
CXUtilsCollection. insert(C target, long index, XGettingCollection<? extends E> elements, Predicate<? super E> predicate)
-
Uses of XInsertingList in one.microstream.collections.types
Methods in one.microstream.collections.types that return XInsertingList Modifier and Type Method 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)