Class AVLTree (original) (raw)
Namespace
Assembly
LiteEntitySystem.dll
public class AVLTree<T> : IEnumerable<T>, IEnumerable where T : IComparable<T>Type Parameters
T
Inheritance
object
AVLTree
Implements
Derived
Properties
Count
Elements count
public int Count { get; }Property Value
Methods
Contains(T)
public bool Contains(T item)Parameters
item T
Returns
GetEnumerator()
public AVLTree<T>.Enumerator GetEnumerator()Returns
TryGetMax(out T)
public bool TryGetMax(out T element)Parameters
element T
Returns
TryGetMin(out T)
public bool TryGetMin(out T element)Parameters
element T