Class TSortedSet
Unit
Generics.Collections
Declaration
type TSortedSet<T> = class(TCustomSet<T>)
Description
No description available, ancestor TCustomSet description follows
TCustomHashSet<T>
Hierarchy
Overview
Internal Classes and Records
Fields
Methods
Description
Fields
Methods
 |
function GetCount: SizeInt; override; |
|
 |
function GetCapacity: SizeInt; override; |
|
 |
procedure SetCapacity(AValue: SizeInt); override; |
|
 |
constructor Create; override; overload; |
|
 |
constructor Create(const AComparer: IComparer<T>); virtual; overload; |
|
 |
destructor Destroy; override; |
|
 |
function Add(constref AValue: T): Boolean; override; |
|
 |
function Remove(constref AValue: T): Boolean; override; |
|
 |
function Extract(constref AValue: T): T; override; |
|
 |
procedure Clear; override; |
|
 |
function Contains(constref AValue: T): Boolean; override; |
|
 |
procedure TrimExcess; override; |
|
Generated by PasDoc 0.15.0.
|