C# Class Dev2.Data.Binary_Objects.ListIndexIterator

Inheritance: IIndexIterator
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
AddGap ( int idx ) : void
Clone ( ) : IIndexIterator
FetchGaps ( ) : HashSet
FetchNextIndex ( ) : int
HasMore ( ) : bool
ListIndexIterator ( List indexes ) : System
MaxIndex ( ) : int
MinIndex ( ) : int
RemoveGap ( int idx ) : void

Method Details

AddGap() public method

public AddGap ( int idx ) : void
idx int
return void

Clone() public method

public Clone ( ) : IIndexIterator
return IIndexIterator

FetchGaps() public method

public FetchGaps ( ) : HashSet
return HashSet

FetchNextIndex() public method

public FetchNextIndex ( ) : int
return int

HasMore() public method

public HasMore ( ) : bool
return bool

ListIndexIterator() public method

public ListIndexIterator ( List indexes ) : System
indexes List
return System

MaxIndex() public method

public MaxIndex ( ) : int
return int

MinIndex() public method

public MinIndex ( ) : int
return int

RemoveGap() public method

public RemoveGap ( int idx ) : void
idx int
return void