Interface Loop


public interface Loop
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    boolean
    isChildOf(Loop other)
     
  • Method Details

    • getHead

      int getHead()
    • getParent

      Loop getParent()
    • isChildOf

      boolean isChildOf(Loop other)