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