|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.util.context.ContextValue<T>
public class ContextValue<T>
An object that contains a single context-dependent value.
| Field Summary | |
|---|---|
protected ContextHolder |
holder
|
protected ContextLink<T> |
link
|
| Constructor Summary | |
|---|---|
ContextValue(ContextHolder holder,
T rootValue)
|
|
ContextValue(T rootValue)
|
|
| Method Summary | |
|---|---|
T |
get()
|
void |
set(T new_value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ContextHolder holder
protected ContextLink<T> link
| Constructor Detail |
|---|
public ContextValue(T rootValue)
public ContextValue(ContextHolder holder,
T rootValue)
| Method Detail |
|---|
public T get()
public void set(T new_value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||