toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simbot-api
/
love.forte.simbot
/
IDMaps
IDMaps
interface
IDMaps
<
V
>
:
Map
<
ID
,
V
>
(
source
)
以ID为Key的
Map
。
Inheritors
MutableIDMaps
Members
Properties
entries
Link copied to clipboard
abstract
val
entries
:
Set
<
Map.Entry
<
ID
,
V
>
>
keys
Link copied to clipboard
abstract
val
keys
:
Set
<
ID
>
size
Link copied to clipboard
abstract
val
size
:
Int
values
Link copied to clipboard
abstract
val
values
:
Collection
<
V
>
Functions
contains
Key
Link copied to clipboard
abstract
fun
containsKey
(
key
:
ID
)
:
Boolean
contains
Value
Link copied to clipboard
abstract
fun
containsValue
(
value
:
V
)
:
Boolean
for
Each
Link copied to clipboard
open
fun
forEach
(
p0
:
BiConsumer
<
in
ID
,
in
V
>
)
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
ID
)
:
V
?
get
Or
Default
Link copied to clipboard
open
fun
getOrDefault
(
key
:
ID
,
defaultValue
:
V
)
:
V
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean