C# Class natix.CompactDS.InvIndexSketchBuilder

Mostrar archivo Open project: sadit/natix Class Usage Examples

Public Methods

Method Description
Build ( IList sketch, int alphabet_block ) : void
InvIndexSketchBuilder ( IList _invindex, int len ) : System

Private Methods

Method Description
PopInvList ( ) : int
PqueueHasNext ( SplayTree pqueue, int next, int pos, IList invindex ) : bool
PushInvList ( int index ) : void

Method Details

Build() public method

public Build ( IList sketch, int alphabet_block ) : void
sketch IList
alphabet_block int
return void

InvIndexSketchBuilder() public method

public InvIndexSketchBuilder ( IList _invindex, int len ) : System
_invindex IList
len int
return System