toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.jvmlib
/
com.shakelang.util.jvmlib.infos.attributes
/
AttributeMap
Attribute
Map
open
class
AttributeMap
(
val
map
:
Map
<
String
,
AttributeInfo
>
)
:
Map
<
String
,
AttributeInfo
>
,
ConstantUser
(
source
)
Inheritors
MutableAttributeMap
Members
Members & Extensions
Constructors
Attribute
Map
Link copied to clipboard
constructor
(
map
:
Map
<
String
,
AttributeInfo
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
entries
Link copied to clipboard
open
override
val
entries
:
Set
<
Map.Entry
<
String
,
AttributeInfo
>
>
keys
Link copied to clipboard
open
override
val
keys
:
Set
<
String
>
map
Link copied to clipboard
open
val
map
:
Map
<
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
:
Collection
<
AttributeInfo
>
Functions
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
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
>