cltnlist.pas

来自「《Delphi技术手册源码》原书佩戴的光盘」· PAS 代码 · 共 13 行

PAS
13
字号
unit CltnList;

(*
  Implement the IList and IStack collections using doubly-linked lists.

  The TLinkedList class keeps track of the head and tail nodes and a
  count of the number of nodes in the list. It's all straightforward stuff.

  There's no reason why one could not implement ISet and IMap or
  create a sorted linked list, but these classes are left as
  an exercise for the reader.

  Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?