Subversion Repositories Code-Repo

Rev

Rev 94 | Details | Compare with Previous | Last modification | View Log | RSS feed

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