Subversion Repositories Code-Repo

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
96 Kevin 1
 
2
// Interface for a generic PRQuadTree node
3
public interface PRQuadTreeNode {
4
	public boolean isEmpty();
5
}