toggle menu
Writeopia
common
switch theme
search in API
writeopia
/
io.writeopia.sdk.utils.iterables
Package-level
declarations
Types
Functions
Types
Map
Operations
Link copied to clipboard
object
MapOperations
Functions
add
Element
In
Position
Link copied to clipboard
fun
<
T
>
Map
<
Int
,
T
>
.
addElementInPosition
(
element
:
T
,
position
:
Int
)
:
Map
<
Int
,
T
>
merge
Sorted
Maps
Link copied to clipboard
fun
<
T
>
Map
<
Int
,
T
>
.
mergeSortedMaps
(
newMap
:
Map
<
Int
,
T
>
)
:
Map
<
Int
,
T
>
normalize
Positions
Link copied to clipboard
fun
<
T
>
Map
<
Int
,
T
>
.
normalizePositions
(
)
:
Map
<
Int
,
T
>