Class
TernaryTrie::TNode
In:
lib/utility/ternarytrie.rb
Parent:
Object
The trie node - not for public consumption
Methods
new
Attributes
keyc
[RW]
l
[RW]
m
[RW]
r
[RW]
val
[RW]
Public Class methods
new
(kc)
[Validate]