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.
|
void |
AddElement(java.lang.Object obj)
when you are storing Integer-objects, consider using addElement( int ) instead.
|
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.
|
java.lang.Integer |
ElementAt(int offset)
if you dont really need the Integer-object from this method
it is recommended to use the
elementAt()-method instead,
which returns an int. |
void |
EnsureCapacity(int cc) |
public void EnsureCapacity(int cc)
public void AddElement(java.lang.Object obj)
obj - public final void addElement(int iValue)
iValue - the value to add to ptVector, wrapped in an Integerpublic java.lang.Integer ElementAt(int offset)
elementAt()-method instead,
which returns an int.public final int elementAt(int offset)
offset - of the element to getCopyright © 2022 Apache Software Foundation. All Rights Reserved.