Delphi XE System.Generics.Collections[1] - 介绍
Delphi XE System.Generics.Collections[1] - 介绍
实现通用容器类以将数据项分组为数组、字典、列表、堆栈、队列等的单元。
Package:rtl270.bpl
Classes
TArray |
Class that contains static methods for searching and sorting a generic array. 类,该类包含用于搜索和排序泛型数组的静态方法。 |
TDictionary |
Collection of key-value pairs.//键值对的集合。 |
TEnumerable |
TEnumerable is an abstract class inherited by all enumerable containers. TEnumerable是由所有可枚举容器继承的抽象类。 |
TEnumerator |
TEnumerator is the abstract class implemented by all enumerator classes. TEnumerator是由所有枚举器类实现的抽象类。 |
TList | Ordered list.//有序列表。 |
TObjectDictionary | Collection of key and/or value objects.//键和/或值对象的集合。 |
TObjectList | Ordered list of objects. //对象的有序列表。 |
TObjectQueue | Queue of objects.//对象队列 |
TObjectStack | Last in, first out stack of objects.//后进先出的对象堆栈。 |
TQueue | Queue implemented over array, using wrapping.//使用包装在数组上实现队列 |
TStack | Last in, first out stack.//后进先出堆栈 |
TThreadedQueue | Represents a generic threaded queue.//表示通用线程队列 |
TThreadList | Represents a generic thread-safe list.//表示通用线程安全列表 |
Routines
ErrorArgumentOutOfRange | |
InCircularRange |
InCircularRange is an internal function used by the Remove method. InCircularRange是Remove方法使用的内部函数 |
Types
PListHelper | |
PObject | PObject is a pointer type to a TObject class. //PObject是指向TObject类的指针类型。 |
PQueueHelper | |
PStackHelper | |
System_Generics_Collections__02 | |
TCollectionNotification | Type of change to collection for OnNotify event. //OnNotify事件的集合更改类型 |
TDictionaryOwnerships | Set of ownerships for TObjectDictionary. //TObjectDictionary的所有权集 |
TListHelper | Internal helper with non-generic methods to handle TList instances. //使用非泛型方法处理TList实例的内部助手 |
TPair | TPair is a record holding a key-value pair. //TPair是保存键值对的记录 |
TQueueHelper | Internal helper with non-generic methods to handle TQueue instances. //使用非泛型方法处理TQueue实例的内部助手 |
TStackHelper | Internal helper with non-generic methods to handle TStack instances. //使用非泛型方法处理TStack实例的内部助手 |
创建时间:2022.11.03 更新时间:
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
2021-11-03 C[5] 运算符 - 赋值、杂项、优先级
2020-11-03 Delphi 操作Windows系统睡眠-防止系统/电脑 进入睡眠或关闭显示器
2020-11-03 Delphi WinAPI SetThreadExecutionState - 防止系统在应用程序运行时进入睡眠状态或关闭显示器。