Class Node<T>
java.lang.Object
com.weirddev.testme.intellij.utils.Node<T>
Date: 05/03/2017
- Author:
- Yaron Yamin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
int
getDepth()
boolean
boolean
hasSameAncestor
(T data)
-
Constructor Details
-
Node
-
-
Method Details
-
getData
-
getParent
-
getDepth
public int getDepth() -
hasSameAncestor
public boolean hasSameAncestor() -
hasSameAncestor
-