Class TernaryTrie::TNode
In: lib/utility/ternarytrie.rb
Parent: Object
TernaryTrie
TopLevel

The trie node - not for public consumption

Methods

new  

Attributes

keyc  [RW] 
l  [RW] 
m  [RW] 
r  [RW] 
val  [RW] 

Public Class methods

[Validate]