Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
This unit contains some container classes for the every day use in andorra 2d.
Name | Description |
---|---|
record TAdLinkedListItem |
A list item used in TAdLinked list. |
Class TAdLinkedList |
A linked list class. |
Class TAdMapKey |
An abstract class for the use in TAdMap. |
record TAdMapPair |
Represents a key and a value stored in the hash map. |
Class TAdMap |
A simple bucket hash map class. |
PAdLinkedListItem = ˆTAdLinkedListItem; |
PAdLinkedList = ˆTAdLinkedList; |
PAdMapPair = ˆTAdMapPair; |
UpperRehashBound = 1; |
LowerRehashBound = 0.25; |
RehashFactor = 2; |
PAdLinkedListItem = ˆTAdLinkedListItem; |
Pointer on TAdLinkedListItem |
PAdLinkedList = ˆTAdLinkedList; |
Pointer on a TAdLinkedList. |
PAdMapPair = ˆTAdMapPair; |
Pointer on TAdMapPair. |
UpperRehashBound = 1; |
LowerRehashBound = 0.25; |
RehashFactor = 2; |