Unit GContnrs

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class EContainerError  
Class TContainer  
Class TGenEnumerator  
Class TAbstractVector  
Class TGenVector  
Class TGenDeque  
Object TListCursor  
Class TAbstractList  
Class TGenList  
Class TGenPriorityQueue  
Class TGenQueue  
Class TGenStack  
Object THashMapCursor  
Class TAbstractHashMap  
Class TGenHashMap  
Class TAbstractHashSet  
Object THashSetCursor  
Class TGenHashSet  
Object TTreeMapCursor  
Class TAbstractTreeMap  
Class TGenTreeMap  
Class TAbstractTreeSet  
Object TTreeSetCursor  
Class TGenTreeSet  
Class TBitSet Class to store collections of bits.

Functions and Procedures

function HashData(Data : PByte; DataSize: Integer) : Integer;
function HashString(const Str: String) : Integer;

Constants

MIN_BUCKET_COUNT = 4;
MAX_BUCKET_COUNT = 1 shl 30;
DEFAULT_HASHMAP_LOAD_FACTOR = 1.0;

Description

Functions and Procedures

function HashData(Data : PByte; DataSize: Integer) : Integer;
 
function HashString(const Str: String) : Integer;
 

Constants

MIN_BUCKET_COUNT = 4;
 
MAX_BUCKET_COUNT = 1 shl 30;
 
DEFAULT_HASHMAP_LOAD_FACTOR = 1.0;
 

Generated by PasDoc 0.13.0 on 2014-07-29 16:12:40