A trie is a tree structure that implements a radix search. Each node of the tree has a sub-node for each possible next byte.
For a list of all members of this type, see Trie Members.
System.Object
bedrock.collections.Trie
bedrock.collections.IndexedTrie
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: bedrock.collections
Assembly: tipic.xmpp (in tipic.xmpp.dll)
Trie Members | bedrock.collections Namespace