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

Public Member Functions

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