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