Partager via


Trie<TSymbol,TValue> Classe

Définition

public class Trie<TSymbol,TValue> where TSymbol : struct
type Trie<'Symbol, 'Value (requires 'Symbol : struct)> = class
Public Class Trie(Of TSymbol, TValue)

Paramètres de type

TSymbol
TValue
Héritage
Trie<TSymbol,TValue>

Constructeurs

Trie<TSymbol,TValue>(Int32)

Méthodes

AddOrUpdate(ReadOnlySpan<TSymbol>, TValue)
TryAdd(ReadOnlySpan<TSymbol>, TValue)
TryGetValue(ReadOnlySpan<TSymbol>, TValue)

S’applique à