Struct TreeSet<T>.Feature

A debugging aid for making the selected compilation alternatives available to the user. (To be removed when selection is finally fixed for production version).

Implements

System.IComparable, System.IFormattable, System.IConvertible

Bases

object, System.ValueType, System.Enum

Field overview

Dummy,
Heights,
NodeCopyPersistence,
Sizes

Method overview

CompareTo(object target), Inherited from System.Enum,
Equals(object obj), Inherited from System.Enum,
Finalize(), Inherited from object,
GetHashCode(), Inherited from System.Enum,
GetType(), Inherited from object,
GetTypeCode(), Inherited from System.Enum,
MemberwiseClone(), Inherited from object,
ToString(), Inherited from System.Enum,
ToString(string format, System.IFormatProvider provider), Inherited from System.Enum,
ToString(System.IFormatProvider provider), Inherited from System.Enum,
ToString(string format), Inherited from System.Enum

Field details

S TreeSet<T>.Feature Dummy Nothing
S TreeSet<T>.Feature Heights Maintain precise node heights
S TreeSet<T>.Feature NodeCopyPersistence Node copy persistence as explained in Tarjan1
S TreeSet<T>.Feature Sizes Maintain sub tree sizes