All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.solovyev.common.collections.tree.TreeIterator Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package org.solovyev.common.collections.tree;

import java.util.Iterator;

/**
 * User: serso
 * Date: 4/2/12
 * Time: 10:51 PM
 */
public interface TreeIterator extends Iterator> {

    /**
     *
     * @return depth
     */
    int getDepth();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy