C G L M P R T W 

C

com.google.i18n.phonenumbers.prefixmapper - package com.google.i18n.phonenumbers.prefixmapper
 

G

getDescriptionForNumber(Phonenumber.PhoneNumber, String, String, String) - Method in class com.google.i18n.phonenumbers.prefixmapper.PrefixFileReader
Returns a text description in the given language for the given phone number.

L

lookup(Phonenumber.PhoneNumber) - Method in class com.google.i18n.phonenumbers.prefixmapper.PhonePrefixMap
As per PhonePrefixMap.lookup(long), but receives the number as a PhoneNumber instead of a long.
lookupCountryLevelTimeZonesForNumber(Phonenumber.PhoneNumber) - Method in class com.google.i18n.phonenumbers.prefixmapper.PrefixTimeZonesMap
Returns the list of time zones number's calling country code corresponds to.
lookupTimeZonesForNumber(Phonenumber.PhoneNumber) - Method in class com.google.i18n.phonenumbers.prefixmapper.PrefixTimeZonesMap
As per PrefixTimeZonesMap.lookupTimeZonesForNumber(long), but receives the number as a PhoneNumber instead of a long.

M

MappingFileProvider - Class in com.google.i18n.phonenumbers.prefixmapper
A utility which knows the data files that are available for the phone prefix mappers to use.
MappingFileProvider() - Constructor for class com.google.i18n.phonenumbers.prefixmapper.MappingFileProvider
Creates an empty MappingFileProvider.

P

PhonePrefixMap - Class in com.google.i18n.phonenumbers.prefixmapper
A utility that maps phone number prefixes to a description string, which may be, for example, the geographical area the prefix covers.
PhonePrefixMap() - Constructor for class com.google.i18n.phonenumbers.prefixmapper.PhonePrefixMap
Creates an empty PhonePrefixMap.
PrefixFileReader - Class in com.google.i18n.phonenumbers.prefixmapper
A helper class doing file handling and lookup of phone number prefix mappings.
PrefixFileReader(String) - Constructor for class com.google.i18n.phonenumbers.prefixmapper.PrefixFileReader
 
PrefixTimeZonesMap - Class in com.google.i18n.phonenumbers.prefixmapper
A utility that maps phone number prefixes to a list of strings describing the time zones to which each prefix belongs.
PrefixTimeZonesMap() - Constructor for class com.google.i18n.phonenumbers.prefixmapper.PrefixTimeZonesMap
 

R

readExternal(ObjectInput) - Method in class com.google.i18n.phonenumbers.prefixmapper.MappingFileProvider
Supports Java Serialization.
readExternal(ObjectInput) - Method in class com.google.i18n.phonenumbers.prefixmapper.PhonePrefixMap
Supports Java Serialization.
readExternal(ObjectInput) - Method in class com.google.i18n.phonenumbers.prefixmapper.PrefixTimeZonesMap
 
readFileConfigs(SortedMap<Integer, Set<String>>) - Method in class com.google.i18n.phonenumbers.prefixmapper.MappingFileProvider
Initializes an MappingFileProvider with availableDataFiles.
readPhonePrefixMap(SortedMap<Integer, String>) - Method in class com.google.i18n.phonenumbers.prefixmapper.PhonePrefixMap
Creates an PhonePrefixMap initialized with sortedPhonePrefixMap.
readPrefixTimeZonesMap(SortedMap<Integer, String>) - Method in class com.google.i18n.phonenumbers.prefixmapper.PrefixTimeZonesMap
Creates a PrefixTimeZonesMap initialized with sortedPrefixTimeZoneMap.

T

toString() - Method in class com.google.i18n.phonenumbers.prefixmapper.MappingFileProvider
Returns a string representing the data in this class.
toString() - Method in class com.google.i18n.phonenumbers.prefixmapper.PhonePrefixMap
Dumps the mappings contained in the phone prefix map.
toString() - Method in class com.google.i18n.phonenumbers.prefixmapper.PrefixTimeZonesMap
Dumps the mappings contained in the phone prefix map.

W

writeExternal(ObjectOutput) - Method in class com.google.i18n.phonenumbers.prefixmapper.MappingFileProvider
Supports Java Serialization.
writeExternal(ObjectOutput) - Method in class com.google.i18n.phonenumbers.prefixmapper.PhonePrefixMap
Supports Java Serialization.
writeExternal(ObjectOutput) - Method in class com.google.i18n.phonenumbers.prefixmapper.PrefixTimeZonesMap
Supports Java Serialization.
C G L M P R T W 
Skip navigation links

Copyright © 2019 Google. All Rights Reserved.