|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.marshall.UnmarshalledReferences
public class UnmarshalledReferences
An efficient array-based list of referenced objects, using the reference id as a subscript for the array.
| Constructor Summary | |
|---|---|
UnmarshalledReferences()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getReferencedObject(int ref)
Retrieves an object referenced by an id |
void |
putReferencedObject(int ref,
java.lang.Object o)
Adds a referenced object to the list of references |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnmarshalledReferences()
| Method Detail |
|---|
public java.lang.Object getReferencedObject(int ref)
ref - reference
public void putReferencedObject(int ref,
java.lang.Object o)
ref - reference ido - object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||