public class BooleanFormatter extends Object
Constructor and Description |
---|
BooleanFormatter(String missingString) |
BooleanFormatter(String trueString,
String falseString) |
BooleanFormatter(String trueString,
String falseString,
String missingString) |
Modifier and Type | Method and Description |
---|---|
String |
format(Boolean value) |
String |
format(byte value) |
String |
toString() |
Copyright © 2018. All rights reserved.