jlibs.core.graph
Class Path
java.lang.Object
jlibs.core.graph.Path
public final class Path
- extends Object
- Author:
- Santhosh Kumar T
lastElem
public boolean lastElem
Path
public Path(Object elem)
append
public Path append(Object elem)
append
public Path append(Object elem,
int index)
getParentPath
public Path getParentPath()
getParentPath
public Path getParentPath(Class clazz)
getElement
public Object getElement()
getIndex
public int getIndex()
getElement
public Object getElement(int i)
getLength
public int getLength()
toArray
public Object[] toArray()
getRecursionDepth
public int getRecursionDepth()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2018. All rights reserved.