Calendar
is an abstract base class for converting between a UDate
object and a set of integer fields such as YEAR
, MONTH
, DAY
, HOUR
, and so on)
Collator
class performs locale-sensitive String
comparison)
FieldPosition
is a simple class used by Format
and its subclasses to identify fields in formatted output)
Locale
object represents a specific geographical, political, or cultural region)
Normalizer
transforms Unicode text into an equivalent composed or decomposed form, allowing for easier sorting and searching of text)
ParsePosition
is a simple class used by Format
and its subclasses to keep track of the current position during parsing)
Replaceable
is an abstract base class representing a string of characters that supports the replacement of a range of itself with a new string of characters)
A subclass of BreakIterator whose behavior is specified using a list of rules.)
RuleBasedTransliterator
is a transliterator that reads a set of rules in order to determine how to perform translations)
SimpleTimeZone
is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar)
TimeZone
represents a time zone offset, and also figures out daylight savings)
Transliterator
is an abstract class that transliterates text from one format to another)
UnicodeFilter
defines a protocol for selecting a subset of the full range (U+0000 to U+FFFF) of Unicode characters)
UnicodeFilterLogic
provides logical operators on)