Interface SV<V>

  • Type Parameters:
    V - vertex type
    All Known Subinterfaces:
    LV<V>
    All Known Implementing Classes:
    LVI, SVI, SyntheticLV, SyntheticLV, SyntheticSV

    public interface SV<V>
    Interface for a delegate class for a generic type V
    • Method Detail

      • of

        static <V> SV<V> of​(V vertex)
      • getVertex

        V getVertex()