|
AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
| GDirList (GDir[] initialElements) | |
| GDirList (Iterable< GDir > initialElements) | |
| GDir | get (int index) |
| GDir | set (int index, GDir e) |
| boolean | add (GDir e) |
| void | add (int index, GDir e) |
| GDir | remove (int index) |
| int | size () |
| int | capacity () |
| void | reserve (int n) |
| GDirList (GDirList other) | |
| boolean | isEmpty () |
| void | clear () |
| GDirList (int count, GDir value) | |