AnyCAD Rapid API 2023
Help you to create a better world!
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)