|
@@ -48,7 +48,6 @@ type
|
|
TDepthFirstCallbackType = specialize TDepthFirstCallback<T>;
|
|
TDepthFirstCallbackType = specialize TDepthFirstCallback<T>;
|
|
TBreadthFirstCallbackType = specialize TBreadthFirstCallback<T>;
|
|
TBreadthFirstCallbackType = specialize TBreadthFirstCallback<T>;
|
|
private type
|
|
private type
|
|
- type
|
|
|
|
TStackType = specialize TStack<TTreeNodeType>;
|
|
TStackType = specialize TStack<TTreeNodeType>;
|
|
TQueueType = specialize TQueue<TTreeNodeType>;
|
|
TQueueType = specialize TQueue<TTreeNodeType>;
|
|
private
|
|
private
|