Example #1
0
 internal MeteorJsonParserBase(KeyCacheTree cacheTree)
 {
     _cacheTree = cacheTree;
     _cacheDigger = _cacheTree.CreateDigger();
 }
Example #2
0
 public KeyCacheTreeDigger(KeyCacheTree parent)
 {
     _parent   = parent;
     _digIndex = 0;
     Initialize();
 }
Example #3
0
 public KeyCacheTreeTest()
 {
     _tree = new KeyCacheTree();
     _digger = _tree.CreateDigger();
 }
Example #4
0
 public KeyCacheTreeDigger(KeyCacheTree parent)
 {
     _parent = parent;
     _digIndex = 0;
     Initialize();
 }