C# Class BplusDotNet.xBucket

Bucket for elements with same prefix -- designed for small buckets.
Show file Open project: benaston/BTree Class Usage Examples

Public Methods

Method Description
Add ( string key, byte map ) : void
Count ( ) : int
Find ( string key, byte &map ) : bool
FirstKey ( ) : string
Load ( byte serialization ) : void
NextKey ( string AfterThisKey ) : string
Remove ( string key ) : void
dump ( ) : byte[]
xBucket ( xBplusTreeBytes owner ) : System

Method Details

Add() public method

public Add ( string key, byte map ) : void
key string
map byte
return void

Count() public method

public Count ( ) : int
return int

Find() public method

public Find ( string key, byte &map ) : bool
key string
map byte
return bool

FirstKey() public method

public FirstKey ( ) : string
return string

Load() public method

public Load ( byte serialization ) : void
serialization byte
return void

NextKey() public method

public NextKey ( string AfterThisKey ) : string
AfterThisKey string
return string

Remove() public method

public Remove ( string key ) : void
key string
return void

dump() public method

public dump ( ) : byte[]
return byte[]

xBucket() public method

public xBucket ( xBplusTreeBytes owner ) : System
owner xBplusTreeBytes
return System