Implementation of a resettable high performance map for values of simple type int.

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public sealed class HighPerformanceIntMap : INodeMap, 
	IEdgeMap, IDataMap, IDataProvider, IDataAcceptor
Visual Basic
Public NotInheritable Class HighPerformanceIntMap _
	Implements INodeMap, IEdgeMap, IDataMap, IDataProvider,  _
	IDataAcceptor

Remarks

Implementation of a resettable high performance map for values of simple type int. A high performance map is a facade to another map which will allow to reset all bound values to a default value in constant time.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms.Util..::..Maps..::..HighPerformanceIntMap

See Also