49505152535455
* * @param normal * @return */ public static File getVersion(File normal) { throw new TodoException(); }
276277278279280281282
public X next() { if (!rootSent) { rootSent = true; return tree.getValue(); } throw new TodoException(); }