C# 클래스 PhoneNumbers.AreaCodeMap

파일 보기 프로젝트 열기: naphaso/kilogram 1 사용 예제들

공개 메소드들

메소드 설명
AreaCodeMap ( ) : System
Lookup ( PhoneNumber number ) : String
ToString ( ) : String
getAreaCodeMapStorage ( ) : AreaCodeMapStorageStrategy
getSmallerMapStorage ( String>.SortedDictionary areaCodeMap ) : AreaCodeMapStorageStrategy
readAreaCodeMap ( String>.SortedDictionary sortedAreaCodeMap ) : void

비공개 메소드들

메소드 설명
binarySearch ( int start, int end, long value ) : int
createDefaultMapStorage ( ) : AreaCodeMapStorageStrategy
createFlyweightMapStorage ( ) : AreaCodeMapStorageStrategy
getSizeOfAreaCodeMapStorage ( AreaCodeMapStorageStrategy mapStorage, String>.SortedDictionary areaCodeMap ) : int

메소드 상세

AreaCodeMap() 공개 메소드

public AreaCodeMap ( ) : System
리턴 System

Lookup() 공개 메소드

public Lookup ( PhoneNumber number ) : String
number PhoneNumber
리턴 String

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

getAreaCodeMapStorage() 공개 메소드

public getAreaCodeMapStorage ( ) : AreaCodeMapStorageStrategy
리턴 AreaCodeMapStorageStrategy

getSmallerMapStorage() 공개 메소드

public getSmallerMapStorage ( String>.SortedDictionary areaCodeMap ) : AreaCodeMapStorageStrategy
areaCodeMap String>.SortedDictionary
리턴 AreaCodeMapStorageStrategy

readAreaCodeMap() 공개 메소드

public readAreaCodeMap ( String>.SortedDictionary sortedAreaCodeMap ) : void
sortedAreaCodeMap String>.SortedDictionary
리턴 void