Class TimeZoneGenericNames.GenericMatchInfo
java.lang.Object
com.ibm.icu.impl.TimeZoneGenericNames.GenericMatchInfo
- Enclosing class:
TimeZoneGenericNames
A class used for returning the name search result used by
TimeZoneGenericNames.find(String, int, EnumSet).-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int(package private) final TimeZoneGenericNames.GenericNameType(package private) final TimeZoneFormat.TimeType(package private) final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateGenericMatchInfo(TimeZoneGenericNames.GenericNameType nameType, String tzID, int matchLength) privateGenericMatchInfo(TimeZoneGenericNames.GenericNameType nameType, String tzID, int matchLength, TimeZoneFormat.TimeType timeType) -
Method Summary
-
Field Details
-
nameType
-
tzID
-
matchLength
final int matchLength -
timeType
-
-
Constructor Details
-
GenericMatchInfo
private GenericMatchInfo(TimeZoneGenericNames.GenericNameType nameType, String tzID, int matchLength) -
GenericMatchInfo
private GenericMatchInfo(TimeZoneGenericNames.GenericNameType nameType, String tzID, int matchLength, TimeZoneFormat.TimeType timeType)
-
-
Method Details
-
nameType
-
tzID
-
timeType
-
matchLength
public int matchLength()
-