java.lang.Object | |
↳ | com.microstrategy.utils.ObjectArray |
This class is only used internally for BridgeUtils .Net project.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
add(boolean b)
Adds a boolean value.
| ||||||||||
void | add(String v) | ||||||||||
void |
add(int v)
Adds an integer.
| ||||||||||
Object |
get(int index)
Returns the Object at the index.
| ||||||||||
int |
size()
Returns the size of the array.
| ||||||||||
Object[] |
toArray()
Converts it to Object array.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a boolean value.
Adds an integer.
Returns the Object at the index.
index | The index of the object. |
---|
Returns the size of the array.
Converts it to Object array.