|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.tudelft.simulation.event.ref.Reference<T>
T - public abstract class Reference<T>
A Reference interface defining the indirect pointer access to an object.
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl/event
License of use: Lesser
General Public License (LGPL) , no warranty
Reference,
Serialized Form| Constructor Summary | |
|---|---|
Reference()
|
|
| Method Summary | |
|---|---|
abstract T |
get()
Returns this reference object's referent. |
protected abstract void |
set(T value)
sets the value of the reference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Reference()
| Method Detail |
|---|
public abstract T get()
null.
null
if this reference object has been clearedprotected abstract void set(T value)
value - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||