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
/
treeMap
tree
Map
fun
<
K
,
V
>
FakeContext
.
treeMap
(
size
:
Int
=
int(1..3)
,
key
:
FakeContext
.
(
)
->
K
,
value
:
FakeContext
.
(
)
->
V
)
:
TreeMap
<
K
&
Any
,
V
>
Generates a Java tree map using
key
and
value
.