A Trie that is searchable for substrings. Uses a separate set of indexes to allow entry into the Trie at any point. Yes, this
For a list of all members of this type, see IndexedTrie Members .
System.Object
bedrock.collections.Trie bedrock.collections.IndexedTrie
[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/IndexedTrie.cs,v"), _
DefaultMember(MemberName:="Item")>
Public Class IndexedTrie
[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/IndexedTrie.cs,v")]
[DefaultMember(MemberName="Item")]
public class IndexedTrie
: Trie
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
IndexedTrie Members | bedrock.collections Namespace