- values() - Method in class net.datastructures.HashTableMap
-
Returns an iterable object containing all of the values.
- values() - Method in interface net.datastructures.Map
-
Returns an iterable object containing all the values in the map.
- Vertex<E> - Interface in net.datastructures
-
An interface for a vertex of a graph.
- vertices() - Method in class net.datastructures.AdjacencyListGraph
-
Return an iterator over the vertices of the graph
- vertices() - Method in interface net.datastructures.Graph
-
Returns the vertices of the graph as an iterable collection
- vertices() - Method in interface support.graph.Graph
-
Returns an iterator holding all the Vertices of the graph.