C# Class CascadeSharp.TKTopAlgo.MAT.MAT_DataMapOfIntegerBasicElt

ファイルを表示 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Assign ( MAT_DataMapOfIntegerBasicElt theOther ) : MAT_DataMapOfIntegerBasicElt
Bound ( int theKey, CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt theItem ) : CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
ChangeFind ( int theKey ) : CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
ChangeSeek ( int theKey ) : CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Exchange ( MAT_DataMapOfIntegerBasicElt theOther ) : void
Find ( int theKey ) : CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
Find ( int theKey, CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt theValue ) : bool
IsBound ( int theKey ) : bool
MAT_DataMapOfIntegerBasicElt ( ) : System
MAT_DataMapOfIntegerBasicElt ( MAT_DataMapOfIntegerBasicElt theOther ) : System
MAT_DataMapOfIntegerBasicElt ( int theNbBuckets ) : System
MAT_DataMapOfIntegerBasicElt ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Seek ( int theKey ) : CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
Size ( ) : int
UnBind ( int theKey ) : bool

Method Details

Assign() public method

public Assign ( MAT_DataMapOfIntegerBasicElt theOther ) : MAT_DataMapOfIntegerBasicElt
theOther MAT_DataMapOfIntegerBasicElt
return MAT_DataMapOfIntegerBasicElt

Bound() public method

public Bound ( int theKey, CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt theItem ) : CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
theKey int
theItem CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
return CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt

ChangeFind() public method

public ChangeFind ( int theKey ) : CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
theKey int
return CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt

ChangeSeek() public method

public ChangeSeek ( int theKey ) : CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
theKey int
return CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Clear() public method

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
return void

Exchange() public method

public Exchange ( MAT_DataMapOfIntegerBasicElt theOther ) : void
theOther MAT_DataMapOfIntegerBasicElt
return void

Find() public method

public Find ( int theKey ) : CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
theKey int
return CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt

Find() public method

public Find ( int theKey, CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt theValue ) : bool
theKey int
theValue CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
return bool

IsBound() public method

public IsBound ( int theKey ) : bool
theKey int
return bool

MAT_DataMapOfIntegerBasicElt() public method

public MAT_DataMapOfIntegerBasicElt ( ) : System
return System

MAT_DataMapOfIntegerBasicElt() public method

public MAT_DataMapOfIntegerBasicElt ( MAT_DataMapOfIntegerBasicElt theOther ) : System
theOther MAT_DataMapOfIntegerBasicElt
return System

MAT_DataMapOfIntegerBasicElt() public method

public MAT_DataMapOfIntegerBasicElt ( int theNbBuckets ) : System
theNbBuckets int
return System

MAT_DataMapOfIntegerBasicElt() public method

public MAT_DataMapOfIntegerBasicElt ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
return System

Seek() public method

public Seek ( int theKey ) : CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt
theKey int
return CascadeSharp.TKTopAlgo.MAT.MAT_BasicElt

Size() public method

public Size ( ) : int
return int

UnBind() public method

public UnBind ( int theKey ) : bool
theKey int
return bool