Uses of Class
org.apache.juneau.commons.lang.BooleanValue
Packages that use BooleanValue
Package
Description
Language utilities including value wrappers, version management, string formatting,
state enums, and other common language constructs.
-
Uses of BooleanValue in org.apache.juneau.commons.lang
Methods in org.apache.juneau.commons.lang that return BooleanValueModifier and TypeMethodDescriptionstatic BooleanValueBooleanValue.create()Creates a new boolean value initialized tofalse .static BooleanValueCreates a new boolean value with the specified initial value.