Tag Link | [TreeMap->Iterator] | 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->Iterator] returns an iterator for the tree map. The iterator allows each of the elements of the tree map to be inspected, modified, or even deleted in turn. An optional parameter specifies a matcher that is used to decide what elements of the tree map will be returned by the matcher.
[TreeMap->Iterator]
[TreeMap->Iterator(MatchRegExp('\bOmni'))]
Required Parameters | |
---|---|
Matcher | Any value or matcher. Each element of the tree map will be compared to this value or matcher. Only those elements which match will be returned by the iterator. |
See the Lasso 8 Language Guide for examples of how to use this tag.