StringAttributeMap

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val attributes: Set<StringAttribute<*>>
Link copied to clipboard
Link copied to clipboard
open val size: Int

Functions

Link copied to clipboard
open fun containsAttribute(attribute: StringAttribute<*>): Boolean
Link copied to clipboard
inline operator fun <Attribute : StringAttribute<out Value>, Value : Any> StringAttributeMap.get(attribute: Attribute): Value?
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
Link copied to clipboard
open operator fun iterator(): Iterator<StringAttribute<*>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun toMap(): Map<StringAttribute<*>, Any>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun valueForAttribute(attribute: StringAttribute<*>): Any?