ix.util.context
Class ContextLong

java.lang.Object
  extended by ix.util.context.ContextValue<java.lang.Long>
      extended by ix.util.context.ContextLong

public class ContextLong
extends ContextValue<java.lang.Long>

An object that contains a single context-dependent long value.


Field Summary
 
Fields inherited from class ix.util.context.ContextValue
holder, link
 
Constructor Summary
ContextLong(ContextHolder holder, java.lang.Long rootValue)
           
ContextLong(java.lang.Long rootValue)
           
 
Method Summary
 
Methods inherited from class ix.util.context.ContextValue
get, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextLong

public ContextLong(java.lang.Long rootValue)

ContextLong

public ContextLong(ContextHolder holder,
                   java.lang.Long rootValue)