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

Public 成员函数

 Uint32List (long[] initialElements)
 
 Uint32List (Iterable< Long > initialElements)
 
Long get (int index)
 
Long set (int index, Long e)
 
boolean add (Long e)
 
void add (int index, Long e)
 
Long remove (int index)
 
int size ()
 
int capacity ()
 
void reserve (int n)
 
 Uint32List (Uint32List other)
 
boolean isEmpty ()
 
void clear ()
 
 Uint32List (int count, long value)