toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.lang
/
Properties
Properties
open
class
Properties
(
map
:
Map
<
String
,
String
>
?
=
null
)
Inheritors
SystemProperties
Members
Constructors
Properties
Link copied to clipboard
constructor
(
map
:
Map
<
String
,
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
contains
Link copied to clipboard
open
operator
fun
contains
(
key
:
String
)
:
Boolean
get
Link copied to clipboard
open
operator
fun
get
(
key
:
String
)
:
String
?
get
All
Link copied to clipboard
open
fun
getAll
(
)
:
Map
<
String
,
String
>
remove
Link copied to clipboard
open
fun
remove
(
key
:
String
)
set
Link copied to clipboard
open
operator
fun
set
(
key
:
String
,
value
:
String
)
set
All
Link copied to clipboard
open
fun
setAll
(
values
:
Map
<
String
,
String
>
)