Package-level declarations
Types
Link copied to clipboard
一个属性。
Link copied to clipboard
interface AttributeMap
一个通过 Attribute 作为键值来界定其元素类型的映射表。
Link copied to clipboard
interface AttributeMapContainer
一个包含 AttributeMap 的容器。
Link copied to clipboard
MutableAttributeMap 是 AttributeMap 的子类型,代表一个允许变化的 AttributeMap。 类似于 Map 与 MutableMap 之间的关系。
Functions
Link copied to clipboard
构建一个 AttributeMap。
Link copied to clipboard
fun mutableAttributeMapOf(sourceMap: MutableMap<Attribute<*>, Any> = mutableMapOf()): MutableAttributeMap
Inherited functions
Link copied to clipboard
set
operator function for MutableAttributeMap。