com.myarch.treeiterator
Interface TreeConstants

All Known Implementing Classes:
TreeIterator

public interface TreeConstants

Common constants for tree classes.


Field Summary
static int DEPTH_UNLIMITED
          Unlimited depth of tree traversal.
 

Field Detail

DEPTH_UNLIMITED

public static final int DEPTH_UNLIMITED
Unlimited depth of tree traversal. Use it with moveToChildren when there is no need to limit depth for the branch.


Copyright © 2001 Alexander Ananiev & MyArch.com. All Rights Reserved.