C# 클래스 natix.CompactDS.SortedList

상속: Bitmap
파일 보기 프로젝트 열기: sadit/natix

보호된 프로퍼티들

프로퍼티 타입 설명
N int
sortedList List

공개 메소드들

메소드 설명
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

메소드 상세

Access() 공개 메소드

public Access ( int i ) : bool
i int
리턴 bool

Add() 공개 메소드

public Add ( int p ) : void
p int
리턴 void

AssertEquality() 공개 메소드

public AssertEquality ( Bitmap _other ) : void
_other Bitmap
리턴 void

Build() 공개 메소드

public Build ( List sortedList, int n ) : void
sortedList List
n int
리턴 void

Load() 공개 메소드

public Load ( BinaryReader br ) : void
br System.IO.BinaryReader
리턴 void

Rank1() 공개 메소드

public Rank1 ( int pos ) : int
pos int
리턴 int

Save() 공개 메소드

public Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void

Select1() 공개 메소드

public Select1 ( int rank ) : int
rank int
리턴 int

SortedList() 공개 메소드

public SortedList ( ) : System
리턴 System

프로퍼티 상세

N 보호되어 있는 프로퍼티

protected int N
리턴 int

sortedList 보호되어 있는 프로퍼티

protected List sortedList
리턴 List