C# Class Dev2.Data.Binary_Objects.ListIndexIterator

Inheritance: IIndexIterator
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

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

public AddGap ( int idx ) : void
idx int
Résultat void

Clone() public méthode

public Clone ( ) : IIndexIterator
Résultat IIndexIterator

FetchGaps() public méthode

public FetchGaps ( ) : HashSet
Résultat HashSet

FetchNextIndex() public méthode

public FetchNextIndex ( ) : int
Résultat int

HasMore() public méthode

public HasMore ( ) : bool
Résultat bool

ListIndexIterator() public méthode

public ListIndexIterator ( List indexes ) : System
indexes List
Résultat System

MaxIndex() public méthode

public MaxIndex ( ) : int
Résultat int

MinIndex() public méthode

public MinIndex ( ) : int
Résultat int

RemoveGap() public méthode

public RemoveGap ( int idx ) : void
idx int
Résultat void