Dummy superclass that just inherits from Collection.AbstractArray so we do not change the name of AbstractArray in case existing code uses this. More...
Additional Inherited Members | |
![]() | |
_.Library.Status | Clear () |
Clears the contents of the array. More... | |
_.Library.Integer | Count () |
Returns the number of elements contained in the array. | |
_.Library.Boolean | Define (_.Library.String key) |
This method is deprecated. More... | |
_.Library.String | Find (_.Library.RawString element, _.Library.String key) |
Starting from, but not including, location key,. More... | |
_.Library.RawString | GetPrevious (_.Library.String key) |
Finds and returns the value of the element at the location before key More... | |
_.Library.Boolean | IsDefined (_.Library.String key) |
Returns true (1) if a value is defined at location key,. More... | |
_.Library.String | Previous (_.Library.String key) |
Finds and returns the key value of the element at the location preceding key in the array. More... | |
_.Library.RawString | RemoveAt (_.Library.String key) |
Removes the element associated with key in the array. More... | |
_.Library.Status | SetAt (_.Library.RawString element, _.Library.String key) |
Sets the value of the element associated with key to element. More... | |
![]() | |
_.Library.RawString | GetAt (_.Library.RawString key) |
Definition of iterator methods that all our collections classes use to ensure consistency. More... | |
_.Library.RawString | GetNext (_.Library.RawString key) |
Finds and returns the value of the element at the location after key More... | |
_.Library.RawString | Next (_.Library.RawString key) |
Finds and returns the key value of the element at the location following key in the iteration. More... | |
![]() | |
_.Library.Status | BuildValueArray (_.Library.Binary serialized, _.Library.Binary array) |
Constructs array(key)=value for each element in the serialval value. More... | |
_.Library.String | LogicalToOdbc (_.Library.String val, _.Library.String delim, _.Library.String class, _.Library.String method) |
Converts the serial state of this array object to a delimited string. More... | |
_.Library.String | OdbcToLogical (_.Library.String val, _.Library.String delim, _.Library.String class, _.Library.String method) |
Converts the value of an incoming delimited string to a serialized state. More... | |
![]() | |
ELEMENTTYPE = None | |
The type (class name) of the elements stored in the collection. | |
Dummy superclass that just inherits from Collection.AbstractArray so we do not change the name of AbstractArray in case existing code uses this.
You should use the new Collection.AbstractArray class in your code.