|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picocontainer.defaults.SimpleReference
Constructor Summary | |
SimpleReference()
|
Method Summary | |
Object |
get()
Retrieve an actual reference to the object. |
void |
set(Object item)
Assign an object to the reference. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleReference()
Method Detail |
public Object get()
ObjectReference
get
in interface ObjectReference
public void set(Object item)
ObjectReference
set
in interface ObjectReference
item
- the object to assign to the reference. May be null
.
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |