|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of object to get and setpublic interface Source<T>
Defines a class which can get and set an object of the specified type.
| Nested Class Summary | |
|---|---|
static class |
Source.SourceImpl<T>
Generic Source implementation. |
| Method Summary | |
|---|---|
T |
get()
Returns the object. |
void |
set(T t)
Set the object value. |
| Method Detail |
|---|
T get()
void set(T t)
t - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||