GenericObjectArrayValue (object)

The GenericObjectArrayValue is a typed implementation of the GenericArrayValue using a Object array element.

GenericObjectArrayValue GenericObjectArrayValue GenericObjectArrayValue GenericArrayValue GenericArrayValue GenericObjectArrayValue->GenericArrayValue GenericValue GenericValue GenericObjectArrayValue->GenericValue

Methods

  GenericObjectArrayValue ( in GenericObjectArrayValue other )
  GenericObjectArrayValue ( in ObjectArray value )
  GenericObjectArrayValue ()
GenericObjectArrayValue clone ? ()
Boolean equals ? ( in Ref<GenericValue> other )
Object get ? ( in Index index )
ObjectArray get ? ()
Type getValueType ? ()
UInt32 hash_ ? ()
Boolean isArray ? ()
  push ! ( in Object value )
  resize ! ( in Size newSize )
  set ! ( in Index index, in Object value )
  setCopy ! ( in ObjectArray value )
  setShared ! ( in ObjectArray value )
Size size ? ()

Methods in detail

GenericObjectArrayValue ( in GenericObjectArrayValue other )

copy constructor


GenericObjectArrayValue ( in ObjectArray value )

value constructor


GenericObjectArrayValue ()

default constructor


GenericObjectArrayValue GenericObjectArrayValue.clone? ()

clone method


Boolean GenericObjectArrayValue.equals? ( in Ref<GenericValue> other )

return true if this value array matches another one


Object GenericObjectArrayValue.get? ( in Index index )

returns an element the contained value array by index


ObjectArray GenericObjectArrayValue.get? ()

returns the contained value array


Type GenericObjectArrayValue.getValueType? ()

returns the name of the value type


UInt32 GenericObjectArrayValue.hash_? ()

returns a hash value for this


Boolean GenericObjectArrayValue.isArray? ()

returns true if this value contains an array


GenericObjectArrayValue.push! ( in Object value )

pushed an element to the contained value array


GenericObjectArrayValue.resize! ( in Size newSize )

resizes the contained value array


GenericObjectArrayValue.set! ( in Index index, in Object value )

sets an element the contained value array by index


GenericObjectArrayValue.setCopy! ( in ObjectArray value )

sets the contained value array (copying its contents)


GenericObjectArrayValue.setShared! ( in ObjectArray value )

sets the contained value array (sharing the reference)


Size GenericObjectArrayValue.size? ()

returns the size of the contained value array