MyLibrary.Collections.Lists Unit

Provides list implementations for the MyLibrary collection interfaces.

Remarks

This unit contains the default array-backed implementations returned by TCollections factory methods.

Classes

TArrayList<T>

Provides a resizable array-backed implementation of IList<T>.

TObjectArrayList<T>

Provides a resizable array-backed list for object references.

See also