[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/text/ListFormat.Style.html [Back]  [Original]

ListFormat.Style (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Nested Class Summary
  3. Enum Constant Summary
  4. Method Summary
  5. Enum Constant Details
    1. FULL
    2. SHORT
    3. NARROW
  6. Method Details
    1. values()
    2. valueOf(String)

Enum Class ListFormat.Style

java.lang.Object
java.lang.Enum<ListFormat.Style>
java.text.ListFormat.Style
All Implemented Interfaces:
Serializable, Comparable<ListFormat.Style>, Constable
Enclosing class:
ListFormat

public static enum ListFormat.Style extends Enum<ListFormat.Style>
A ListFormat style - FULL, SHORT, and NARROW.

Style is an enum which represents the style for formatting a list within a given ListFormat instance.

Since:
22


Web Proxy Viewer  |  New URL  |  Original Page