To model this, you will define a generic list and use it to define a sorted list. 为了建立该模型,您将定义一个通用类型表并将它用作定义一个排序表。
With this generic list node structure, you can now define lists and list operations that work regardless of the type of data stored in them. 使用这个通用的列表节点结构,您现在可以定义列表和不需要考虑存储在列表中的数据类型的列表操作。
Storing data : A more generic list structure 存储数据:更为普通的列表结构
Now, let's see how we can create and populate the generic category list. 现在,让我们看看如何创建和填充通用类别列表。
For example, in a generic class List, do you really want to prevent the construction of a List? 例如,在泛型类List中,您真的想要防止List的构造吗?