Package com.ibm.icu.impl
Class TimeZoneGenericNames.NameInfo
- java.lang.Object
-
- com.ibm.icu.impl.TimeZoneGenericNames.NameInfo
-
- Enclosing class:
- TimeZoneGenericNames
private static class TimeZoneGenericNames.NameInfo extends java.lang.Object
A private class used for storing the name information in the local trie.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) TimeZoneGenericNames.GenericNameType
type
(package private) java.lang.String
tzID
-
Constructor Summary
Constructors Constructor Description NameInfo(java.lang.String tzID, TimeZoneGenericNames.GenericNameType type)
-
-
-
Field Detail
-
tzID
final java.lang.String tzID
-
type
final TimeZoneGenericNames.GenericNameType type
-
-
Constructor Detail
-
NameInfo
NameInfo(java.lang.String tzID, TimeZoneGenericNames.GenericNameType type)
-
-