Uses of Interface
one.microstream.collections.types.XReferencing
-
Packages that use 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 classConstant<E>Immutable singleton dummy collection used to pass a single instance masked as a collection.classSingle<E>classSingleton<E>Singleton dummy collection used to pass a single instance masked as a collection.classSingletonView<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 interfaceXReference<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 classLinkingReferencing.Default<T>static classLinkReference.Default<T>
-