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