public interface IGosuArrayClassInstance extends IGosuObject
| Modifier and Type | Method and Description |
|---|---|
IGosuObject |
getArrayComponent(int iIndex) |
int |
getLength() |
IGosuObject[] |
getObjectArray() |
void |
setArrayComponent(int iIndex,
IGosuObject value) |
Object[] |
toArray() |
equals, getIntrinsicType, hashCode, toStringint getLength()
IGosuObject getArrayComponent(int iIndex)
void setArrayComponent(int iIndex,
IGosuObject value)
IGosuObject[] getObjectArray()
Object[] toArray()
Copyright © 2015. All rights reserved.