dlist.list

Main interface to implement lists with the DList API.

This module provides an abstraction between the implementation and the API

Members

Interfaces

List
interface List(T)

The abstract class from which all DList implementations must be based, contains the standard APIs for using DList

Meta