Go to most recent revision | Details | Last modification | View Log | RSS feed
public class PRQuadTreeNodeFlyweight implements PRQuadTreeNode {
public boolean isEmpty() {
return true;
}