final class SimpleDateTimeTextProvider extends DateTimeTextProvider
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.
- Alphabetic
- By Inheritance
- SimpleDateTimeTextProvider
- DateTimeTextProvider
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SimpleDateTimeTextProvider()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAvailableLocales: Array[Locale]
Gets the available locales.
Gets the available locales.
- returns
the locales
- Definition Classes
- SimpleDateTimeTextProvider → DateTimeTextProvider
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getText(field: TemporalField, value: Long, style: TextStyle, locale: Locale): String
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
- SimpleDateTimeTextProvider → DateTimeTextProvider
-
def
getTextIterator(field: TemporalField, style: TextStyle, locale: Locale): Iterator[Entry[String, Long]]
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
- SimpleDateTimeTextProvider → DateTimeTextProvider
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )