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

Public Member Functions

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