fiktion
Toggle table of contents
0.2.2
Select version
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
fiktion
fiktion-addon-java
/
dev.s7a.fiktion.addon.java.generators
/
sortedMap
sorted
Map
fun
<
K
:
Any
,
V
>
FakeContext
.
sortedMap
(
size
:
Int
=
int(1..3)
,
key
:
FakeContext
.
(
)
->
K
,
value
:
FakeContext
.
(
)
->
V
)
:
SortedMap
<
K
,
V
>
Generates a Java sorted map using
key
and
value
.