Child

public interface Child<P extends Child<P>>

Instance of an object in a hierarchic structure where there may be a parent object which itself is a child of a parent from the same type P

Functions

Link copied to clipboard
public abstract P getParent()

The parent of this child if there is one. If parent is null that means this object is the root object of the parent-child chain

Inheritors

Link copied to clipboard
Link copied to clipboard