public class MetaRecord
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetaRecord.ByteRecord
A record that contain byte arrays elements.
|
static class |
MetaRecord.StringRecord |
| Modifier and Type | Field and Description |
|---|---|
int |
functionId |
int |
numPoints |
| Constructor and Description |
|---|
MetaRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(int iValue)
helper method to add int-values.
|
int |
elementAt(int offset)
helper-method to return the plain int-value from the record
and save the .intValue()-call at the caller's site.
|
public final void addElement(int iValue)
iValue - the value to add to ptVector, wrapped in an Integerpublic final int elementAt(int offset)
offset - of the element to get