Interface Edge<N>


public interface Edge<N>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • source

      N source()
    • target

      N target()