org.apache.chemistry.opencmis.client.runtime.util
Class TreeImpl<T>
java.lang.Object
org.apache.chemistry.opencmis.client.runtime.util.TreeImpl<T>
- All Implemented Interfaces:
- Tree<T>
public class TreeImpl<T>
- extends Object
- implements Tree<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeImpl
public TreeImpl(T item,
List<Tree<T>> children)
getItem
public T getItem()
- Description copied from interface:
Tree
- Returns the item on this level.
- Specified by:
getItem
in interface Tree<T>
getChildren
public List<Tree<T>> getChildren()
- Description copied from interface:
Tree
- Returns the children.
- Specified by:
getChildren
in interface Tree<T>
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.