documentationfor yFiles for HTML 3.0.0.3

YList<T>

An implementation of a doubly linked list that provides direct access to the cells that store the elements.

Remarks

The cells are represented by class ListCell<T>. Cells can be used to iterate the elements of the list using firstCell and lastCell together with next/ previous, respectively.

This class supports fast access and removal operations. Specifically, it is possible to remove a list cell in constant time.

Note that this class also provides all relevant methods to use the list like a stack data type.

This implementation permits null as values.

Type Parameters

T

Type Details

yFiles module
core

Constructors

Properties

Methods

Constants