Uses of Enum Class
java.text.ListFormat.Style
Packages that use ListFormat.Style
Package
Description
Provides classes and interfaces for handling text, dates, numbers,
and messages in a manner independent of natural languages.
-
Uses of ListFormat.Style in java.text
Subclasses with type arguments of type ListFormat.Style in java.textModifier and TypeClassDescriptionstatic enum
Methods in java.text that return ListFormat.StyleModifier and TypeMethodDescriptionstatic ListFormat.Style
Returns the enum constant of this class with the specified name.static ListFormat.Style[]
ListFormat.Style.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in java.text with parameters of type ListFormat.StyleModifier and TypeMethodDescriptionstatic ListFormat
ListFormat.getInstance
(Locale locale, ListFormat.Type type, ListFormat.Style style)