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