toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-api
/
com.apollographql.apollo.api
/
ImmutableMapBuilder
Immutable
Map
Builder
class
ImmutableMapBuilder
<
K
,
V
>
A helper class to make it easier to build Maps from the java codegen
Members
Constructors
Immutable
Map
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
Map
<
K
,
V
>
put
Link copied to clipboard
fun
put
(
key
:
K
,
value
:
V
)
:
ImmutableMapBuilder
<
K
,
V
>