Home > @uniformdev/redirect > PathTrie
PathTrie class
Signature:
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(initialData) | Constructs a new instance of the <code>PathTrie</code> class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| map | PathTrieData<T[]> |
Methods
| Method | Modifiers | Description |
|---|---|---|
| convertManyInsert(data, key, value) | ||
| find(path, bestMatch) | ||
| insert(path, data) | ||
| insertMany(data, key) |