findFirst: function(func) {
            var rootNode = this.getRootNode();
            if (rootNode) {
                return this.findRecursive(rootNode, func);
            } else {