C# Class PhoneNumbers.AreaCodeMapStorageStrategy

Afficher le fichier Open project: naphaso/kilogram Class Usage Examples

Protected Properties

Свойство Type Description
numOfEntries int
possibleLengths List

Méthodes publiques

Méthode 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 méthode

public ToString ( ) : String
Résultat String

getDescription() public abstract méthode

public abstract getDescription ( int index ) : String
index int
Résultat String

getNumOfEntries() public méthode

public getNumOfEntries ( ) : int
Résultat int

getPossibleLengths() public méthode

public getPossibleLengths ( ) : List
Résultat List

getPrefix() public abstract méthode

public abstract getPrefix ( int index ) : int
index int
Résultat int

getStorageSize() public abstract méthode

public abstract getStorageSize ( ) : int
Résultat int

readFromSortedMap() public abstract méthode

public abstract readFromSortedMap ( String>.SortedDictionary sortedAreaCodeMap ) : void
sortedAreaCodeMap String>.SortedDictionary
Résultat void

Property Details

numOfEntries protected_oe property

protected int numOfEntries
Résultat int

possibleLengths protected_oe property

protected List possibleLengths
Résultat List