Tipic Instant Messaging Platform - Programmer's Reference Guide

SetImplementation Enumeration

The different ways a set can be implemented.

[Visual Basic]
<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/Set.cs,v")>
Public Enum SetImplementation
[C#]
[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/Set.cs,v")]
public enum SetImplementation

Members

Member Name Description
Hashtable Hash table.
Tree Red/Black tree.
SkipList Skip List.

Requirements

Namespace: bedrock.collections

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

See Also

bedrock.collections Namespace