Uses of Interface
net.sf.mmm.util.collection.api.TreeNode

Packages that use TreeNode
net.sf.mmm.util.collection.api Provides the API for utilities that help to dealing with Collections
net.sf.mmm.util.collection.base Contains public implementations of the Collection-Util API
 

Uses of TreeNode in net.sf.mmm.util.collection.api
 

Classes in net.sf.mmm.util.collection.api with type parameters of type TreeNode
 interface TreeNode<NODE extends TreeNode<NODE>>
          This is the interface for the node a tree.
 

Methods in net.sf.mmm.util.collection.api with parameters of type TreeNode
 boolean TreeNode.isAncestor(TreeNode<?> node)
          This method determines if this TreeNode is an ancestor of the given node.
 boolean TreeNode.isDescendant(TreeNode<?> node)
          This method determines if this TreeNode is a descendant of the given node.
 

Uses of TreeNode in net.sf.mmm.util.collection.base
 

Classes in net.sf.mmm.util.collection.base that implement TreeNode
 class AbstractTreeNode<NODE extends AbstractTreeNode<NODE>>
          This is the abstract base implementation of the TreeNode interface.
 

Methods in net.sf.mmm.util.collection.base with parameters of type TreeNode
 boolean AbstractTreeNode.isAncestor(TreeNode<?> node)
          This method determines if this TreeNode is an ancestor of the given node.
 boolean AbstractTreeNode.isDescendant(TreeNode<?> node)
          This method determines if this TreeNode is a descendant of the given node.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.