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.chars
Methods in one.microstream.chars that return XImmutableList Modifier and Type Method Description XImmutableList<String[]>
StringTable.Default. rows()
-
Uses of XImmutableList in one.microstream.collections
Classes in one.microstream.collections that implement XImmutableList Modifier and Type Class Description class
Constant<E>
Immutable singleton dummy collection used to pass a single instance masked as a collection.class
ConstHashTable.Values
class
ConstList<E>
Immutable implementation of extended collection typeXGettingList
.class
Empty<E>
Empty dummy collection to be used as a constant and stateless empty collection placeholder.class
EqConstHashTable.Values
class
EqConstList<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.types
Subinterfaces of XImmutableList in one.microstream.collections.types Modifier and Type Interface Description static interface
XImmutableTable.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.reference
Classes in one.microstream.reference that implement XImmutableList Modifier and Type Class Description static class
LinkingReferencing.Default<T>