C# 클래스 Dev2.Data.Binary_Objects.IndexList

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
AddGap ( int idx ) : void
Contains ( int idx ) : bool
Count ( ) : int
FetchIterator ( ) : IIndexIterator
GetMaxIndex ( ) : int
GetMinIndex ( ) : int
IndexList ( HashSet gaps, int maxValue, int minValue = 1 ) : System
RemoveGap ( int idx ) : void
SetGapsCollection ( HashSet myGaps ) : void
SetMaxValue ( int idx, bool isEmpty ) : void

비공개 메소드들

메소드 설명
IndexList ( ) : System

메소드 상세

AddGap() 공개 메소드

public AddGap ( int idx ) : void
idx int
리턴 void

Contains() 공개 메소드

public Contains ( int idx ) : bool
idx int
리턴 bool

Count() 공개 메소드

public Count ( ) : int
리턴 int

FetchIterator() 공개 메소드

public FetchIterator ( ) : IIndexIterator
리턴 IIndexIterator

GetMaxIndex() 공개 메소드

public GetMaxIndex ( ) : int
리턴 int

GetMinIndex() 공개 메소드

public GetMinIndex ( ) : int
리턴 int

IndexList() 공개 메소드

public IndexList ( HashSet gaps, int maxValue, int minValue = 1 ) : System
gaps HashSet
maxValue int
minValue int
리턴 System

RemoveGap() 공개 메소드

public RemoveGap ( int idx ) : void
idx int
리턴 void

SetGapsCollection() 공개 메소드

public SetGapsCollection ( HashSet myGaps ) : void
myGaps HashSet
리턴 void

SetMaxValue() 공개 메소드

public SetMaxValue ( int idx, bool isEmpty ) : void
idx int
isEmpty bool
리턴 void