Class/Object

org.threeten.bp.format.internal

TTBPSimpleDateTimeTextProvider

Related Docs: object TTBPSimpleDateTimeTextProvider | package internal

Permalink

final class TTBPSimpleDateTimeTextProvider extends TTBPDateTimeTextProvider

The Service Provider Implementation to obtain date-time text for a field.

This implementation is based on extraction of data from a DateFormatSymbols.

Specification for implementors

This class is immutable and thread-safe.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TTBPSimpleDateTimeTextProvider
  2. TTBPDateTimeTextProvider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TTBPSimpleDateTimeTextProvider()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getAvailableLocales: Array[Locale]

    Permalink

    Gets the availabte locales.

    Gets the availabte locales.

    returns

    the locales

    Definition Classes
    TTBPSimpleDateTimeTextProviderTTBPDateTimeTextProvider
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getText(field: TemporalField, value: Long, style: TextStyle, locale: Locale): String

    Permalink

    Gets the text for the specified field, locale and style for the purpose of printing.

    Gets the text for the specified field, locale and style for the purpose of printing.

    The text associated with the value is returned. The null return value should be used if there is no applicable text, or if the text would be a numeric representation of the value.

    field

    the field to get text for, not null

    value

    the field value to get text for, not null

    style

    the style to get text for, not null

    locale

    the locale to get text for, not null

    returns

    the text for the field value, null if no text found

    Definition Classes
    TTBPSimpleDateTimeTextProviderTTBPDateTimeTextProvider
  12. def getTextIterator(field: TemporalField, style: TextStyle, locale: Locale): Iterator[Entry[String, Long]]

    Permalink

    Gets an iterator of text to field for the specified field, locale and style for the purpose of parsing.

    Gets an iterator of text to field for the specified field, locale and style for the purpose of parsing.

    The iterator must be returned in order from the longest text to the shortest.

    The null return value should be used if there is no applicable parsable text, or if the text would be a numeric representation of the value. Text can only be parsed if all the values for that field-style-locale combination are unique.

    field

    the field to get text for, not null

    style

    the style to get text for, null for all parsable text

    locale

    the locale to get text for, not null

    returns

    the iterator of text to field pairs, in order from longest text to shortest text, null if the field or style is not parsable

    Definition Classes
    TTBPSimpleDateTimeTextProviderTTBPDateTimeTextProvider
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TTBPDateTimeTextProvider

Inherited from AnyRef

Inherited from Any

Ungrouped