|
AnyCAD Rapid SDK 2022
The Rapid CAD SDK
|
Public Member Functions | |
| DoubleList (double[] initialElements) | |
| DoubleList (Iterable< Double > initialElements) | |
| Double | get (int index) |
| Double | set (int index, Double e) |
| boolean | add (Double e) |
| void | add (int index, Double e) |
| Double | remove (int index) |
| int | size () |
| DoubleList (DoubleList other) | |
| long | capacity () |
| void | reserve (long n) |
| boolean | isEmpty () |
| void | clear () |
| DoubleList (int count, double value) | |