Uses of Class
one.microstream.collections.Singleton
| Package | Description | 
|---|---|
| one.microstream | |
| one.microstream.collections | |
| one.microstream.reference | 
- 
Uses of Singleton in one.microstreamMethods 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.collectionsMethods in one.microstream.collections that return Singleton Modifier and Type Method Description Singleton<E>Singleton. copy()Singleton<Object>BinaryHandlerSingleton. create(Binary data, PersistenceLoadHandler handler)Singleton<E>Singleton. fill(long offset, long length, E element)static <E> Singleton<E>Singleton. New(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()Methods in one.microstream.collections with parameters of type Singleton Modifier and Type Method Description voidBinaryHandlerSingleton. iterateInstanceReferences(Singleton<Object> instance, PersistenceFunction iterator)voidBinaryHandlerSingleton. store(Binary data, Singleton<Object> instance, long objectId, PersistenceStoreHandler<Binary> handler)voidBinaryHandlerSingleton. updateState(Binary data, Singleton<Object> instance, PersistenceLoadHandler handler)Constructors in one.microstream.collections with parameters of type Singleton Constructor Description SingletonView(Singleton<E> subject)
- 
Uses of Singleton in one.microstream.referenceSubclasses of Singleton in one.microstream.reference Modifier and Type Class Description static classLinkReference.Default<T>