java.text
E355661
java.text is a Java standard library package that provides classes and interfaces for formatting and parsing text, dates, numbers, and messages in a locale-sensitive manner.
All labels observed (9)
| Label | Occurrences |
|---|---|
| java.text canonical | 1 |
| java.text.Annotation | 1 |
| java.text.AttributedCharacterIterator | 1 |
| java.text.ChoiceFormat | 1 |
| java.text.DateFormat | 1 |
| java.text.DecimalFormat | 1 |
| java.text.DecimalFormatSymbols | 1 |
| java.text.ParsePosition | 1 |
| java.text.SimpleDateFormat | 1 |
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf | Java package ⓘ |
| containsClass |
java.text
self-linksurface differs
ⓘ
surface form:
java.text.Annotation
java.text self-linksurface differs ⓘ
surface form:
java.text.AttributedCharacterIterator
java.text.AttributedString ⓘ java.text.BreakIterator ⓘ java.text self-linksurface differs ⓘ
surface form:
java.text.ChoiceFormat
java.text.Collator ⓘ java.text self-linksurface differs ⓘ
surface form:
java.text.DateFormat
java.text self-linksurface differs ⓘ
surface form:
java.text.DecimalFormat
java.text self-linksurface differs ⓘ
surface form:
java.text.DecimalFormatSymbols
java.text.FieldPosition ⓘ java.text.Format ⓘ java.text.MessageFormat ⓘ java.text.NumberFormat ⓘ java.text.ParseException ⓘ java.text self-linksurface differs ⓘ
surface form:
java.text.ParsePosition
java.text.Collator ⓘ
surface form:
java.text.RuleBasedCollator
java.text self-linksurface differs ⓘ
surface form:
java.text.SimpleDateFormat
|
| introducedIn |
JDK 1.1
ⓘ
surface form:
Java 1.1
|
| language | Java ⓘ |
| maintainedBy | Oracle Corporation ⓘ |
| partOf |
Java Platform, Standard Edition
ⓘ
surface form:
Java Platform
Java Class Library ⓘ
surface form:
Java Standard Library
|
| providesFunctionality |
character iteration
ⓘ
collation ⓘ date formatting ⓘ date parsing ⓘ locale-sensitive formatting ⓘ locale-sensitive parsing ⓘ message formatting ⓘ number formatting ⓘ number parsing ⓘ text formatting ⓘ text parsing ⓘ |
| relatedTo |
java.math.BigDecimal
ⓘ
java.math.BigInteger ⓘ java.util ⓘ
surface form:
java.util.Date
java.util.Locale ⓘ |
| supportsConcept |
internationalization
ⓘ
localization ⓘ |
| usedFor |
building locale-sensitive messages
ⓘ
comparing strings according to locale collation rules ⓘ formatting currencies according to Locale ⓘ formatting dates according to Locale ⓘ formatting numbers according to Locale ⓘ formatting percentages according to Locale ⓘ iterating over text boundaries ⓘ parsing localized date strings ⓘ parsing localized number strings ⓘ |
Referenced by (9)
Full triples — surface form annotated when it differs from this entity's canonical label.
this entity surface form:
java.text.DateFormat
this entity surface form:
java.text.ChoiceFormat
this entity surface form:
java.text.DecimalFormat
this entity surface form:
java.text.DecimalFormatSymbols
this entity surface form:
java.text.SimpleDateFormat
this entity surface form:
java.text.AttributedCharacterIterator
this entity surface form:
java.text.ParsePosition
this entity surface form:
java.text.Annotation