datastructures

net.datastructures
Interface Vertex

All Superinterfaces:
DecorablePosition, Map, Position
All Known Implementing Classes:
AdjacencyListGraph.MyVertex

public interface Vertex
extends DecorablePosition

An interface for a vertex of a graph.

Author:
Roberto Tamassia

Methods inherited from interface net.datastructures.Position
element
 
Methods inherited from interface net.datastructures.Map
get, isEmpty, keys, put, remove, size, values
 


datastructures