toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.jvmlib
/
com.shakelang.util.jvmlib.infos.attributes
/
MutableAttributeMap
Mutable
Attribute
Map
class
MutableAttributeMap
(
map
:
MutableMap
<
String
,
AttributeInfo
>
)
:
AttributeMap
,
MutableMap
<
String
,
AttributeInfo
>
(
source
)
Members
Members & Extensions
Constructors
Mutable
Attribute
Map
Link copied to clipboard
constructor
(
map
:
MutableMap
<
String
,
AttributeInfo
>
)
Properties
entries
Link copied to clipboard
open
override
val
entries
:
MutableSet
<
MutableMap.MutableEntry
<
String
,
AttributeInfo
>
>
keys
Link copied to clipboard
open
override
val
keys
:
MutableSet
<
String
>
map
Link copied to clipboard
open
override
val
map
:
MutableMap
<
String
,
AttributeInfo
>
size
Link copied to clipboard
open
override
val
size
:
Int
users
Link copied to clipboard
open
override
val
users
:
Array
<
ConstantUser
>
uses
Link copied to clipboard
open
override
val
uses
:
Array
<
ConstantInfo
>
values
Link copied to clipboard
open
override
val
values
:
MutableCollection
<
AttributeInfo
>
Functions
clear
Link copied to clipboard
open
override
fun
clear
(
)
contains
Key
Link copied to clipboard
open
override
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
open
override
fun
containsValue
(
value
:
AttributeInfo
)
:
Boolean
dump
Link copied to clipboard
fun
dump
(
out
:
DataOutputStream
)
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
String
)
:
AttributeInfo
?
init
Link copied to clipboard
fun
init
(
clazz
:
ClassInfo
)
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
put
Link copied to clipboard
open
override
fun
put
(
key
:
String
,
value
:
AttributeInfo
)
:
AttributeInfo
?
put
All
Link copied to clipboard
open
override
fun
putAll
(
from
:
Map
<
out
String
,
AttributeInfo
>
)
remove
Link copied to clipboard
open
override
fun
remove
(
key
:
String
)
:
AttributeInfo
?
to
Bytes
Link copied to clipboard
fun
toBytes
(
)
:
ByteArray
to
Json
Link copied to clipboard
fun
toJson
(
)
:
List
<
Map
<
String
,
Any
>
>
with
Link copied to clipboard
fun
<
K
,
V
>
Map
<
K
,
V
>
.
with
(
k
:
K
,
v
:
V
)
:
Map
<
K
,
V
>