AnyCAD Rapid API 2023
Help you to create a better world!
载入中...
搜索中...
未找到
ObjectIdList类 参考
类 ObjectIdList 继承关系图:

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)