private static List <GroupedTreeItem <Item, int> > CreateAutoDispatchedList(GroupedTreeList <Item, int, int, int> tree) { return(TreeTests.CreateAutoDispatchedList <GroupedTreeItem <Item, int>, GroupedTreeList <Item, int, int, int> >(tree)); }
public static List <LinearTreeNode <Item> > CreateAutoDispatchedList(AutoTreeSortedList <Item, int, int> tree) { return(TreeTests.CreateAutoDispatchedList <LinearTreeNode <Item>, AutoTreeSortedList <Item, int, int> >(tree)); }