|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robokind.api.common.utils.Source.SourceImpl<T>
T - object classpublic static class Source.SourceImpl<T>
Generic Source implementation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.robokind.api.common.utils.Source |
|---|
Source.SourceImpl<T> |
| Constructor Summary | |
|---|---|
Source.SourceImpl()
Creates a new SourceImpl with a null value. |
|
Source.SourceImpl(T t)
Creates a new SourceImpl with the given value. |
|
| Method Summary | |
|---|---|
T |
get()
Returns the object. |
void |
set(T t)
Set the object value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Source.SourceImpl()
public Source.SourceImpl(T t)
t - value to set| Method Detail |
|---|
public T get()
Source
get in interface Source<T>public void set(T t)
Source
set in interface Source<T>t - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||