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

Public Member Functions

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