it.amattioli.applicate.browsing
Class TreePath
java.lang.Object
it.amattioli.applicate.browsing.TreePath
public class TreePath
- extends Object
TreePath
public TreePath(List<Integer> path)
TreePath
public TreePath(int... path)
TreePath
public TreePath(String s)
asIntArray
public int[] asIntArray()
parentPath
public TreePath parentPath()
childrenPath
public TreePath childrenPath(int index)
toString
public String toString()
- Overrides:
toString in class Object
depth
public int depth()
elementAt
public int elementAt(int idx)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2011. All Rights Reserved.