Mutable Bound Entry
constructor(container: MutablePersistentDataContainer, key: String, type: PersistentDataType<P, C>)(source)
Parameters
P
The primitive data type.
C
The complex data type.
key
The key associated with the value in the container.
type
The type used to serialize/deserialize the value.