Uses of Enum Class
de.gustavblass.commons.FuzzyBoolean
-
Uses of FuzzyBoolean in de.gustavblass.commons
Subclasses with type arguments of type FuzzyBoolean in de.gustavblass.commonsModifier and TypeClassDescriptionenum
Used if a boolean might be neither fully true nor fully false.Methods in de.gustavblass.commons that return FuzzyBooleanModifier and TypeMethodDescriptionstatic FuzzyBoolean
Returns the enum constant of this class with the specified name.static FuzzyBoolean[]
FuzzyBoolean.values()
Returns an array containing the constants of this enum class, in the order they are declared.