Subversion Repositories Code-Repo

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed


public class PRQuadTreeNodeFlyweight implements PRQuadTreeNode {

        public boolean isEmpty() {
                return true;
        }
}