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