Class BooleanFormat
java.lang.Object
java.text.Format
org.ojalgo.type.format.BooleanFormat
- All Implemented Interfaces:
Serializable, Cloneable
BooleanFormat doesn't do anything useful, but it was needed for BooleanContext (that doesn't
do much either).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Format
Format.Field -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBooleanFormat(String trueValue, String falseValue) BooleanFormat(String trueValue, String falseValue, String nullValue) -
Method Summary
Modifier and TypeMethodDescriptionformat(Object object, StringBuffer buffer, FieldPosition position) parseObject(String source, ParsePosition position) Methods inherited from class Format
clone, format, formatToCharacterIterator, parseObject
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
myFalseValue
-
myNullValue
-
myTrueValue
-
-
Constructor Details
-
BooleanFormat
public BooleanFormat() -
BooleanFormat
-
BooleanFormat
-
-
Method Details
-
format
-
parseObject
- Specified by:
parseObjectin classFormat
-