mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +02:00
Docs: LazUtils/dynhasharray. Removes extra spaces in topics.
This commit is contained in:
parent
0d8b44ec96
commit
b019dafeda
@ -13,7 +13,7 @@
|
||||
<file>DynHashArray.pp</file> extends the functionality of Pascal by
|
||||
offering alternative data structure: set like array (the order is not kept)
|
||||
with fast find/delete. Its size can change automatically during the
|
||||
execution of the program. The price is that it is somewhat slower than
|
||||
execution of the program. The price is that it is somewhat slower than
|
||||
a number indexes access of an array.
|
||||
</p>
|
||||
<p>
|
||||
@ -206,7 +206,7 @@
|
||||
<short>Name of the class that store all functions and data for an hashed array.</short>
|
||||
<descr>
|
||||
<p>
|
||||
TDynHashArray is a class which is similar to TList which allows both pointers and objects to be maintained in its internal storage. It includes common methods like Add, Remove, Contains, First, Count and Clear. Because of its hashing nature, the add, remove, and find operations are done in constant time on average.
|
||||
TDynHashArray is a class which is similar to TList which allows both pointers and objects to be maintained in its internal storage. It includes common methods like Add, Remove, Contains, First, Count and Clear. Because of its hashing nature, the add, remove, and find operations are done in constant time on average.
|
||||
</p>
|
||||
<p>
|
||||
<b>Inner structure:</b>
|
||||
|
Loading…
Reference in New Issue
Block a user