C# 클래스 PhoneNumbers.AreaCodeMapStorageStrategy

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

보호된 프로퍼티들

프로퍼티 타입 설명
numOfEntries int
possibleLengths List

공개 메소드들

메소드 설명
ToString ( ) : String
getDescription ( int index ) : String
getNumOfEntries ( ) : int
getPossibleLengths ( ) : List
getPrefix ( int index ) : int
getStorageSize ( ) : int
readFromSortedMap ( String>.SortedDictionary sortedAreaCodeMap ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

getDescription() 공개 추상적인 메소드

public abstract getDescription ( int index ) : String
index int
리턴 String

getNumOfEntries() 공개 메소드

public getNumOfEntries ( ) : int
리턴 int

getPossibleLengths() 공개 메소드

public getPossibleLengths ( ) : List
리턴 List

getPrefix() 공개 추상적인 메소드

public abstract getPrefix ( int index ) : int
index int
리턴 int

getStorageSize() 공개 추상적인 메소드

public abstract getStorageSize ( ) : int
리턴 int

readFromSortedMap() 공개 추상적인 메소드

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

프로퍼티 상세

numOfEntries 보호되어 있는 프로퍼티

protected int numOfEntries
리턴 int

possibleLengths 보호되어 있는 프로퍼티

protected List possibleLengths
리턴 List