TagStashList

Constructors

Link copied to clipboard
constructor(tags: MutableList<TagStash>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun add(tag: TagStash)
Link copied to clipboard
fun clear()
Link copied to clipboard
Link copied to clipboard
operator fun get(id: Int): TagStash?
operator fun get(name: String): TagStash?
Link copied to clipboard
fun remove(tag: TagStash)
fun remove(name: String)
Link copied to clipboard
fun toObject(): Any
Link copied to clipboard
open override fun toString(): String