Uses of Class
com.ibm.icu.impl.TimeZoneNamesImpl.NameInfo
Packages that use TimeZoneNamesImpl.NameInfo
-
Uses of TimeZoneNamesImpl.NameInfo in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement interfaces with type arguments of type TimeZoneNamesImpl.NameInfoModifier and TypeClassDescriptionprivate static classNameSearchHandler is used for collecting name matches.Fields in com.ibm.icu.impl with type parameters of type TimeZoneNamesImpl.NameInfoModifier and TypeFieldDescriptionprivate TextTrieMap<TimeZoneNamesImpl.NameInfo> TimeZoneNamesImpl._namesTrieMethod parameters in com.ibm.icu.impl with type arguments of type TimeZoneNamesImpl.NameInfoModifier and TypeMethodDescriptionvoidTimeZoneNamesImpl.ZNames.addAsMetaZoneIntoTrie(String mzID, TextTrieMap<TimeZoneNamesImpl.NameInfo> trie) voidTimeZoneNamesImpl.ZNames.addAsTimeZoneIntoTrie(String tzID, TextTrieMap<TimeZoneNamesImpl.NameInfo> trie) private voidTimeZoneNamesImpl.ZNames.addNamesIntoTrie(String mzID, String tzID, TextTrieMap<TimeZoneNamesImpl.NameInfo> trie) booleanTimeZoneNamesImpl.NameSearchHandler.handlePrefixMatch(int matchLength, Iterator<TimeZoneNamesImpl.NameInfo> values)