children property

Iterable<TrieNode<K, P, V>> children

Ordered child nodes.

Implementation

Iterable<TrieNode<K, P, V>> get children;