toggle menu
moonlight
1.0-SNAPSHOT
jvm
switch theme
search in API
engine
/
io.github.moonlightsuite.moonlight.util
/
Utils
/
createSpatialModel
create
Spatial
Model
public
static
SpatialModel
<
T
>
createSpatialModel
<
T
>
(
int size
,
Map
<
Pair
<
Integer
,
Integer
>
,
T
>
edges
)
public
static
SpatialModel
<
T
>
createSpatialModel
<
T
>
(
int size
,
BiFunction
<
Integer
,
Integer
,
T
>
edges
)