neighboursOf abstract method

Iterable<V> neighboursOf(
  1. V vertex
)

Returns the vertices that are adjacent to a vertex.

Implementation

Iterable<V> neighboursOf(V vertex);