AnyCAD Rapid API 2023
Help you to create a better world!
Uint32List Class Reference
Inheritance diagram for Uint32List:

Public Member Functions

 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)