Interface Child<N>


public interface Child<N>
  • Method Summary

    Modifier and Type Method Description
    N getParent()  
  • Method Details

    • getParent

      N getParent()