| Package | system.data.trees |
| Class | public class TrieEntry |
| Inheritance | TrieEntry MapEntry Object |
| Method | Defined By | ||
|---|---|---|---|
TrieEntry(key:* = null, value:* = null)
Creates a new TrieEntry instance. | TrieEntry | ||
![]() | clone():*
Creates and returns a shallow copy of the object. | MapEntry | |
![]() | toString():String
Returns the String representation of the object. | MapEntry | |
| TrieEntry | () | Constructor |
public function TrieEntry(key:* = null, value:* = null)Creates a new TrieEntry instance.
Parameterskey:* (default = null) — The key representation of the entry.
| |
value:* (default = null) — The value representation of the entry.
|