Class TLongIntList
Unit
Declaration
type TLongIntList = class(specialize TStructList<LongInt>)
Description
No description available, ancestor TStructList description follows
List of structures. This is just TList class from Generics.Collections, with some useful helpers.
Hierarchy
- TObject
- TList
- TStructList
- TLongIntList
Overview
Methods
function Max: LongInt; |
|
function Sum: LongInt; |
|
procedure DeleteRange(const Index: TListSize; DelCount: TListSize = 1); |
|
procedure AddDuplicate(const Item: LongInt; const DuplicateCount: TListSize); |
|
function Equals(SecondValue: TObject): boolean; override; |
Description
Methods
function Max: LongInt; |
|
function Sum: LongInt; |
|
procedure DeleteRange(const Index: TListSize; DelCount: TListSize = 1); |
|
procedure AddDuplicate(const Item: LongInt; const DuplicateCount: TListSize); |
|
Add given Item a number of times to the list. |
function Equals(SecondValue: TObject): boolean; override; |
|
Does the SecondValue have equal length and content. This method does the same thing as PerfectlyEquals in case of LongInt list, that are always compared perfectly. |
Generated by PasDoc 0.16.0.