org.uninode.collection

Type Array

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 dataValue
org.uninode.Type[Collection].elementTypeNode
org.uninode.Type.displayPatterna {att:org.uninode.Node.type}

Attribute summaryDefined inUninode® IdPropertiesDefault
StringtoString
This is the display string.
Nodeorg.uninode.0.102
Typetype
The type of an object determines the behaviour and attributes of the object.
Nodeorg.uninode.0.101
StringuriNodeorg.uninode.0.103

Method summaryDefined inOverridesProperties
Array(Int size)Arrayinheritable
voidclearArray
voidcopyFrom(Int start, Int count, Indexable indexable, Int indexableStart)Array
VariablefirstArray
Variableget(Int index)Array
VariablelastArray
voidput(Int index, Node node)Array
IntsizeCollectionintrospection