Tipic Instant Messaging Platform - Programmer's Reference Guide

Tree Class

A basic balanced tree implementation. Yes, it seems like this might have been something nice to have been in System.Collections. Not yet complete, but the algorithmic stuff is here.

For a list of all members of this type, see Tree Members.

System.Object
   bedrock.collections.Tree

[Visual Basic]
<DefaultMember(MemberName:="Item"), _  RCS(State:="Exp", Revision:="1.1", Version:=1.1, Date:=13/06/2003 9.16.14, DateString:="13/06/2003 9.16.14", Author:="Administrator", Archive:="D:\\CVSROOT/TIMP2/jabber-net/bedrock/collections/Tree.cs,v")>
Public Class Tree
    Implements IDictionary, ICollection, IEnumerable
[C#]
[DefaultMember(MemberName="Item")]
[RCS(State="Exp", Revision="1.1", Version=1.1, Date=13/06/2003 9.16.14, DateString="13/06/2003 9.16.14", Author="Administrator", Archive="D:\\CVSROOT/TIMP2/jabber-net/bedrock/collections/Tree.cs,v")]
public class Tree : IDictionary, ICollection, IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: bedrock.collections

Assembly: tipic.xmpp (in tipic.xmpp.dll)

See Also

Tree Members | bedrock.collections Namespace