Interface Nodes<N extends Node>

  • Type Parameters:
    N - node type
    All Superinterfaces:
    Iterable<N>, Vertices<N>
    All Known Implementing Classes:
    NodesImpl

    public interface Nodes<N extends Node>
    extends Vertices<N>, Iterable<N>
    wrapper around vertices interface to support Nodes explicitly rather than vertices
    Author:
    markr