AnyCAD Rapid API 2024
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 ()
 
int capacity ()
 
void reserve (int n)
 
 ObjectIdList (ObjectIdList other)
 
boolean isEmpty ()
 
void clear ()
 
 ObjectIdList (int count, ObjectId value)