C# Класс CascadeSharp.TKBO.BOPDS.BOPDS_IndexedDataMapOfPaveBlockListOfInteger

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BOPDS_IndexedDataMapOfPaveBlockListOfInteger ( ) : System
BOPDS_IndexedDataMapOfPaveBlockListOfInteger ( BOPDS_IndexedDataMapOfPaveBlockListOfInteger theOther ) : System
BOPDS_IndexedDataMapOfPaveBlockListOfInteger ( int theNbBuckets ) : System
BOPDS_IndexedDataMapOfPaveBlockListOfInteger ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : bool
Exchange ( BOPDS_IndexedDataMapOfPaveBlockListOfInteger theOther ) : void
FindIndex ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : int
FindKey ( int theIndex ) : CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : void
RemoveLast ( ) : void
Size ( ) : int
Swap ( int theIndex1, int theIndex2 ) : void

Описание методов

BOPDS_IndexedDataMapOfPaveBlockListOfInteger() публичный Метод

public BOPDS_IndexedDataMapOfPaveBlockListOfInteger ( ) : System
Результат System

BOPDS_IndexedDataMapOfPaveBlockListOfInteger() публичный Метод

public BOPDS_IndexedDataMapOfPaveBlockListOfInteger ( BOPDS_IndexedDataMapOfPaveBlockListOfInteger theOther ) : System
theOther BOPDS_IndexedDataMapOfPaveBlockListOfInteger
Результат System

BOPDS_IndexedDataMapOfPaveBlockListOfInteger() публичный Метод

public BOPDS_IndexedDataMapOfPaveBlockListOfInteger ( int theNbBuckets ) : System
theNbBuckets int
Результат System

BOPDS_IndexedDataMapOfPaveBlockListOfInteger() публичный Метод

public BOPDS_IndexedDataMapOfPaveBlockListOfInteger ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
Результат System

Clear() публичный Метод

public Clear ( ) : void
Результат void

Clear() публичный Метод

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Результат void

Clear() публичный Метод

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
Результат void

Contains() публичный Метод

public Contains ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : bool
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
Результат bool

Exchange() публичный Метод

public Exchange ( BOPDS_IndexedDataMapOfPaveBlockListOfInteger theOther ) : void
theOther BOPDS_IndexedDataMapOfPaveBlockListOfInteger
Результат void

FindIndex() публичный Метод

public FindIndex ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : int
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
Результат int

FindKey() публичный Метод

public FindKey ( int theIndex ) : CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
theIndex int
Результат CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock

RemoveFromIndex() публичный Метод

public RemoveFromIndex ( int theIndex ) : void
theIndex int
Результат void

RemoveKey() публичный Метод

public RemoveKey ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : void
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
Результат void

RemoveLast() публичный Метод

public RemoveLast ( ) : void
Результат void

Size() публичный Метод

public Size ( ) : int
Результат int

Swap() публичный Метод

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
Результат void