JCL Help:TJclDoubleLinkedList

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

IJclLockable
|
IJclBaseContainer
|
IJclDoubleContainer
|
IJclDoubleCollection
|
IJclDoubleList
|
TJclAbstractLockable
|
IJclCloneable
|
IJclIntfCloneable
|
TJclAbstractContainerBase
|
IJclDoubleComparer
|
IJclDoubleEqualityComparer
|
IJclDoubleHashConverter
|
IJclDoubleOwner
|
TJclDoubleAbstractContainer
|
TJclDoubleLinkedList


Summary

This class store objects in a simple linked list.


Pascal

 public TJclDoubleLinkedList = class(TJclDoubleAbstractContainer, IJclLockable, IJclIntfCloneable, IJclCloneable, IJclBaseContainer, IJclDoubleContainer, IJclDoubleEqualityComparer, IJclDoubleCollection, IJclDoubleList);


Description

The description for this help topic does not exist, edit this page


About

Unit

JclLinkedLists


Navigation

Donator

Jean-Philippe Bempel


Notes

When an element is insert, a new node is created. When an element is removed, the node is destroyed. When you access to a element by an index, you go trough all intermediate nodes from the head. 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