Package ancheta.grafo
Interface IGrafo<T,K>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
agregar(K llave, T elemento)
-
-
-
Method Detail
-
agregar
void agregar(K llave, T elemento) throws ElementoRepetidoException
- Throws:
ElementoRepetidoException
-
-