C# Class natix.CompactDS.SortedList

Inheritance: Bitmap
Mostrar archivo Open project: sadit/natix

Protected Properties

Property Type Description
N int
sortedList List

Public Methods

Method Description
Access ( int i ) : bool
Add ( int p ) : void
AssertEquality ( Bitmap _other ) : void
Build ( List sortedList, int n ) : void
Load ( BinaryReader br ) : void
Rank1 ( int pos ) : int
Save ( BinaryWriter bw ) : void
Select1 ( int rank ) : int
SortedList ( ) : System

Method Details

Access() public method

public Access ( int i ) : bool
i int
return bool

Add() public method

public Add ( int p ) : void
p int
return void

AssertEquality() public method

public AssertEquality ( Bitmap _other ) : void
_other Bitmap
return void

Build() public method

public Build ( List sortedList, int n ) : void
sortedList List
n int
return void

Load() public method

public Load ( BinaryReader br ) : void
br System.IO.BinaryReader
return void

Rank1() public method

public Rank1 ( int pos ) : int
pos int
return int

Save() public method

public Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void

Select1() public method

public Select1 ( int rank ) : int
rank int
return int

SortedList() public method

public SortedList ( ) : System
return System

Property Details

N protected_oe property

protected int N
return int

sortedList protected_oe property

protected List sortedList
return List