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).
- Author:
- apete
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.text.Format
Format.Field -
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 java.text.Format
clone, format, formatToCharacterIterator, parseObject
-
Constructor Details
-
BooleanFormat
public BooleanFormat() -
BooleanFormat
-
BooleanFormat
-
-
Method Details
-
format
-
parseObject
- Specified by:
parseObjectin classFormat
-