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

ListFormat.Type (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. STANDARD
    2. OR
    3. UNIT
  6. Method Details
    1. values()
    2. valueOf(String)

Enum Class ListFormat.Type

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

public static enum ListFormat.Type extends Enum<ListFormat.Type>
A ListFormat type - STANDARD, OR, and UNIT.

Type is an enum which represents the type for formatting a list within a given ListFormat instance. It determines the punctuation and the connecting words in the formatted text.

Since:
22


Web Proxy Viewer  |  New URL  |  Original Page