Class GridCellCollection<PropertiesType>

Represents a collection of grid cells.

Type Parameters

  • PropertiesType extends object = UnknownObject

    The type of the properties of the grid cells.

Hierarchy

Constructors

Methods

  • Removes duplicate cells from the collection. Modifies the array in place.

    Returns void