A C G M P R T W 

A

AreaCodeMap - Class in com.google.i18n.phonenumbers.geocoding
A utility that maps phone number prefixes to a string describing the geographical area the prefix covers.
AreaCodeMap() - Constructor for class com.google.i18n.phonenumbers.geocoding.AreaCodeMap
Creates an empty AreaCodeMap.

C

com.google.i18n.phonenumbers.geocoding - package com.google.i18n.phonenumbers.geocoding
 

G

getDescriptionForNumber(Phonenumber.PhoneNumber, Locale) - Method in class com.google.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder
As per #getDescriptionForValidNumber(PhoneNumber, Locale) but explicitly checks the validity of the number passed in.
getDescriptionForNumber(Phonenumber.PhoneNumber, Locale, String) - Method in class com.google.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder
As per #getDescriptionForValidNumber(PhoneNumber, Locale, String) but explicitly checks the validity of the number passed in.
getDescriptionForValidNumber(Phonenumber.PhoneNumber, Locale) - Method in class com.google.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder
Returns a text description for the given phone number, in the language provided.
getDescriptionForValidNumber(Phonenumber.PhoneNumber, Locale, String) - Method in class com.google.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder
As per #getDescriptionForValidNumber(PhoneNumber, Locale) but also considers the region of the user.
getInstance() - Static method in class com.google.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder
Gets a PhoneNumberOfflineGeocoder instance to carry out international phone number geocoding.

M

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

P

PhoneNumberOfflineGeocoder - Class in com.google.i18n.phonenumbers.geocoding
An offline geocoder which provides geographical information related to a phone number.

R

readAreaCodeMap(SortedMap<Integer, String>) - Method in class com.google.i18n.phonenumbers.geocoding.AreaCodeMap
Creates an AreaCodeMap initialized with sortedAreaCodeMap.
readExternal(ObjectInput) - Method in class com.google.i18n.phonenumbers.geocoding.AreaCodeMap
Supports Java Serialization.
readExternal(ObjectInput) - Method in class com.google.i18n.phonenumbers.geocoding.MappingFileProvider
Supports Java Serialization.
readFileConfigs(SortedMap<Integer, Set<String>>) - Method in class com.google.i18n.phonenumbers.geocoding.MappingFileProvider
Initializes an MappingFileProvider with availableDataFiles.

T

toString() - Method in class com.google.i18n.phonenumbers.geocoding.AreaCodeMap
Dumps the mappings contained in the area code map.
toString() - Method in class com.google.i18n.phonenumbers.geocoding.MappingFileProvider
Returns a string representing the data in this class.

W

writeExternal(ObjectOutput) - Method in class com.google.i18n.phonenumbers.geocoding.AreaCodeMap
Supports Java Serialization.
writeExternal(ObjectOutput) - Method in class com.google.i18n.phonenumbers.geocoding.MappingFileProvider
Supports Java Serialization.
A C G M P R T W 

Copyright © 2013 Google. All Rights Reserved.