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

Public Member Functions

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