toggle menu
shake
0.1.0
jvm
switch theme
search in API
com.shakelang.util.changelog.changelog
/
com.shakelang.util.changelog
/
TagStashList
Tag
Stash
List
class
TagStashList
(
val
tags
:
MutableList
<
TagStash
>
)
(
source
)
Members
Constructors
Tag
Stash
List
Link copied to clipboard
constructor
(
tags
:
MutableList
<
TagStash
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
tags
Link copied to clipboard
val
tags
:
MutableList
<
TagStash
>
Functions
add
Link copied to clipboard
fun
add
(
tag
:
TagStash
)
clear
Link copied to clipboard
fun
clear
(
)
contains
Link copied to clipboard
fun
contains
(
tag
:
TagStash
)
:
Boolean
fun
contains
(
name
:
String
)
:
Boolean
get
Link copied to clipboard
operator
fun
get
(
id
:
Int
)
:
TagStash
?
operator
fun
get
(
name
:
String
)
:
TagStash
?
remove
Link copied to clipboard
fun
remove
(
tag
:
TagStash
)
fun
remove
(
name
:
String
)
to
Object
Link copied to clipboard
fun
toObject
(
)
:
Any
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String