Methods_T_Cyjb_Collections_ReadOnlyPrefixTree_1 - CYJB/Cyjb GitHub Wiki
The ReadOnlyPrefixTree(TValue) generic type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() |
ContainsKey | 确定当前前缀树是否包含带有指定键的元素。 (重写 ReadOnlyDictionaryBase(TKey, TValue).ContainsKey(TKey).) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
![]() |
GetData | 返回当前前缀树的底层数据,用于序列化预构建的前缀树,减少运行时构建耗时。 |
![]() |
GetEnumerator | 返回一个循环访问前缀树的枚举器。 (重写 ReadOnlyDictionaryBase(TKey, TValue).GetEnumerator().) |
![]() |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
![]() |
GetItem | 获取具有指定键的元素。 (重写 ReadOnlyDictionaryBase(TKey, TValue).GetItem(TKey).) |
![]() |
GetSyncRoot | 获取一个可用于同步对当前字典的访问的对象。 (继承自 ReadOnlyDictionaryBase(TKey, TValue)。) |
![]() |
GetType | Gets the Type of the current instance. (继承自 Object。) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
![]() |
ToString | Returns a string that represents the current object. (继承自 Object。) |
![]() |
TryGetValue | 获取与指定键关联的值。 (重写 ReadOnlyDictionaryBase(TKey, TValue).TryGetValue(TKey, TValue).) |
![]() |
TryMatchLongest | 匹配最长的前缀。 |
![]() |
TryMatchShortest | 匹配最短的前缀。 |