Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Locale.getCompareIgnoreWidth
Determines if string comparisons will ignore the width of characters.
Syntax
public boolean getCompareIgnoreWidth()
Return Value
Returns true if string comparisons will ignore the width of characters; otherwise, returns false.
Remarks
Use this method to determine if the Locale object will ignore the width of characters when doing string comparisons. By default, this value will return true unless set otherwise by using the setCompareIgnoreWidth method.
See Also setCompareIgnoreWidth, getCompareIgnoreCase, setCompareIgnoreCase, getCompareIgnoreKana, setCompareIgnoreKana, getCompareIgnoreKashida, setCompareIgnoreKashida, getCompareIgnoreNonSpace, setCompareIgnoreNonSpace, getCompareIgnoreSymbols, setCompareIgnoreSymbols