UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

SortedTree<(Of <(<'T>)>)> Class

Generic sorted tree (tree where nodes are sorted)

Namespace:  UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic
Assembly:  RealTime (in RealTime.dll)

Syntax


public class SortedTree<T> : IEnumerator<T>, 
	IEnumerable<T>, ICloneable
Public Class SortedTree(Of T) _
	Implements IEnumerator(Of T), IEnumerable(Of T),  _
	ICloneable
generic<typename T>
public ref class SortedTree : IEnumerator<T>, 
	IEnumerable<T>, ICloneable

Type Parameters

T
the type that is stored on the tree

Remarks


This tree allows to keep only one reference to the instance of the object on the tree

Inheritance Hierarchy


Object
  UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic..::..SortedTree<(Of <(<'T>)>)>