The AvlTree<(Of <(<'ValueT>)>)> type exposes the following members.
Constructors
Methods
|
| Name | Description |
|---|
 | Add | |
 | Append | |
 | Clear | |
 | Contains | |
 | Copy | |
 | CopyTo(Array, Int32) | |
 | CopyTo(array<ValueT>[]()[][], Int32) | |
 | Delete | |
 | DeleteAt | |
 | DeleteFirst | |
 | DeleteLast()()()() | |
 | DeleteLast(ValueT%) | |
 | DeleteRange | |
 | Dispose | |
 | Dump | |
 | Find | |
 | FindAtLeast | |
 | FindAtMost | |
 | FindByIndex | |
 | FindNode | |
 | ForEach(Action<(Of <<'(ValueT>)>>)) | |
 | ForEach(Action<(Of <<'(ValueT>)>>), Predicate<(Of <<'(ValueT>)>>)) | |
 | ForEachBackwards(Action<(Of <<'(ValueT>)>>)) | |
 | ForEachBackwards(Action<(Of <<'(ValueT>)>>), Predicate<(Of <<'(ValueT>)>>)) | |
  | FromList(IList<(Of <<'(ValueT>)>>)) | |
  | FromList(IList<(Of <<'(ValueT>)>>), Int32, Int32) | |
  | FromList(IList<(Of <<'(ValueT>)>>), Int32, Int32, IComparer<(Of <<'(ValueT>)>>)) | |
  | FromSequence(AvlTree<(Of <<'(ValueT>)>>)) | |
  | FromSequence(IEnumerable<(Of <<'(ValueT>)>>), Int64) | |
  | FromSequence(AvlTree<(Of <<'(ValueT>)>>), Int32, Int32) | |
 | GetAvlEnumerator | |
 | GetBackwardEnumerator | |
  | GetDelta | |
 | GetEnumerator | |
 | GetForwardEnumerator()()()() | |
 | GetForwardEnumerator(Int32, Int32) | |
 | Index(ValueT) | |
 | Index(ValueT, Int32) | |
 | Index(ValueT, Int32, Int32) | |
 | IndexOf |
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
|
 | Insert(Int32, ValueT) | |
 | Insert(ValueT, Boolean, Boolean) | |
 | InsertFirst | |
 | InsertLast | |
 | InsertUnique(ValueT) | |
 | InsertUnique(ValueT, Boolean) | |
 | InsertWithDuplicates |
Inserts the with duplicates.
|
 | LastIndex | |
 | LTrim | |
 | MkEmpty | |
 | Remove | |
 | RemoveAt | |
 | Replace | |
 | ReplaceFirst | |
 | ReplaceLast | |
 | Repr | |
 | RTrim | |
 | Slice | |
 | Span(ValueT, Int32%, Int32%) | |
 | Span(ValueT, ValueT, Int32%, Int32%) | |
 | Split | |
 | SplitAt | |
 | ToString | (Overrides Object..::..ToString()()()().) |
Properties
Explicit Interface Implementations
See Also