Tag Link | [TreeMap->Insertfrom] | Category | Array |
---|---|---|---|
Type | Member | Source Available | No |
Support | Preferred | Version | 8.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[TreeMap->InsertFrom] inserts values into the tree map from an iterator. Each element returned by the iterator is inserted into the tree map in order until the iterator is exhausted.
[TreeMap->(InsertFrom: TreeMap->Iterator)]
Required Parameters | |
---|---|
Iterator | The iterator whose elements will be inserted into the tree map. |
See the Lasso 8 Language Guide for examples of how to use this tag.