-
public interface Child
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ChildgetParent()default <T extends Child>
TgetParent(java.lang.Class<T> type)voidsetParent(Child parent)
-