Package com.mchange.v1.lang
Class TVLUtils
java.lang.Object
com.mchange.v1.lang.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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final booleanisDefinitelyFalse(Boolean check) static final booleanisDefinitelyTrue(Boolean check) static final booleanisPossiblyFalse(Boolean check) static final booleanisPossiblyTrue(Boolean check) static final boolean
-
Constructor Details
-
TVLUtils
public TVLUtils()
-
-
Method Details
-
isDefinitelyTrue
-
isDefinitelyFalse
-
isPossiblyTrue
-
isPossiblyFalse
-
isUnknown
-