- Type Parameters:
T-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents an object that is a part of a hierarchy
- Author:
- Igor Vaynberg (ivaynberg)
-
Method Summary
-
Method Details
-
getParent
- Returns:
- object's parent or
nullif this object is the root of the hierarchy
-