C# Class PhoneNumbers.AreaCodeMapStorageStrategy

Datei anzeigen Open project: naphaso/kilogram Class Usage Examples

Protected Properties

Property Type Description
numOfEntries int
possibleLengths List

Public Methods

Method Description
ToString ( ) : String
getDescription ( int index ) : String
getNumOfEntries ( ) : int
getPossibleLengths ( ) : List
getPrefix ( int index ) : int
getStorageSize ( ) : int
readFromSortedMap ( String>.SortedDictionary sortedAreaCodeMap ) : void

Method Details

ToString() public method

public ToString ( ) : String
return String

getDescription() public abstract method

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

getNumOfEntries() public method

public getNumOfEntries ( ) : int
return int

getPossibleLengths() public method

public getPossibleLengths ( ) : List
return List

getPrefix() public abstract method

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

getStorageSize() public abstract method

public abstract getStorageSize ( ) : int
return int

readFromSortedMap() public abstract method

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

Property Details

numOfEntries protected_oe property

protected int numOfEntries
return int

possibleLengths protected_oe property

protected List possibleLengths
return List