toggle menu
hexagon
3.7.2
jvm
switch theme
search in API
core
/
com.hexagonkt.core
/
MapResourceBundle
Map
Resource
Bundle
abstract
class
MapResourceBundle
(
val
map
:
Map
<
*
,
*
>
)
:
ListResourceBundle
TODO
.
Members
Constructors
Map
Resource
Bundle
Link copied to clipboard
constructor
(
vararg
pairs
:
Pair
<
*
,
*
>
)
constructor
(
map
:
Map
<
*
,
*
>
)
Properties
data
Link copied to clipboard
val
data
:
Array
<
Array
<
Any
?
>
>
locale
Link copied to clipboard
val
locale
:
Locale
map
Link copied to clipboard
val
map
:
Map
<
*
,
*
>
.
Functions
contains
Key
Link copied to clipboard
open
fun
containsKey
(
p0
:
String
)
:
Boolean
get
Base
Bundle
Name
Link copied to clipboard
open
fun
getBaseBundleName
(
)
:
String
get
Keys
Link copied to clipboard
open
override
fun
getKeys
(
)
:
Enumeration
<
String
>
get
Object
Link copied to clipboard
fun
getObject
(
p0
:
String
)
:
Any
get
String
Link copied to clipboard
fun
getString
(
p0
:
String
)
:
String
get
String
Array
Link copied to clipboard
fun
getStringArray
(
p0
:
String
)
:
Array
<
String
>
handle
Get
Object
Link copied to clipboard
override
fun
handleGetObject
(
p0
:
String
)
:
Any
key
Set
Link copied to clipboard
open
fun
keySet
(
)
:
MutableSet
<
String
>