Package com.mchange.v1.lang


package com.mchange.v1.lang
  • Class
    Description
     
     
    See also com.mchange.v2.codegen.ClassUtils for related methods.
    an abstract Thread class that provides utilities for easily defining Threads with safe versions of the deprecated thread methods stop(), resume(), and start()
    Deprecated.
    use com.mchange.v2.ObjectUtils.eqOrBothNull()
     
    Three-Valued Logic Utils -- utilities for treating a Boolean variable as a three-state logical entity, with states true, false, or unknown if the variable is null.