public class IntegerArrayResult extends IntegerArrayResultType
| Constructor and Description |
|---|
IntegerArrayResult() |
IntegerArrayResult(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int value) |
int |
get(int index)
The first int is at index = 0.
|
int |
length()
Returns the length of this descriptor.
|
String |
toString()
String representation of the result.
|
public IntegerArrayResult()
public IntegerArrayResult(int size)
public void add(int value)
public int get(int index)
public int length()
IDescriptorResultlength in interface IDescriptorResultlength in class IntegerArrayResultTypepublic String toString()
IDescriptorResulttoString in interface IDescriptorResulttoString in class IntegerArrayResultTypeCopyright © 2021. All rights reserved.