Uses of Class
one.microstream.collections.Single
-
Packages that use Single Package Description one.microstream.collections one.microstream.collections.old -
-
Uses of Single in one.microstream.collections
Methods in one.microstream.collections that return Single Modifier and Type Method Description Single<E>Single. addAll(E... elements)Single<E>Single. addAll(E[] elements, int offset, int length)Single<E>Single. addAll(XGettingCollection<? extends E> elements)Single<E>Single. copy()Single<E>Single. ensureCapacity(long minimalCapacity)Single<E>Single. ensureFreeCapacity(long minimalFreeCapacity)Single<E>Single. fill(long offset, long length, E element)Single<E>Single. prependAll(E... elements)Single<E>Single. prependAll(E[] elements, int offset, int length)Single<E>Single. prependAll(XGettingCollection<? extends E> elements)Single<E>Single. preputAll(E... elements)Single<E>Single. preputAll(E[] elements, int offset, int length)Single<E>Single. preputAll(XGettingCollection<? extends E> elements)Single<E>Single. putAll(E... elements)Single<E>Single. putAll(E[] elements, int offset, int length)Single<E>Single. putAll(XGettingCollection<? extends E> elements)Single<E>Single. range(long fromIndex, long toIndex)Single<E>Single. removeRange(long offset, long length)Single<E>Single. retainRange(long offset, long length)Single<E>Single. reverse()Single<E>Single. set(long index, E[] elements, int offset, int length)Single<E>Single. set(long index, XGettingSequence<? extends E> elements, long offset, long length)Single<E>Single. setAll(long index, E... elements)Single<E>Single. shiftBy(long sourceIndex, long distance)Single<E>Single. shiftBy(long sourceIndex, long distance, long length)Single<E>Single. shiftTo(long sourceIndex, long targetIndex)Single<E>Single. shiftTo(long sourceIndex, long targetIndex, long length)Single<E>Single. sort(Comparator<? super E> comparator)Single<E>Single. swap(long indexA, long indexB)Single<E>Single. swap(long indexA, long indexB, long length)Single<E>Single. toReversed() -
Uses of Single in one.microstream.collections.old
Methods in one.microstream.collections.old that return Single Modifier and Type Method Description Single<E>OldSingle. parent()
-