Uses of Interface
one.microstream.collections.types.XImmutableList
| Package | Description | 
|---|---|
| one.microstream.chars | |
| one.microstream.collections | |
| one.microstream.collections.types | |
| one.microstream.reference | 
- 
Uses of XImmutableList in one.microstream.charsMethods in one.microstream.chars that return XImmutableList Modifier and Type Method Description XImmutableList<String[]>StringTable.Default. rows()
- 
Uses of XImmutableList in one.microstream.collectionsClasses in one.microstream.collections that implement XImmutableList Modifier and Type Class Description classConstant<E>Immutable singleton dummy collection used to pass a single instance masked as a collection.classConstHashTable.ValuesclassConstList<E>Immutable implementation of extended collection typeXGettingList.classEmpty<E>Empty dummy collection to be used as a constant and stateless empty collection placeholder.classEqConstHashTable.ValuesclassEqConstList<E>Immutable implementation of extended collection typeXGettingList.Methods in one.microstream.collections that return XImmutableList Modifier and Type Method Description XImmutableList<V>ConstHashTable.Values. copy()XImmutableList<V>EqConstHashTable.Values. copy()XImmutableList<E>ArrayAccessor. immure()XImmutableList<E>ArrayCollector. immure()XImmutableList<E>ArrayView. immure()XImmutableList<V>ConstHashTable.Values. immure()XImmutableList<V>EqConstHashTable.Values. immure()XImmutableList<V>EqHashTable.Values. immure()XImmutableList<V>HashTable.Values. immure()XImmutableList<E>ListAccessor. immure()XImmutableList<E>ListProcessor. immure()XImmutableList<E>ListView. immure()XImmutableList<E>LockedList. immure()XImmutableList<E>MappedList. immure()XImmutableList<E>SubListView. immure()XImmutableList<E>SynchList. immure()XImmutableList<V>ConstHashTable.Values. range(long fromIndex, long toIndex)XImmutableList<V>EqConstHashTable.Values. range(long fromIndex, long toIndex)XImmutableList<V>ConstHashTable.Values. view()XImmutableList<V>ConstHashTable.Values. view(long fromIndex, long toIndex)XImmutableList<V>EqConstHashTable.Values. view()XImmutableList<V>EqConstHashTable.Values. view(long fromIndex, long toIndex)
- 
Uses of XImmutableList in one.microstream.collections.typesSubinterfaces of XImmutableList in one.microstream.collections.types Modifier and Type Interface Description static interfaceXImmutableTable.Values<K,V>Methods in one.microstream.collections.types that return XImmutableList Modifier and Type Method Description XImmutableList<E>XImmutableList. copy()XImmutableList<V>XImmutableTable.Values. copy()XImmutableList<E>XGettingList. immure()Provides an instance of an immutable collection type with equal behavior and data as this instance.XImmutableList<E>XImmutableList. immure()Always returns the already immutable collection instance itselfXImmutableList<E>XImmutableList.Factory. newInstance()XImmutableList<E>XImmutableList. range(long fromIndex, long toIndex)XImmutableList<E>XImmutableList. toReversed()XImmutableList<E>XImmutableList. view()XImmutableList<E>XImmutableList. view(long lowIndex, long highIndex)
- 
Uses of XImmutableList in one.microstream.referenceClasses in one.microstream.reference that implement XImmutableList Modifier and Type Class Description static classLinkingReferencing.Default<T>