|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.runtime.impl.BackFillArray
public class BackFillArray
Backfill reference item, used for filling in forward references as members of arrays. Each item holds both the array containing the reference and the offset in the array.
Field Summary | |
---|---|
private java.lang.Object[] |
m_array
Array containing reference. |
private int |
m_index
Reference offset within array. |
Constructor Summary | |
---|---|
BackFillArray(int index,
java.lang.Object[] array)
Constructor. |
Method Summary | |
---|---|
void |
backfill(java.lang.Object obj)
Define referenced object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object[] m_array
private int m_index
Constructor Detail |
---|
public BackFillArray(int index, java.lang.Object[] array)
index
- reference offset within arrayarray
- array containing the referenceMethod Detail |
---|
public void backfill(java.lang.Object obj)
backfill
in interface BackFillReference
obj
- referenced object
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |