1 |
Elements are created with the addElement( ... ) method:
|
2 | The object missouri of type Order is automatically converted to an Object and added to Vector instance orders defined on the previous foil. |
3 |
There are methods for indexing vectors. Like arrays, the indexing is zero-based.
|
4 |
The length of the Vector may also be obtained:
|