C# Class PhoneNumbers.DefaultMapStorage

Inheritance: AreaCodeMapStorageStrategy
Show file Open project: naphaso/kilogram

Public Methods

Method Description
DefaultMapStorage ( ) : System
getDescription ( int index ) : String
getPrefix ( int index ) : int
getStorageSize ( ) : int
readFromSortedMap ( String>.SortedDictionary sortedAreaCodeMap ) : void

Method Details

DefaultMapStorage() public method

public DefaultMapStorage ( ) : System
return System

getDescription() public method

public getDescription ( int index ) : String
index int
return String

getPrefix() public method

public getPrefix ( int index ) : int
index int
return int

getStorageSize() public method

public getStorageSize ( ) : int
return int

readFromSortedMap() public method

public readFromSortedMap ( String>.SortedDictionary sortedAreaCodeMap ) : void
sortedAreaCodeMap String>.SortedDictionary
return void