public final class BooleanFormat extends Format
Format.Field
Constructor and Description |
---|
BooleanFormat() |
BooleanFormat(String trueValue,
String falseValue) |
BooleanFormat(String trueValue,
String falseValue,
String nullValue) |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
format(Object object,
StringBuffer buffer,
FieldPosition position) |
Boolean |
parseObject(String source,
ParsePosition position) |
clone, format, formatToCharacterIterator, parseObject
public StringBuffer format(Object object, StringBuffer buffer, FieldPosition position)
public Boolean parseObject(String source, ParsePosition position)
parseObject
in class Format
Copyright © 2019 Optimatika. All rights reserved.