com.ibm.icu.text

Class NumberFormat.SimpleNumberFormatFactory

public abstract static class NumberFormat.SimpleNumberFormatFactory extends NumberFormat.NumberFormatFactory

A NumberFormatFactory that supports a single locale. It can be visible or invisible.

UNKNOWN: ICU 2.6

Constructor Summary
SimpleNumberFormatFactory(Locale locale)
SimpleNumberFormatFactory(Locale locale, boolean visible)
SimpleNumberFormatFactory(ULocale locale)
SimpleNumberFormatFactory(ULocale locale, boolean visible)
Method Summary
SetgetSupportedLocaleNames()
booleanvisible()

Constructor Detail

SimpleNumberFormatFactory

public SimpleNumberFormatFactory(Locale locale)

UNKNOWN: ICU 2.6

SimpleNumberFormatFactory

public SimpleNumberFormatFactory(Locale locale, boolean visible)

UNKNOWN: ICU 2.6

SimpleNumberFormatFactory

public SimpleNumberFormatFactory(ULocale locale)

UNKNOWN: ICU 3.2 This API might change or be removed in a future release.

SimpleNumberFormatFactory

public SimpleNumberFormatFactory(ULocale locale, boolean visible)

UNKNOWN: ICU 3.2 This API might change or be removed in a future release.

Method Detail

getSupportedLocaleNames

public final Set getSupportedLocaleNames()

UNKNOWN: ICU 2.6

visible

public final boolean visible()

UNKNOWN: ICU 2.6

Copyright (c) 2006 IBM Corporation and others.