Package ancheta.grafo

Interface IGrafo<T,​K>

  • All Superinterfaces:
    java.lang.Iterable<IVertice<T>>, java.io.Serializable
    All Known Implementing Classes:
    Grafo

    public interface IGrafo<T,​K>
    extends java.io.Serializable, java.lang.Iterable<IVertice<T>>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void agregar​(K llave, T elemento)  
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator