256257258259260261262
if (c.encapsulates() && c != tree) { toVisit.offer(c); } } } throw new UndefinedIndexException("ClusterUtils.lookup - ID number " + index + " not found in tree.", tree); }
288289290291292293294
if (c.getNodes().contains(n)) { try{return lookup(n, (ClusterNode)c);}catch(Exception e){} } } throw new UndefinedIndexException("ClusterUtils.lookup - ID number " + n + " not found in tree.", tree); }