|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.littleshoot.util.ObjectRefImpl
public final class ObjectRefImpl
An implementation of the ObjectRef interface.
| Constructor Summary | |
|---|---|
ObjectRefImpl()
Constructs a new object reference. |
|
| Method Summary | |
|---|---|
Object |
object()
Returns the object contained in this reference. |
void |
setObject(Object object)
Sets the object contained in this reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectRefImpl()
| Method Detail |
|---|
public Object object()
object in interface ObjectRefpublic void setObject(Object object)
setObject in interface ObjectRefobject - The object to be contained in this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||