|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sub_arctic.input.object_holder
Simple object to encapsulate a reference to another object. This class is used simulate full pass-by-reference when needed (i.e., to allow object parameters to be modified and returned by a method).
Field Summary | |
java.lang.Object |
obj
The Object we encapsulate a reference to. |
Constructor Summary | |
object_holder(java.lang.Object o)
Constructor. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.lang.Object obj
Constructor Detail |
public object_holder(java.lang.Object o)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |