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

Public Member Functions

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