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)

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Java package ⓘ
containsClass java.text.Annotation ⓘ
linked to: java.text

java.text.AttributedCharacterIterator ⓘ
linked to: java.text

java.text.AttributedString ⓘ
java.text.BreakIterator ⓘ
java.text.ChoiceFormat ⓘ
linked to: java.text

java.text.Collator ⓘ
java.text.DateFormat ⓘ
linked to: java.text

java.text.DecimalFormat ⓘ
linked to: java.text

java.text.DecimalFormatSymbols ⓘ
linked to: java.text

java.text.FieldPosition ⓘ
java.text.Format ⓘ
java.text.MessageFormat ⓘ
java.text.NumberFormat ⓘ
java.text.ParseException ⓘ
java.text.ParsePosition ⓘ
linked to: java.text

java.text.RuleBasedCollator ⓘ
linked to: java.text.Collator

java.text.SimpleDateFormat ⓘ
linked to: java.text
introducedIn Java 1.1 ⓘ
linked to: JDK 1.1
language Java ⓘ
maintainedBy Oracle Corporation ⓘ
partOf Java Platform ⓘ
Java Standard Library ⓘ
linked to: Java Class 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.Date ⓘ
linked to: java.util

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 ⓘ

How these facts were elicited

Referenced by (9)

Full triples — surface form annotated when it differs from this entity's canonical label.

java.text → containsClass → java.text.DateFormat ⓘ
linked to: java.text
java.text → containsClass → java.text.ChoiceFormat ⓘ
linked to: java.text
java.text → containsClass → java.text.DecimalFormat ⓘ
linked to: java.text
java.text → containsClass → java.text.DecimalFormatSymbols ⓘ
linked to: java.text
java.text → containsClass → java.text.SimpleDateFormat ⓘ
linked to: java.text
java.text → containsClass → java.text.AttributedCharacterIterator ⓘ
linked to: java.text
java.text → containsClass → java.text.ParsePosition ⓘ
linked to: java.text
java.text → containsClass → java.text.Annotation ⓘ
linked to: java.text