documentationfor yFiles for HTML 3.0.0.3

ILinkedItemEnumerable<T>

A linked-list-like enumerable for arbitrary items.

Inheritance Hierarchy
ILinkedItemEnumerable
Implemented Interfaces

Remarks

Implementations of this interface support index-based access. However, the performance of such an access is typically not in O(1), but O(n). In other words, accessing an item by index requires time proportional to the number of items in the list, rather than constant time. However, implementations typically provide constant time access to the firstElement and lastElement items as well as their close neighbors.

Type Parameters

T
The type of the items.

Type Details

yFiles module
core

Properties

Methods