En:Collection
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
[править]
Class Collection
Class is used for data storage of basiс type BasicType as list. And it contains tools for data access to this list.
[править]
Methods list
| Add | Add value to collection |
| Get | Get value from collection by its key or index |
| Clear | Clear collection values |
| isExists | Check existing of value in list by key |
| Count | Get collection items count |
| Free | Object destructor |