Example #1
0
            internal TtreeEnumerator(Ttree tree, ArrayList list)
#endif
            {
                this.tree = tree;
                this.list = list;
                i         = -1;
            }
Example #2
0
            internal TtreeEnumerable(Ttree tree, ArrayList list)
#endif
            {
                this.tree = tree;
                this.list = list;
            }
Example #3
0
 internal TtreeEnumerator(Ttree <K, V> tree, List <V> list)
Example #4
0
 internal TtreeEnumerable(Ttree <K, V> tree, List <V> list)