Uses of Class
ix.util.context.ContextLink

Packages that use ContextLink
ix.util.context Context-layering mechanism. 
 

Uses of ContextLink in ix.util.context
 

Fields in ix.util.context declared as ContextLink
(package private)  ContextLink ContextString.link
           
(package private)  ContextLink ContextBoolean.link
           
(package private)  ContextLink ContextLong.link
           
(package private)  ContextLink ContextInt.link
           
protected  ContextLink ContextValue.link
           
(package private)  ContextLink ContextLink.next
           
(package private)  ContextLink ContextHashMap.Entry.valLink
           
 

Methods in ix.util.context that return ContextLink
static ContextLink Context.getValueLinkInContext(ContextLink cl, Context c)
          Searches a chain of ContextLinks to find the link that contains the value associated with a given context.
 

Methods in ix.util.context with parameters of type ContextLink
static java.lang.Object Context.getInContext(ContextLink cl, Context c)
          Searches a chain of ContextLinks to find the value associated with a given context.
static java.lang.Object Context.getInContext(ContextLink cl, Context c, java.lang.Object defaultValue)
          Searches a chain of ContextLinks to find the value associated with a given context and returns a default value if no value can be found.
static ContextLink Context.getValueLinkInContext(ContextLink cl, Context c)
          Searches a chain of ContextLinks to find the link that contains the value associated with a given context.
static java.lang.Object Context.requireInContext(ContextLink cl, Context c)
          Searches a chain of ContextLinks to find the value associated with a given context and throws an exception if no value can be found.
static void Context.setInContext(ContextLink cl, Context c, java.lang.Object value)
          Modifies a chain of ContextLinks to associate a value directly with a given context.
 

Constructors in ix.util.context with parameters of type ContextLink
ContextHashMap.Entry(java.lang.Object key, ContextLink valLink)
           
ContextLink(Context context, java.lang.Object value, ContextLink next)
          Constructs a new link at the head of a chain.
ContextLink(long contextNumber, java.lang.Object value, ContextLink next)
          Constructs a new link at the head of a chain.