Class | Description |
---|---|
BooleanUtils | |
ClassUtils |
See also com.mchange.v2.codegen.ClassUtils for related methods.
|
GentleThread |
an abstract Thread class that provides
utilities for easily defining Threads with
safe versions of the deprecated thread
methods stop(), resume(), and start()
|
NullUtils | Deprecated
use com.mchange.v2.ObjectUtils.eqOrBothNull()
|
Synchronizer | |
TVLUtils |
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.
|
Exception | Description |
---|---|
AmbiguousClassNameException |