AnyCAD Rapid SDK 2022
The Rapid CAD SDK
Public Member Functions | List of all members
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)