AnyCAD Rapid API 2023
Help you to create a better world!
|
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 () |
Uint32List (Uint32List other) | |
long | capacity () |
void | reserve (long n) |
boolean | isEmpty () |
void | clear () |
Uint32List (int count, long value) | |