Uses of Interface
one.microstream.collections.types.XReferencing
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.types | |
one.microstream.reference |
-
Uses of XReferencing in one.microstream.collections
Classes in one.microstream.collections that implement XReferencing Modifier and Type Class Description class
Constant<E>
Immutable singleton dummy collection used to pass a single instance masked as a collection.class
Single<E>
class
Singleton<E>
Singleton dummy collection used to pass a single instance masked as a collection.class
SingletonView<E>
Methods in one.microstream.collections that return XReferencing Modifier and Type Method Description XReferencing<E>
Single. view()
XReferencing<E>
Single. view(long lowIndex, long highIndex)
-
Uses of XReferencing in one.microstream.collections.types
Subinterfaces of XReferencing in one.microstream.collections.types Modifier and Type Interface Description interface
XReference<E>
Simple Reference class to handle mutable references.Methods in one.microstream.collections.types that return XReferencing Modifier and Type Method Description XReferencing<E>
XReferencing. copy()
XReferencing<E>
XReferencing. range(long fromIndex, long toIndex)
XReferencing<E>
XReferencing. toReversed()
XReferencing<E>
XReference. view()
XReferencing<E>
XReference. view(long lowIndex, long highIndex)
XReferencing<E>
XReferencing. view()
XReferencing<E>
XReferencing. view(long lowIndex, long highIndex)
-
Uses of XReferencing in one.microstream.reference
Classes in one.microstream.reference that implement XReferencing Modifier and Type Class Description static class
LinkingReferencing.Default<T>
static class
LinkReference.Default<T>