IanaParserExtended class final
A mapper between IANA time zone identifiers and BCP-47 time zone identifiers.
This mapper supports two-way mapping, but it is optimized for the case of IANA to BCP-47. It also supports normalizing and canonicalizing the IANA strings.
See the Rust documentation for IanaParserExtended
for more information.
- Implemented types
Constructors
- IanaParserExtended.new()
-
Create a new IanaParserExtended using compiled data
factory
- IanaParserExtended.withProvider(DataProvider provider)
-
Create a new IanaParserExtended using a particular data source
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
iter(
) → TimeZoneAndCanonicalIterator -
See the Rust documentation for
iter
for more information. -
iterAll(
) → TimeZoneAndCanonicalAndNormalizedIterator -
See the Rust documentation for
iter_all
for more information. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
String value) → TimeZoneAndCanonicalAndNormalized -
See the Rust documentation for
parse
for more information. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited