System.Generics

From RAD Studio API Documentation
Jump to: navigation, search


Contains two units that define classes, types, and routines for using generics -- algorithms that contain generalized types that are instantiated later and used as parameters. For more information, see Overview of Generics.


Units

System.Generics.CollectionsUnit that implements generic container classes to group data items in arrays, dictionaries, lists, stacks, queues, and more.
System.Generics.DefaultsUnit that implements classes for comparison, sorting, hashing, and more.