BackFillReferencepublic class BackFillArray extends java.lang.Object implements BackFillReference
| Modifier and Type | Field | Description |
|---|---|---|
private java.lang.Object[] |
m_array |
Array containing reference.
|
private int |
m_index |
Reference offset within array.
|
| Constructor | Description |
|---|---|
BackFillArray(int index,
java.lang.Object[] array) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
backfill(java.lang.Object obj) |
Define referenced object.
|
private java.lang.Object[] m_array
private int m_index
public BackFillArray(int index,
java.lang.Object[] array)
index - reference offset within arrayarray - array containing the referencepublic void backfill(java.lang.Object obj)
backfill in interface BackFillReferenceobj - referenced object