OpenBIMRL | Map functions
Class path: collection.map.mapInvert
Map Inverse
Description
Inverts the map by making the values keys and vice versa.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Map | AbstractMap | Map |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Inverted Map | AbstractMap | Inverted Map |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself