public class BackFillArray extends java.lang.Object implements BackFillReference
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object[] |
m_array
Array containing reference.
|
private int |
m_index
Reference offset within array.
|
| Constructor and Description |
|---|
BackFillArray(int index,
java.lang.Object[] array)
Constructor.
|
| Modifier and Type | Method and 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