JCL Help:TJclCardinalArraySet
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclCardinalArraySet Class
[+] JclArraySets.pas Classes
[+] TJclCardinalArraySet Methods
Search in JCL Help
Search in all projectsClass Hierarchy
IJclLockable
|
IJclBaseContainer
|
IJclCardinalCollection
|
IJclCardinalList
|
IJclCardinalArray
|
IJclCardinalSet
|
IJclPackable
|
IJclGrowable
|
TJclAbstractLockable
|
IJclCloneable
|
IJclIntfCloneable
|
TJclAbstractContainerBase
|
IJclCardinalComparer
|
IJclCardinalEqualityComparer
|
IJclCardinalHashConverter
|
IJclCardinalOwner
|
TJclCardinalAbstractContainer
|
TJclCardinalArrayList
|
TJclCardinalArraySet
Summary
This class stores objects only one time in a dynamic array.
Pascal
public TJclCardinalArraySet = class(TJclCardinalArrayList, IJclLockable, IJclIntfCloneable, IJclCloneable, IJclPackable, IJclGrowable, IJclBaseContainer, IJclCardinalEqualityComparer, IJclCardinalComparer, IJclCardinalCollection, IJclCardinalList, IJclCardinalArray, IJclCardinalSet);
Description
The description for this help topic does not exist, edit this page
About
Unit
Donator
Jean-Philippe Bempel
Notes
The default capacity is 16 elements. When the limit is reached, the capacity grows of 25%. When an element is removed or inserted, all elements after it are shifted. If the compilation symbol THREADSAFE is defined, this container is threadsafe.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page