korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-serialization
/
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
>
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String