- Edge(Grafo.Vertex<T>, Grafo.Vertex<T>) - Constructor for class cl.cromer.estructuras.Grafo.Edge
-
Create a zero cost edge between from and to
- Edge(Grafo.Vertex<T>, Grafo.Vertex<T>, int) - Constructor for class cl.cromer.estructuras.Grafo.Edge
-
Create an edge between from and to with the given cost.
- edgeExists(T, T) - Method in class cl.cromer.estructuras.Grafo.NoDirigido
-
Given two endpoints, returns whether an edge exists between them.
- edgeExists(GrafoNodo, GrafoNodo) - Method in class cl.cromer.estructuras.GrafoController
-
Buscar un grafo dirigido para ver si existe en edge entre los nodos.
- edges - Variable in class cl.cromer.estructuras.Grafo.Dirigido
-
Vector of edges in the graph
- edgesFrom(T) - Method in class cl.cromer.estructuras.Grafo.NoDirigido
-
Given a node in the graph, returns an immutable view of the edges
leaving that node.
- eliminar(int) - Method in class cl.cromer.estructuras.Array
-
Eliminar un valor del array si existe.
- eliminar(int) - Method in class cl.cromer.estructuras.ListaEnlazada
-
Eliminar un enlace de la lista.
- eliminar(int) - Method in class cl.cromer.estructuras.ListaEnlazadaCircular
-
Eliminar un enlace de la lista.
- eliminar(String) - Method in class cl.cromer.estructuras.TablaHash
-
Eliminar un elemento de la tabla hash.