maltcms.datastructures.quadTree
Class QuadTreeNodeDepthFirstVisitor<T>

java.lang.Object
  extended by maltcms.datastructures.quadTree.QuadTreeNodeDepthFirstVisitor<T>
All Implemented Interfaces:
QuadTreeNodeVisitor<T>

public class QuadTreeNodeDepthFirstVisitor<T>
extends Object
implements QuadTreeNodeVisitor<T>

Author:
nilshoffmann

Constructor Summary
QuadTreeNodeDepthFirstVisitor(QuadTreeNode<T> root)
           
 
Method Summary
 LinkedList<cross.datastructures.tuple.Tuple2D<Point2D,T>> visit(LinkedList<cross.datastructures.tuple.Tuple2D<Point2D,T>> l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuadTreeNodeDepthFirstVisitor

public QuadTreeNodeDepthFirstVisitor(QuadTreeNode<T> root)
Method Detail

visit

public LinkedList<cross.datastructures.tuple.Tuple2D<Point2D,T>> visit(LinkedList<cross.datastructures.tuple.Tuple2D<Point2D,T>> l)
Specified by:
visit in interface QuadTreeNodeVisitor<T>


Copyright © 2007-2012. All Rights Reserved.