Subversion Repositories Code-Repo

Rev

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

Rev Author Line No. Line
96 Kevin 1
 
2
public class PRQuadTreeNodeFlyweight implements PRQuadTreeNode {
3
 
4
	public boolean isEmpty() {
5
		return true;
6
	}
7
}