Uses of Interface
one.microstream.collections.types.XImmutableMap
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.types | |
one.microstream.persistence.types |
-
Uses of XImmutableMap in one.microstream.collections
Classes in one.microstream.collections that implement XImmutableMap Modifier and Type Class Description class
ConstHashTable<K,V>
class
EmptyTable<K,V>
class
EqConstHashTable<K,V>
Methods in one.microstream.collections that return XImmutableMap Modifier and Type Method Description XImmutableMap<K,V>
LockedGettingMap. immure()
XImmutableMap<K,V>
LockedMap. immure()
XImmutableMap<K,V>
MapView. immure()
-
Uses of XImmutableMap in one.microstream.collections.types
Subinterfaces of XImmutableMap in one.microstream.collections.types Modifier and Type Interface Description interface
XImmutableTable<K,V>
Methods in one.microstream.collections.types that return XImmutableMap Modifier and Type Method Description XImmutableMap<K,V>
XImmutableMap. copy()
XImmutableMap<K,V>
XGettingMap. immure()
Provides an instance of an immutable collection type with equal behavior and data as this instance.XImmutableMap<K,V>
XMap. immure()
XImmutableMap<K,V>
XImmutableMap.Satellite. parent()
-
Uses of XImmutableMap in one.microstream.persistence.types
Constructors in one.microstream.persistence.types with parameters of type XImmutableMap Constructor Description Default(XImmutableMap<Class<?>,PersistenceObjectIdStrategy.Assembler<?>> oidsAssemblers, XImmutableMap<Class<?>,PersistenceTypeIdStrategy.Assembler<?>> tidsAssemblers, XImmutableMap<String,PersistenceObjectIdStrategy.Parser<?>> oidsParsers, XImmutableMap<String,PersistenceTypeIdStrategy.Parser<?>> tidsParsers)