documentationfor yFiles for HTML 3.0.0.3

ICursor<T>

A general interface for iterating over a linked list of objects.

Inheritance Hierarchy
ICursor

Remarks

It can be regarded as a read-only view of such a list.

A cursor acts like a movable pointer on the elements of a linked list. The pointer can be moved forward and backward, and the element currently pointed at can be accessed. The removal of elements can only be performed on the provider of the cursor, not on the cursor itself.

Type Parameters

T

Type Details

yFiles module
core

Properties

Methods