Method | Description | |
---|---|---|
Add ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : int | ||
BOPDS_IndexedMapOfPaveBlock ( ) : System | ||
BOPDS_IndexedMapOfPaveBlock ( BOPDS_IndexedMapOfPaveBlock theOther ) : System | ||
BOPDS_IndexedMapOfPaveBlock ( int theNbBuckets ) : System | ||
BOPDS_IndexedMapOfPaveBlock ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System | ||
Clear ( ) : void | ||
Clear ( NCollection_BaseAllocator theAllocator ) : void | ||
Clear ( bool doReleaseMemory ) : void | ||
Contains ( BOPDS_PaveBlock theKey1 ) : bool | ||
Exchange ( BOPDS_IndexedMapOfPaveBlock theOther ) : void | ||
FindIndex ( BOPDS_PaveBlock theKey1 ) : int | ||
FindKey ( int theIndex ) : BOPDS_PaveBlock | ||
RemoveFromIndex ( int theIndex ) : void | ||
RemoveKey ( BOPDS_PaveBlock theKey1 ) : bool | ||
RemoveLast ( ) : void | ||
Size ( ) : int | ||
Substitute ( int theIndex, BOPDS_PaveBlock theKey1 ) : void | ||
Swap ( int theIndex1, int theIndex2 ) : void |
public Add ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : int | ||
theKey1 | CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock | |
return | int |
public BOPDS_IndexedMapOfPaveBlock ( ) : System | ||
return | System |
public BOPDS_IndexedMapOfPaveBlock ( BOPDS_IndexedMapOfPaveBlock theOther ) : System | ||
theOther | BOPDS_IndexedMapOfPaveBlock | |
return | System |
public BOPDS_IndexedMapOfPaveBlock ( int theNbBuckets ) : System | ||
theNbBuckets | int | |
return | System |
public BOPDS_IndexedMapOfPaveBlock ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System | ||
theNbBuckets | int | |
theAllocator | NCollection_BaseAllocator | |
return | System |
public Clear ( NCollection_BaseAllocator theAllocator ) : void | ||
theAllocator | NCollection_BaseAllocator | |
return | void |
public Contains ( BOPDS_PaveBlock theKey1 ) : bool | ||
theKey1 | BOPDS_PaveBlock | |
return | bool |
public Exchange ( BOPDS_IndexedMapOfPaveBlock theOther ) : void | ||
theOther | BOPDS_IndexedMapOfPaveBlock | |
return | void |
public FindIndex ( BOPDS_PaveBlock theKey1 ) : int | ||
theKey1 | BOPDS_PaveBlock | |
return | int |
public FindKey ( int theIndex ) : BOPDS_PaveBlock | ||
theIndex | int | |
return | BOPDS_PaveBlock |
public RemoveFromIndex ( int theIndex ) : void | ||
theIndex | int | |
return | void |
public RemoveKey ( BOPDS_PaveBlock theKey1 ) : bool | ||
theKey1 | BOPDS_PaveBlock | |
return | bool |
public Substitute ( int theIndex, BOPDS_PaveBlock theKey1 ) : void | ||
theIndex | int | |
theKey1 | BOPDS_PaveBlock | |
return | void |
public Swap ( int theIndex1, int theIndex2 ) : void | ||
theIndex1 | int | |
theIndex2 | int | |
return | void |