| org.uninode.collection | ![]() |
org.uninode.0.780
Instance of Type[Array]
Inheriting from Indexable
Known subtypes are Array[Int], Array[Real]
An Array is a fixed-size collection.
| Type data | Value |
| org.uninode.Type[Collection].elementType | Node |
| org.uninode.Type.displayPattern | a {att:org.uninode.Node.type} |
| Attribute summary | Defined in | Uninode® Id | Properties | Default | |
| String | toString This is the display string. | Node | org.uninode.0.102 | ||
| Type | type The type of an object determines the behaviour and attributes of the object. | Node | org.uninode.0.101 | ||
| String | uri | Node | org.uninode.0.103 | ||
| Method summary | Defined in | Overrides | Properties | |
| Array(Int size) | Array | inheritable | ||
| void | clear | Array | ||
| void | copyFrom(Int start, Int count, Indexable indexable, Int indexableStart) | Array | ||
| Variable | first | Array | ||
| Variable | get(Int index) | Array | ||
| Variable | last | Array | ||
| void | put(Int index, Node node) | Array | ||
| Int | size | Collection | introspection | |