|
Project Wonder 5.0.0.8795 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecter.extensions.foundation.ERXLazyValue.ConstantSource<T>
T - the type of the valuepublic static class ERXLazyValue.ConstantSource<T>
ConstantSource provides a Source implementation on top of a fixed value.
| Constructor Summary | |
|---|---|
ERXLazyValue.ConstantSource(T value)
Constructs a ConstantSource with a fixed value. |
|
| Method Summary | |
|---|---|
void |
setValue(T value)
Sets a new fixed value. |
String |
toString()
|
T |
value()
Returns the fixed value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ERXLazyValue.ConstantSource(T value)
value - the value| Method Detail |
|---|
public T value()
value in interface ERXLazyValue.Source<T>public void setValue(T value)
setValue in interface ERXLazyValue.Source<T>value - the new valuepublic String toString()
toString in class Object
|
Last updated: Fri, Jan 9, 2009 04:35 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||