AnyCAD Rapid SDK 2022
The Rapid CAD SDK
Public Member Functions | List of all members
Uint8List Class Reference
Inheritance diagram for Uint8List:

Public Member Functions

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