Uses of Class
one.microstream.collections.Singleton
-
Packages that use Singleton Package Description one.microstream one.microstream.collections one.microstream.reference -
-
Uses of Singleton in one.microstream
Methods in one.microstream that return Singleton Modifier and Type Method Description static <E> Singleton<E>
X. Singleton(E element)
-
Uses of Singleton in one.microstream.collections
Methods in one.microstream.collections that return Singleton Modifier and Type Method Description Singleton<E>
Singleton. copy()
Singleton<E>
Singleton. fill(long offset, long length, E element)
Singleton<E>
Singleton. range(long fromIndex, long toIndex)
Singleton<E>
Singleton. reverse()
Singleton<E>
Singleton. set(long index, E[] elements, int offset, int length)
Singleton<E>
Singleton. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
Singleton<E>
Singleton. setAll(long index, E... elements)
Singleton<E>
Singleton. shiftBy(long sourceIndex, long distance)
Singleton<E>
Singleton. shiftBy(long sourceIndex, long distance, long length)
Singleton<E>
Singleton. shiftTo(long sourceIndex, long targetIndex)
Singleton<E>
Singleton. shiftTo(long sourceIndex, long targetIndex, long length)
Singleton<E>
Singleton. sort(Comparator<? super E> comparator)
Singleton<E>
Singleton. swap(long indexA, long indexB)
Singleton<E>
Singleton. swap(long indexA, long indexB, long length)
Singleton<E>
Singleton. toReversed()
Constructors in one.microstream.collections with parameters of type Singleton Constructor Description SingletonView(Singleton<E> subject)
-
Uses of Singleton in one.microstream.reference
Subclasses of Singleton in one.microstream.reference Modifier and Type Class Description static class
LinkReference.Default<T>
-