Rev 94 | Blame | Compare with Previous | Last modification | View Log | RSS feed
public class PRQuadTreeNodeFlyweight implements PRQuadTreeNode { public boolean isEmpty() { return true; } }
public class PRQuadTreeNodeFlyweight implements PRQuadTreeNode {
public boolean isEmpty() {
return true;
}