toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-api
/
me.ahoo.wow.api.messaging
/
Header
Header
interface
Header
:
MutableMap
<
String
,
String
>
,
Copyable
<
Header
>
Message Header .
Author
ahoo wang
Members
Members & Extensions
Properties
entries
Link copied to clipboard
abstract
override
val
entries
:
MutableSet
<
MutableMap.MutableEntry
<
String
,
String
>
>
is
Read
Only
Link copied to clipboard
abstract
val
isReadOnly
:
Boolean
keys
Link copied to clipboard
abstract
override
val
keys
:
MutableSet
<
String
>
size
Link copied to clipboard
abstract
val
size
:
Int
values
Link copied to clipboard
abstract
override
val
values
:
MutableCollection
<
String
>
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
compute
Link copied to clipboard
open
fun
compute
(
p0
:
String
,
p1
:
BiFunction
<
in
String
,
in
String
?
,
out
String
?
>
)
:
String
?
compute
If
Absent
Link copied to clipboard
open
fun
computeIfAbsent
(
p0
:
String
,
p1
:
Function
<
in
String
,
out
String
>
)
:
String
compute
If
Present
Link copied to clipboard
open
fun
computeIfPresent
(
p0
:
String
,
p1
:
BiFunction
<
in
String
,
in
String
,
out
String
?
>
)
:
String
?
contains
Key
Link copied to clipboard
abstract
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
abstract
fun
containsValue
(
value
:
String
)
:
Boolean
copy
Link copied to clipboard
abstract
fun
copy
(
)
:
Header
for
Each
Link copied to clipboard
open
fun
forEach
(
p0
:
BiConsumer
<
in
String
,
in
String
>
)
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
String
?
get
Or
Default
Link copied to clipboard
open
fun
getOrDefault
(
key
:
String
,
defaultValue
:
String
)
:
String
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
merge
Link copied to clipboard
open
fun
merge
(
p0
:
String
,
p1
:
String
,
p2
:
BiFunction
<
in
String
,
in
String
,
out
String
?
>
)
:
String
?
put
Link copied to clipboard
abstract
fun
put
(
key
:
String
,
value
:
String
)
:
String
?
put
All
Link copied to clipboard
abstract
fun
putAll
(
from
:
Map
<
out
String
,
String
>
)
put
If
Absent
Link copied to clipboard
open
fun
putIfAbsent
(
p0
:
String
,
p1
:
String
)
:
String
?
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
String
)
:
String
?
open
fun
remove
(
key
:
String
,
value
:
String
)
:
Boolean
replace
Link copied to clipboard
open
fun
replace
(
p0
:
String
,
p1
:
String
)
:
String
?
open
fun
replace
(
p0
:
String
,
p1
:
String
,
p2
:
String
)
:
Boolean
replace
All
Link copied to clipboard
open
fun
replaceAll
(
p0
:
BiFunction
<
in
String
,
in
String
,
out
String
>
)
to
Dynamic
Document
Link copied to clipboard
fun
Map
<
String
,
Any
>
.
toDynamicDocument
(
)
:
SimpleDynamicDocument
with
Link copied to clipboard
open
fun
with
(
additional
:
Map
<
String
,
String
>
)
:
Header
open
fun
with
(
key
:
String
,
value
:
String
)
:
Header
with
Read
Only
Link copied to clipboard
abstract
fun
withReadOnly
(
)
:
Header