OpenBIMRL | Map functions
Class path: collection.map.mapValueCount
Map number of values
Description
Counts the number of values in a map and generates a new map based on that.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Map | AbstractMap | Map |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | counted map | AbstractMap | counted map |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself